+2011-09-08 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r94781.
+ http://trac.webkit.org/changeset/94781
+ https://bugs.webkit.org/show_bug.cgi?id=67806
+
+ Broke Objective-C binding on Mac (Requested by rniwa on
+ #webkit).
+
+ * fast/dom/Element/contains-method-expected.txt: Added.
+ * fast/dom/Element/contains-method.html: Renamed from LayoutTests/fast/dom/Node/contains-method.html.
+ * fast/dom/Element/script-tests/contains-method.js: Added.
+ * fast/dom/Node/contains-method-expected.txt: Removed.
+ * fast/dom/Node/script-tests/contains-method.js: Removed.
+ * fast/dom/Window/window-properties-expected.txt:
+ * perf/document-contains-expected.txt: Removed.
+ * perf/document-contains.html: Removed.
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+ * platform/mac/fast/dom/Window/window-properties-expected.txt:
+ * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
+ * platform/qt/fast/dom/Window/window-properties-expected.txt:
+
+2011-09-08 Csaba Osztrogonác <ossy@webkit.org>
+
+ [WK2] evetSender.keyDown is unimplemented
+ https://bugs.webkit.org/show_bug.cgi?id=57515
+
+ * platform/wk2/Skipped: Skip fast/dom/shadow/access-key.html.
+
+2011-09-08 Ben Wagner <bungeman@chromium.org>
+
+ Chromium shadow-buffer-partial test change.
+ Part1: Update and disable test.
+ https://bugs.webkit.org/show_bug.cgi?id=67724
+
+ Reviewed by Kenneth Russell.
+
+ * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2011-09-08 Jarred Nicholls <jarred@sencha.com>
+
+ frame-loading-via-document-write.html test cases have extra slash in path
+ https://bugs.webkit.org/show_bug.cgi?id=67784
+
+ Removing extra slash in path: file:////tmp/... => file:///tmp/...
+
+ Reviewed by Andreas Kling.
+
+ * fast/dom/frame-loading-via-document-write.html:
+ * http/tests/security/frame-loading-via-document-write.html:
+
+2011-09-08 Alexey Proskuryakov <ap@apple.com>
+
+ Some file-url-mimetypes subtests fail on rare extensions
+ https://bugs.webkit.org/show_bug.cgi?id=67679
+
+ * platform/mac-leopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
+ * platform/mac-leopard/platform/mac/fast/loader/file-url-mimetypes-expected.txt:
+ * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
+ * platform/mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-expected.txt:
+ Update platform specific results, too.
+
+2011-09-08 Shinya Kawanaka <shinyak@google.com>
+
+ Crashes in WebCore::ReplaceSelectionCommand::doApply
+ https://bugs.webkit.org/show_bug.cgi?id=67762
+
+ Reviewed by Ryosuke Niwa.
+
+ WebCore::enclosingBlock may return NULL, but its return value was not checked. This patch checks it.
+
+ * editing/inserting/insert-without-enclosing-block-expected.txt: Added.
+ * editing/inserting/insert-without-enclosing-block.html: Added.
+
+2011-09-08 Nate Chapin <japhet@chromium.org>
+
+ Chromium baselines for new tests added in r94775 and r94779.
+
+ * platform/chromium-cg-mac/platform/chromium/fast/repaint: Added.
+ * platform/chromium-cg-mac/platform/chromium/fast/repaint/fixed-layout-360x240-expected.png: Added.
+ * platform/chromium-linux/css3/unicode-bidi-isolate-aharon-expected.png: Added.
+ * platform/chromium-linux/css3/unicode-bidi-isolate-basic-expected.png: Added.
+ * platform/chromium-win/css3/unicode-bidi-isolate-aharon-expected.png: Added.
+ * platform/chromium-win/css3/unicode-bidi-isolate-aharon-expected.txt: Added.
+ * platform/chromium-win/css3/unicode-bidi-isolate-basic-expected.png: Added.
+ * platform/chromium-win/css3/unicode-bidi-isolate-basic-expected.txt: Added.
+
+2011-09-08 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening after r94771.
+
+ * fast/dom/constructed-objects-prototypes-expected.txt: Update, it will pass on Qt, GTK, SL, Win.
+ * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Removed.
+
+2011-09-08 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r94784.
+ http://trac.webkit.org/changeset/94784
+ https://bugs.webkit.org/show_bug.cgi?id=67796
+
+ Commit was premature (Requested by rolandsteiner on #webkit).
+
+ * fast/css/style-scoped/basic-attribute-expected.txt: Removed.
+ * fast/css/style-scoped/basic-attribute.html: Removed.
+
+2011-09-08 W. James MacLean <wjmaclean@chromium.org>
+
+ [chromium] Add backend compositor support for rescaling (zooming) textures during zoom animation.
+ https://bugs.webkit.org/show_bug.cgi?id=66472
+
+ Initial tests for zoomAnimatorChromium backend.
+
+ Reviewed by James Robinson.
+
+ * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
+ * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.txt: Added.
+ * platform/chromium/compositing/zoom-animator-scale-test.html: Added.
+
+2011-09-08 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/Skipped: Skip tests introduced in r94775 because of missing test fonts.
+ * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Added. (test introduced in r94771)
+
+2011-09-08 Eric Carlson <eric.carlson@apple.com>
+
+ HTMLMediaElement is missing initialTime attribute
+ https://bugs.webkit.org/show_bug.cgi?id=67791
+
+ Reviewed by Darin Adler.
+
+ * media/media-initialTime-expected.txt: Added.
+ * media/media-initialTime.html: Added.
+
+2011-09-03 Robert Hogan <robert@webkit.org>
+
+ Elements with position:absolute don't move to correct position after images load
+ https://bugs.webkit.org/show_bug.cgi?id=54611
+
+ Reviewed by Simon Fraser.
+
+ * fast/block/positioning/absolute-layout-after-image-load-expected.txt: Added.
+ * fast/block/positioning/absolute-layout-after-image-load.html: Added.
+ * fast/block/positioning/resources/absolute-layout-after-image-load-2.html: Added.
+
+2011-09-08 Roland Steiner <rolandsteiner@chromium.org>
+
+ <style scoped>: Add 'scoped' attribute
+ https://bugs.webkit.org/show_bug.cgi?id=67718
+
+ Test setting/resetting of the 'scoped' attribute in various circumstances.
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/css/style-scoped/basic-attribute-expected.txt: Added.
+ * fast/css/style-scoped/basic-attribute.html: Added.
+
+2011-09-08 Ben Wells <benwells@chromium.org>
+
+ Rebaseline for bug 65583 (path based border radius drawing on skia) part 2
+ https://bugs.webkit.org/show_bug.cgi?id=67751
+
+ Reviewed by Kenneth Russell.
+
+ * fast/borders/border-radius-circle-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-circle-expected.txt.
+ * fast/borders/border-radius-groove-01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-groove-01-expected.txt.
+ * fast/borders/border-radius-groove-02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-groove-02-expected.txt.
+ * fast/borders/border-radius-groove-03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-groove-03-expected.txt.
+ * fast/borders/border-radius-wide-border-01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-wide-border-01-expected.txt.
+ * fast/borders/border-radius-wide-border-02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-radius-wide-border-02-expected.txt.
+ * fast/css/text-input-with-webkit-border-radius-expected.png: Removed.
+ * fast/gradients/background-clipped-expected.txt: Renamed from LayoutTests/platform/gtk/fast/gradients/background-clipped-expected.txt.
+ * fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt.
+ * fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt.
+ * fast/transforms/shadows-expected.txt: Renamed from LayoutTests/platform/gtk/fast/transforms/shadows-expected.txt.
+ * platform/chromium-linux/fast/: 20 changes.
+ * platform/chromium-win/fast/: 19 changes.
+ * platform/chromium/test_expectations.txt:
+ * platform/mac/fast/: 9 changes.
+ * platform/qt/fast/: 10 removals.
+
+2011-09-08 Erik Arvidsson <arv@chromium.org>
+
+ Move Element.contains to Node
+ https://bugs.webkit.org/show_bug.cgi?id=67651
+
+ Reviewed by Darin Adler.
+
+ This moves the contains method from Element to Node as in the DOM4 working draft:
+ http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-contains
+
+ This also special cases Document contains to make it O(1) instead of O(depth).
+
+ * fast/dom/Element/contains-method-expected.txt: Removed.
+ * fast/dom/Element/script-tests/contains-method.js: Removed.
+ * fast/dom/Node/contains-method-expected.txt: Added.
+ * fast/dom/Node/contains-method.html: Renamed from LayoutTests/fast/dom/Element/contains-method.html.
+ * fast/dom/Node/script-tests/contains-method.js: Added. Expanded tests.
+ * fast/dom/Window/window-properties-expected.txt:
+ * perf/document-contains-expected.txt: Added.
+ * perf/document-contains.html: Added.
+ Perf test to ensure that document.contains is O(1).
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+ * platform/mac/fast/dom/Window/window-properties-expected.txt:
+ * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
+ * platform/qt/fast/dom/Window/window-properties-expected.txt:
+
+2011-09-08 Chris Rogers <crogers@google.com>
+
+ Check AudioContext createChannelMerger() for thread safety
+ https://bugs.webkit.org/show_bug.cgi?id=67247
+
+ Reviewed by Kenneth Russell.
+
+ * webaudio/audiochannelmerger-stereo-expected.txt: Added.
+ * webaudio/audiochannelmerger-stereo.html: Added.
+
+2011-09-08 Fady Samuel <fsamuel@chromium.org>
+
+ Fixed Layout Mode should be adjustable from layoutTestController for testing on Chromium platforms
+ https://bugs.webkit.org/show_bug.cgi?id=67723
+
+ Reviewed by Adam Barth.
+
+ * platform/chromium/fast/repaint/fixed-layout-360x240-expected.png: Added.
+ * platform/chromium/fast/repaint/fixed-layout-360x240-expected.txt: Added.
+ * platform/chromium/fast/repaint/fixed-layout-360x240.html: Added.
+
+2011-04-19 Eric Seidel <eric@webkit.org>
+
+ Reviewed by Ryosuke Niwa.
+
+ [BiDi] [CSS3] MASTER: Add support for the unicode-bidi:isolate CSS property
+ https://bugs.webkit.org/show_bug.cgi?id=50912
+
+ Two new tests for testing unicode-bidi: isolate behavior.
+ Note that the test from Aharon Lanin has one failing subtest
+ I've asked him if the test might have a typo in:
+ https://bugs.webkit.org/show_bug.cgi?id=50912#c30
+
+ * css3/unicode-bidi-isolate-aharon.html: Added.
+ - Some various unicode-bidi: isolate tests from Aharon.
+ * css3/unicode-bidi-isolate-basic.html: Added.
+ - This test tries all possible orderings of strong-LTR, strong-RTL and neutral characters
+ across unicode-bidi: isolate spans to make sure that we match expected rendering.
+ - A little red bleeds through the test, but that appears to be from anti-aliasing
+ and possible automatic font kerning, not layout failures.
+ * platform/mac/css3/unicode-bidi-isolate-aharon-expected.png: Added.
+ * platform/mac/css3/unicode-bidi-isolate-aharon-expected.txt: Added.
+ * platform/mac/css3/unicode-bidi-isolate-basic-expected.png: Added.
+ * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt: Added.
+
+2011-09-08 Luke Macpherson <macpherson@chromium.org>
+
+ Update tests for inherit and initial values for -webkit-columns and related CSS properties.
+ https://bugs.webkit.org/show_bug.cgi?id=67685
+
+ Reviewed by Eric Seidel.
+
+ * fast/multicol/inherit-column-values-expected.txt:
+ * fast/multicol/inherit-column-values.html:
+ * fast/multicol/initial-column-values-expected.txt:
+ * fast/multicol/initial-column-values.html:
+
+2011-09-08 Kentaro Hara <haraken@google.com>
+
+ Implement a ProgressEvent constructor for JSC
+ https://bugs.webkit.org/show_bug.cgi?id=67537
+
+ Reviewed by Sam Weinig.
+
+ * fast/events/constructors/progress-event-constructor-expected.txt: Added.
+ * fast/events/constructors/progress-event-constructor.html: Added. Checks the behavior of the ProgressEvent constructor.
+ * platform/chromium/test_expectations.txt: Skipped progress-event-constructor.html, since V8 does not yet have the ProgressEvent constructor.
+
+2011-09-08 Nate Chapin <japhet@chromium.org>
+
+ Rebaseline svg/W3C-SVG-1.1-SE/filters-image-05-f.svg text for chromium win/linux.
+
+ * platform/chromium-cg-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
+ * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE: Removed.
+ * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
+
+2011-09-08 Mark Pilgrim <pilgrim@chromium.org>
+
+ Test how animation methods react to too few arguments
+ https://bugs.webkit.org/show_bug.cgi?id=66539
+
+ Reviewed by Darin Adler.
+
+ * fast/animation/request-animation-frame-missing-arguments-expected.txt: Added.
+ * fast/animation/request-animation-frame-missing-arguments.html: Added.
+
+2011-09-08 Hayato Ito <hayato@chromium.org>
+
+ Add a layout test for the case where an accesskey is defined in shadow DOM.
+
+ https://bugs.webkit.org/show_bug.cgi?id=67096
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/dom/shadow/access-key-expected.txt: Added.
+ * fast/dom/shadow/access-key.html: Added.
+
+2011-09-08 Alexey Proskuryakov <ap@apple.com>
+
+ Some file-url-mimetypes subtests fail on rare extensions
+ https://bugs.webkit.org/show_bug.cgi?id=67679
+
+ Reviewed by Darin Adler.
+
+ * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
+ * platform/mac/fast/loader/file-url-mimetypes-2.html:
+ * platform/mac/fast/loader/file-url-mimetypes-expected.txt:
+ * platform/mac/fast/loader/file-url-mimetypes.html:
+ It doesn't appear important to investigate why a few subtests fail on some machines, so
+ just removing those.
+
+2011-09-08 Alexey Proskuryakov <ap@apple.com>
+
+ Some cookie related tests fail on Lion
+ https://bugs.webkit.org/show_bug.cgi?id=67674
+
+ Reviewed by Mark Rowe.
+
+ Use private browsing mode to work around a CFNetwork issue where these tests can affect each
+ other's results. This should not affect their behavior in any other way.
+
+ * http/tests/security/cookies/third-party-cookie-blocking-main-frame.html:
+ * http/tests/security/cookies/third-party-cookie-blocking-user-action.html:
+ * http/tests/security/cookies/third-party-cookie-blocking.html:
+
+2011-09-08 Ryosuke Niwa <rniwa@webkit.org>
+
+ Rebaseline filters-image-05-f.svg expected output (text) for SnowLeopard.
+ https://bugs.webkit.org/show_bug.cgi?id=67781
+
+ Unreviewed rebaseline for Mac.
+
+ * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
+ * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
+
+2011-09-08 Nate Chapin <japhet@chromium.org>
+
+ Unreviewed, chromium expectations tweaks.
+
+ * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Pavel Podivilov <podivilov@chromium.org>
+
+ Web Inspector: get rid of RawSourceCode.createSourceMappingIfNeeded.
+ https://bugs.webkit.org/show_bug.cgi?id=67717
+
+ Merge source-file.html into raw-source-code.html.
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/debugger/raw-source-code.html:
+ * inspector/debugger/source-file.html: Removed.
+
+2011-09-08 Cary Clark <caryclark@google.com>
+
+ Unreviewed; removed one erroneous baseline (Skia on Mac)
+
+ * platform/chromium-mac/fast/frames/lots-of-objects-expected.txt: Removed.
+
+2011-09-06 Pavel Podivilov <podivilov@chromium.org>
+
+ Web Inspector: do not re-create RawSourceCode when toggling pretty-print mode.
+ https://bugs.webkit.org/show_bug.cgi?id=67647
+
+ 1) Implement RawSourceCode.setFormatted that allows toggling pretty-print mode on the fly without resetting everything.
+ 2) Add RawSourceCode unit tests.
+ 3) Remove source mapping listeners and console messages from presentation model (they live in RawSourceCode now).
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/debugger/raw-source-code-expected.txt: Added.
+ * inspector/debugger/raw-source-code.html: Added.
+ * inspector/debugger/script-formatter.html:
+ * inspector/debugger/source-file.html:
+
+2011-09-08 Cary Clark <caryclark@google.com>
+
+ Unreviewed; new baselines (Skia on Mac, next chunk of files)
+ Updated newer tests with reference images.
+ Deleted images with correct fallbacks.
+
+ * platform/chromium-mac/http/tests/eventsource: Added.
+ (remaining files omitted for brevity)
+
+2011-09-08 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt][Mac] Unreviewed gardening.
+
+ * platform/qt-mac/Skipped: Skip a new failing test.
+
+2011-09-08 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r94695.
+ http://trac.webkit.org/changeset/94695
+ https://bugs.webkit.org/show_bug.cgi?id=67776
+
+ Hitting an assertion on Snow Leopard, Qt, GTK (Requested by
+ Zoltan on #webkit).
+
+ * fast/block/positioning/absolute-layout-after-image-load-expected.txt: Removed.
+ * fast/block/positioning/absolute-layout-after-image-load.html: Removed.
+ * fast/block/positioning/positioned-float-layout-after-image-load-expected.txt: Removed.
+ * fast/block/positioning/positioned-float-layout-after-image-load.html: Removed.
+ * fast/block/positioning/resources/absolute-layout-after-image-load-2.html: Removed.
+ * fast/block/positioning/resources/positioned-float-layout-after-image-load-2.html: Removed.
+
+2011-09-08 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Couple of tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode
+ https://bugs.webkit.org/show_bug.cgi?id=52810
+
+ * platform/qt/Skipped: Skip svg/W3C-SVG-1.1-SE/filters-image-05-f.svg, because it fails on 64 bit.
+
+2011-09-08 Ilya Tikhonovsky <loislo@chromium.org>
+
+ Unreviewed rebaseline for chromium.
+
+ * platform/chromium-cg-mac-leopard/svg/custom/feComponentTransfer-Table-expected.png:
+ * platform/chromium-cg-mac/svg/custom/feComponentTransfer-Table-expected.png:
+
+2011-09-08 Oliver Varga <voliver@inf.u-szeged.hu>
+
+ [Qt] fast/css/line-after-floating-div.html fails
+ https://bugs.webkit.org/show_bug.cgi?id=67772
+
+ Reviewed by Csaba Osztrogonác.
+
+ * platform/qt/Skipped: Skip it until fix.
+
+2011-09-08 Oliver Varga <voliver@inf.u-szeged.hu>
+
+ Gardening: add missing result after: r94710.
+ https://bugs.webkit.org/show_bug.cgi?id=67768
+
+ Reviewed by Zoltan Herczeg.
+
+ * platform/qt/fast/text/hyphenate-limit-lines-expected.png: Added.
+ * platform/qt/fast/text/hyphenate-limit-lines-expected.txt: Added.
+
+2011-09-08 Ilya Tikhonovsky <loislo@chromium.org>
+
+ Unreviewed. Rebaselines for chromium.
+
+ * platform/chromium-cg-mac-leopard/fast/css/line-after-floating-div-expected.png: Added.
+ * platform/chromium-cg-mac/fast/css/line-after-floating-div-expected.png:
+ * platform/chromium-cg-mac/fast/css/line-after-floating-div-expected.txt: Removed.
+ * platform/chromium-cg-mac/fast/text/hyphenate-limit-lines-expected.png: Added.
+ * platform/chromium-linux/fast/css/line-after-floating-div-expected.png:
+ * platform/chromium-linux/fast/text/hyphenate-limit-lines-expected.png: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
+ * platform/chromium-win/fast/css/line-after-floating-div-expected.png:
+ * platform/chromium-win/fast/css/line-after-floating-div-expected.txt:
+ * platform/chromium-win/fast/text/hyphenate-limit-lines-expected.png: Added.
+ * platform/chromium-win/fast/text/hyphenate-limit-lines-expected.txt: Added.
+ * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Ben Wells <benwells@chromium.org>
+
+ Fix typo in test_expectations introduced with r94725
+ https://bugs.webkit.org/show_bug.cgi?id=67758
+
+ image-makering.html -> image-color-matching.html
+
+ Reviewed by Ryosuke Niwa.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Dan Bernstein <mitz@apple.com>
+
+ Added Snow Leopard results for this new test.
+
+ * platform/mac-snowleopard/fast/text/hyphenate-limit-lines-expected.txt: Added.
+
+2011-09-07 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r94674 and r94689.
+ http://trac.webkit.org/changeset/94674
+ http://trac.webkit.org/changeset/94689
+ https://bugs.webkit.org/show_bug.cgi?id=67754
+
+ Broke inspector/debugger/script-formatter.html (Requested by
+ rniwa on #webkit).
+
+ * inspector/debugger/raw-source-code-expected.txt: Removed.
+ * inspector/debugger/raw-source-code.html: Removed.
+ * inspector/debugger/script-formatter.html:
+ * inspector/debugger/source-file.html:
+
+2011-09-07 Adam Barth <abarth@webkit.org>
+
+ Update baselines for svg/as-background-image. These results all appear
+ correct and test_expectations indicates that they just need new
+ baselines.
+
+ * platform/chromium-cg-mac/svg/as-background-image/svg-as-background-5-expected.png: Added.
+ * platform/chromium-linux/svg/as-background-image/svg-as-background-1-expected.png:
+ * platform/chromium-linux/svg/as-background-image/svg-as-background-3-expected.png:
+ * platform/chromium-linux/svg/as-background-image/svg-as-background-5-expected.png:
+ * platform/chromium-win-vista/svg/as-background-image: Added.
+ * platform/chromium-win-vista/svg/as-background-image/svg-as-background-1-expected.png: Added.
+ * platform/chromium-win-vista/svg/as-background-image/svg-as-background-3-expected.png: Added.
+ * platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png:
+ * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
+ * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
+ * platform/chromium/test_expectations.txt:
+ * platform/gtk/svg/as-background-image/animated-svg-as-background-expected.txt: Removed.
+ * platform/gtk/svg/as-background-image/svg-as-background-1-expected.txt: Removed.
+ * platform/gtk/svg/as-background-image/svg-as-background-3-expected.txt: Removed.
+ * platform/gtk/svg/as-background-image/svg-as-background-5-expected.txt: Removed.
+ * svg/as-background-image/animated-svg-as-background-expected.txt: Added.
+ * svg/as-background-image/svg-as-background-1-expected.txt: Added.
+ * svg/as-background-image/svg-as-background-3-expected.txt: Added.
+ * svg/as-background-image/svg-as-background-5-expected.txt: Added.
+
+2011-09-07 Adam Barth <abarth@webkit.org>
+
+ These tests just differ in how JSC and V8 report error messages.
+
+ * platform/chromium-cg-mac-leopard/http/tests/security: Added.
+ * platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Added.
+ * platform/chromium-cg-mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
+ * platform/chromium/http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Adam Barth <abarth@webkit.org>
+
+ Our results here reflect an intentional difference between GURL and
+ KURL. KURL doesn't handle non-ASCII characters in the fragment in the
+ same was as IE whereas GURL does.
+
+ * platform/chromium/http/tests/uri: Added.
+ * platform/chromium/http/tests/uri/resolve-encoding-relative-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Adam Barth <abarth@webkit.org>
+
+ Our behavior is correct with respect to the new cookie RFC. I'm told
+ that CFNetwork is going to change this behavior to match every other
+ browser.
+
+ * platform/chromium/http/tests/cookies: Added.
+ * platform/chromium/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r94714 and r94723.
+ http://trac.webkit.org/changeset/94714
+ http://trac.webkit.org/changeset/94723
+ https://bugs.webkit.org/show_bug.cgi?id=67746
+
+ breaks gtk-linux tests with assertion failure (Requested by
+ thorton on #webkit).
+
+ * platform/chromium-linux/svg/custom/simple-text-double-shadow.png: Removed.
+ * platform/chromium-mac/svg/custom/simple-text-double-shadow.png: Removed.
+ * platform/chromium-win/svg/custom/simple-text-double-shadow.png: Removed.
+ * platform/mac/svg/custom/simple-text-double-shadow-expected.png: Removed.
+ * platform/mac/svg/custom/simple-text-double-shadow-expected.txt: Removed.
+ * svg/custom/simple-text-double-shadow.svg: Removed.
+
+2011-09-07 Adam Barth <abarth@webkit.org>
+
+ Update results. The actual results are only off by a fraction of a
+ pixel around the curve in the zero.
+
+ * platform/chromium-cg-mac/media/audio-repaint-expected.txt: Removed.
+ * platform/chromium-mac/media/audio-repaint-expected.txt: Removed.
+ * platform/chromium-win-xp/media: Removed.
+ * platform/chromium-win/media/audio-repaint-expected.png:
+ * platform/chromium/media/audio-repaint-expected.txt: Added.
+
+2011-09-07 Adam Barth <abarth@webkit.org>
+
+ These results are also off by just factional pixels.
+
+ * platform/chromium-cg-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+ * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
+ * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
+ * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
+ * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
+ * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
+ * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
+
+2011-09-07 Adam Barth <abarth@webkit.org>
+
+ These results all differ only in less than one pixel border or text rendering.
+
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug82946-2-expected.png: Added.
+ * platform/chromium-cg-mac/tables/mozilla/bugs/bug82946-2-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug22019-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug28341-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug2886-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug2947-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug6674-expected.png:
+ * platform/chromium-win/tables/mozilla/bugs/bug22019-expected.png:
+ * platform/chromium-win/tables/mozilla/bugs/bug2886-expected.png:
+ * platform/chromium-win/tables/mozilla/bugs/bug2947-expected.png:
+ * platform/chromium-win/tables/mozilla/bugs/bug6674-expected.png:
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ Add Mac baseline for the test added by r94331.
+
+ * platform/mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
+ * platform/mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ Rebaseline for r94710.
+
+ * fast/css/getComputedStyle/computed-style-expected.txt:
+ * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * svg/css/getComputedStyle-basic-expected.txt:
+
+2011-09-07 Nate Chapin <japhet@chromium.org>
+
+ Unreviewed, chromium svg/ rebaselines.
+
+ * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
+ * platform/chromium-cg-mac-leopard/svg/batik/filters/feTile-expected.png:
+ * platform/chromium-cg-mac-leopard/svg/batik/text/textFeatures-expected.png:
+ * platform/chromium-cg-mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png:
+ * platform/chromium-cg-mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png:
+ * platform/chromium-cg-mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png:
+ * platform/chromium-cg-mac-leopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+ * platform/chromium-cg-mac-leopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+ * platform/chromium-cg-mac-leopard/svg/filters/filterRes-expected.png:
+ * platform/chromium-cg-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
+ * platform/chromium-cg-mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
+ * platform/chromium-cg-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
+ * platform/chromium-cg-mac/svg/batik/filters/feTile-expected.png:
+ * platform/chromium-cg-mac/svg/batik/text/textFeatures-expected.png:
+ * platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt: Added.
+ * platform/chromium-cg-mac/svg/custom/feComponentTransfer-Discrete-expected.png:
+ * platform/chromium-cg-mac/svg/custom/feComponentTransfer-Gamma-expected.png:
+ * platform/chromium-cg-mac/svg/custom/feComponentTransfer-Linear-expected.png:
+ * platform/chromium-cg-mac/svg/custom/simple-text-double-shadow-expected.png: Added.
+ * platform/chromium-cg-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+ * platform/chromium-cg-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+ * platform/chromium-cg-mac/svg/filters/filterRes-expected.png:
+ * platform/chromium-linux/svg/batik/text/textFeatures-expected.txt: Removed.
+ * platform/chromium-linux/svg/custom/simple-text-double-shadow-expected.png: Added.
+ * platform/chromium-win-vista/svg/filters: Removed.
+ * platform/chromium-win-xp/svg/css: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
+ * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
+ * platform/chromium-win/svg/custom/simple-text-double-shadow-expected.png: Added.
+ * platform/chromium-win/svg/custom/simple-text-double-shadow-expected.txt: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+ * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+ * platform/chromium-win/svg/filters/filterRes-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ css2.1/t090204-display-change-01-b-ao.html is not attaching event listener properly
+ https://bugs.webkit.org/show_bug.cgi?id=67725
+
+ Reviewed by Dan Bernstein.
+
+ Revert the script fix in t090204-display-change-01-b-ao.html and css2.1 test suite and
+ replace line-after-floating-div.html by the fixed version.
+
+ Also move the expected result for line-after-floating-div.html from fast/css as it is platform dependent.
+
+ * css2.1/t090204-display-change-01-b-ao.html:
+ * fast/css/line-after-floating-div-expected.png: Removed.
+ * fast/css/line-after-floating-div-expected.txt: Removed.
+ * fast/css/line-after-floating-div.html:
+ * platform/mac/css2.1/t090204-display-change-01-b-ao-expected.png:
+ * platform/mac/css2.1/t090204-display-change-01-b-ao-expected.txt:
+ * platform/mac/fast/css/line-after-floating-div-expected.png: Copied from
+ LayoutTests/fast/css/line-after-floating-div-expected.png.
+ * platform/mac/fast/css/line-after-floating-div-expected.txt: Copied from
+ LayoutTests/fast/css/line-after-floating-div-expected.txt.
+
+2011-09-07 Tim Horton <timothy_horton@apple.com>
+
+ Unreviewed, Chromium baselines for svg/custom/simple-text-double-shadow
+
+ * platform/chromium-linux/svg/custom/simple-text-double-shadow.png: Added.
+ * platform/chromium-mac/svg/custom/simple-text-double-shadow.png: Added.
+ * platform/chromium-win/svg/custom/simple-text-double-shadow.png: Added.
+
+2011-09-07 Nate Chapin <japhet@chromium.org>
+
+ Unreviewed, chromium fast/css/ rebaslines.
+
+ * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt: Added.
+ * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.
+ * platform/chromium-cg-mac/fast/css/line-after-floating-div-expected.png: Added.
+ * platform/chromium-cg-mac/fast/css/line-after-floating-div-expected.txt: Added.
+ * platform/chromium-linux/fast/css/getComputedStyle: Removed.
+ * platform/chromium-linux/fast/css/line-after-floating-div-expected.png: Added.
+ * platform/chromium-win-vista/fast/css/getComputedStyle: Removed.
+ * platform/chromium-win-xp/fast/css/getComputedStyle: Removed.
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/chromium-win/fast/css/line-after-floating-div-expected.png: Added.
+ * platform/chromium-win/fast/css/line-after-floating-div-expected.txt: Added.
+
+2011-09-07 Nate Chapin <japhet@chromium.org>
+
+ Unreviewed, patch up some chromium gpu expectations
+ that are failing on the cg mac builds.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Chris Fleizach <cfleizach@apple.com>
+
+ Changes to aria-hidden don't change VO navigation
+ https://bugs.webkit.org/show_bug.cgi?id=67722
+
+ Reviewed by Darin Adler.
+
+ * accessibility/aria-hidden-updates-alldescendants-expected.txt: Added.
+ * accessibility/aria-hidden-updates-alldescendants.html: Added.
+
+2011-09-07 Nate Chapin <japhet@chromium.org>
+
+ Unreviewed, upstream some chromium expected failure after skia roll,
+ and rebaseline 2 tests for leopard cg.
+
+ * platform/chromium-cg-mac-leopard/fast/borders/border-image-scaled-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/borders/border-image-side-reduction-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Tim Horton <timothy_horton@apple.com>
+
+ Text rendered with a simple (i.e. 0px blur) shadow inside a transparency layer has a double shadow
+ https://bugs.webkit.org/show_bug.cgi?id=67543
+ <rdar://problem/10070536>
+
+ Reviewed by Simon Fraser.
+
+ Add a test ensuring that text with 0px blur CSS shadow doesn't get rendered
+ with a second shadow when inside a transparency layer.
+
+ * platform/mac/svg/custom/simple-text-double-shadow-expected.png: Added.
+ * platform/mac/svg/custom/simple-text-double-shadow-expected.txt: Added.
+ * svg/custom/simple-text-double-shadow.svg: Added.
+
+2011-09-07 Nate Chapin <japhet@chromium.org>
+
+ Unreviewed, chromium expectations update.
+ Make the WONTFIX WIN LINUX for platform/chromium/rubberbanding/
+ FAIL instead of IMAGE, so it's less likely to flake out.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ Add the forgotten expected results for r94696.
+
+ * fast/css/line-after-floating-div-expected.png: Added.
+ * fast/css/line-after-floating-div-expected.txt: Added.
+
+2011-09-07 Dan Bernstein <mitz@apple.com>
+
+ <rdar://problem/8881922> Support the hyphenate-limit-lines property
+ https://bugs.webkit.org/show_bug.cgi?id=67730
+
+ Reviewed by Dave Hyatt.
+
+ * fast/css/parsing-hyphenate-limit-lines-expected.txt: Added.
+ * fast/css/parsing-hyphenate-limit-lines.html: Added.
+ * fast/text/hyphenate-limit-lines.html: Added.
+ * platform/mac/fast/text/hyphenate-limit-lines-expected.png: Added.
+ * platform/mac/fast/text/hyphenate-limit-lines-expected.txt: Added.
+
+2011-09-07 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening after r94697.
+
+ * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
+ * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
+
+2011-09-07 Nate Chapin <japhet@chromium.org>
+
+ Unreviewed, chromium expectations update.
+
+ * platform/chromium-cg-mac-leopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+ * platform/chromium-cg-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+ * platform/chromium-win-xp/svg/transforms: Removed.
+ * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Alexei Svitkine <asvitkine@chromium.org>
+
+ Add test infrastructure to test rubber-banding overhang drawing along with layout tests for existing Chromium Mac overhang drawing in the non-gpu path.
+ https://bugs.webkit.org/show_bug.cgi?id=67511
+
+ Reviewed by Dimitri Glazkov.
+
+ * platform/chromium-mac/rubberbanding: Added.
+ * platform/chromium-mac/rubberbanding/overhang-e-expected.png: Added.
+ * platform/chromium-mac/rubberbanding/overhang-e-expected.txt: Added.
+ * platform/chromium-mac/rubberbanding/overhang-e.html: Added.
+ * platform/chromium-mac/rubberbanding/overhang-n-expected.png: Added.
+ * platform/chromium-mac/rubberbanding/overhang-n-expected.txt: Added.
+ * platform/chromium-mac/rubberbanding/overhang-n.html: Added.
+ * platform/chromium-mac/rubberbanding/overhang-ne-expected.png: Added.
+ * platform/chromium-mac/rubberbanding/overhang-ne-expected.txt: Added.
+ * platform/chromium-mac/rubberbanding/overhang-ne.html: Added.
+ * platform/chromium-mac/rubberbanding/overhang-nw-expected.png: Added.
+ * platform/chromium-mac/rubberbanding/overhang-nw-expected.txt: Added.
+ * platform/chromium-mac/rubberbanding/overhang-nw.html: Added.
+ * platform/chromium-mac/rubberbanding/overhang-s-expected.png: Added.
+ * platform/chromium-mac/rubberbanding/overhang-s-expected.txt: Added.
+ * platform/chromium-mac/rubberbanding/overhang-s.html: Added.
+ * platform/chromium-mac/rubberbanding/overhang-se-expected.png: Added.
+ * platform/chromium-mac/rubberbanding/overhang-se-expected.txt: Added.
+ * platform/chromium-mac/rubberbanding/overhang-se.html: Added.
+ * platform/chromium-mac/rubberbanding/overhang-sw-expected.png: Added.
+ * platform/chromium-mac/rubberbanding/overhang-sw-expected.txt: Added.
+ * platform/chromium-mac/rubberbanding/overhang-sw.html: Added.
+ * platform/chromium-mac/rubberbanding/overhang-w-expected.png: Added.
+ * platform/chromium-mac/rubberbanding/overhang-w-expected.txt: Added.
+ * platform/chromium-mac/rubberbanding/overhang-w.html: Added.
+
+2011-09-07 David Reveman <reveman@chromium.org>
+
+ [Chromium] Render surface anti-aliasing.
+ https://bugs.webkit.org/show_bug.cgi?id=66437
+
+ Reviewed by James Robinson.
+
+ Update expected results.
+
+ * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.png:
+ * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png:
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed-expected.png:
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed2-expected.png:
+ * platform/chromium-gpu-linux/compositing/reflections/reflection-in-composited-expected.png:
+ * platform/chromium-gpu-linux/compositing/scaling/tiled-layer-recursion-expected.png:
+ * platform/chromium-gpu-linux/media/video-layer-crash-expected.png:
+ * platform/chromium-gpu-linux/media/video-transformed-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 Xiaomei Ji <xji@chromium.org>
+
+ Rebaseline after r93935.
+
+ * platform/gtk/editing/selection/move-by-word-visually-multi-line-expected.txt:
+
+2011-09-07 Elliot Poger <epoger@google.com>
+
+ now that layout tests distinguish between Core Graphics and Skia
+ expectations, update test_expectations accordingly.
+ https://bugs.webkit.org/show_bug.cgi?id=67324
+
+ Reviewed by Dirk Pranke.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-09-07 W. James MacLean <wjmaclean@chromium.org>
+
+ Eliminate motion jitter in animated, blurred SVG image
+ https://bugs.webkit.org/show_bug.cgi?id=67503
+
+ Fixes filter shear-free transform applied to SVG images.
+
+ Reviewed by Dirk Schulze.
+
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
+ * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
+ * platform/chromium-linux/svg/batik/text/textFeatures-expected.txt: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+ * platform/chromium-linux/svg/filters/filterRes-expected.png:
+ * platform/chromium-linux/svg/filters/filterRes-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+ * svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Added.
+ * svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt: Added.
+ * svg/W3C-SVG-1.1-SE/filters-image-05-f.svg: Added.
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ css2.1/t090204-display-change-01-b-ao.html is not attaching event listener properly
+ https://bugs.webkit.org/show_bug.cgi?id=67725
+
+ Reviewed by David Hyatt.
+
+ Fixed the test to properly attach load event listener on window instead of document.
+
+ Since this broken test also caught a bug fixed in r94693, I made a copy of this version in fast/css.
+
+ * css2.1/t090204-display-change-01-b-ao.html:
+ * fast/css/line-after-floating-div.html: Copied from LayoutTests/css2.1/t090204-display-change-01-b-ao.html.
+ * platform/mac/css2.1/t090204-display-change-01-b-ao-expected.png:
+ * platform/mac/css2.1/t090204-display-change-01-b-ao-expected.txt:
+
+2011-09-03 Robert Hogan <robert@webkit.org>
+
+ Elements with position:absolute don't move to correct position after images load
+ https://bugs.webkit.org/show_bug.cgi?id=54611
+
+ Reviewed by Simon Fraser.
+
+ * fast/block/positioning/absolute-layout-after-image-load-expected.txt: Added.
+ * fast/block/positioning/absolute-layout-after-image-load.html: Added.
+ * fast/block/positioning/resources/absolute-layout-after-image-load-2.html: Added.
+ * fast/block/positioning/positioned-float-layout-after-image-load-expected.txt: Added.
+ * fast/block/positioning/positioned-float-layout-after-image-load.html: Added.
+ * fast/block/positioning/resources/positioned-float-layout-after-image-load-2.html: Added.
+
+2011-09-07 Pavel Podivilov <podivilov@chromium.org>
+
+ Unreviewed, build fix after r94674.
+
+ * inspector/debugger/script-formatter.html:
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ Skip media/media-controls-invalid-url.html on Mac for now because it has been failing.
+ The failure is tracked by the bug 67716.
+
+ * platform/mac/Skipped:
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ Finally, Mac rebaseline for r93237.
+
+ * platform/mac-snowleopard/fast/text/midword-break-before-surrogate-pair-2-expected.txt: Copied from
+ LayoutTests/platform/mac/fast/text/midword-break-before-surrogate-pair-2-expected.txt.
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ Fix my accidental svn mv (instead of cp) in r94680.
+
+ * fast/dom/call-a-constructor-as-a-function-expected.txt: Copied from
+ LayoutTests/platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt.
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ GTK+ rebaseline after r94357. GTK+ port apparently implements PeerConnection.
+
+ * fast/dom/call-a-constructor-as-a-function-expected.txt: Removed.
+ * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt: Copied from
+ LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt.
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ Skip accessibility/textbox-role-reports-selection.html on GTK+ bots because it has been failing.
+ The failure is tracked by the bug 67713.
+
+ * platform/gtk/Skipped:
+
+2011-09-06 Pavel Podivilov <podivilov@chromium.org>
+
+ Web Inspector: do not re-create RawSourceCode when toggling pretty-print mode.
+ https://bugs.webkit.org/show_bug.cgi?id=67647
+
+ 1) Implement RawSourceCode.setFormatted that allows toggling pretty-print mode on the fly without resetting everything.
+ 2) Add RawSourceCode unit tests.
+ 3) Remove source mapping listeners and console messages from presentation model (they live in RawSourceCode now).
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/debugger/raw-source-code-expected.txt: Added.
+ * inspector/debugger/raw-source-code.html: Added.
+ * inspector/debugger/script-formatter.html:
+ * inspector/debugger/source-file.html:
+
+2011-09-07 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: Implement circular tabbing through the Styles sidebar pane contents
+ https://bugs.webkit.org/show_bug.cgi?id=67127
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/styles/styles-commit-editing.html:
+
+2011-09-07 Andrey Kosyakov <caseq@chromium.org>
+
+ Unreviewed test fix (removed a call to console.trace() to avoid having platform-specific expectations).
+
+ * inspector/extensions/extensions-console-expected.txt:
+ * inspector/extensions/extensions-console.html:
+
+2011-09-07 Cary Clark <caryclark@google.com>
+
+ Unreviewed; new baselines (Skia on Mac, next chunk of files)
+ Updated newer tests with reference images.
+ Deleted images with correct fallbacks.
+
+ * platform/chromium-mac/media/media/video-defaultmuted-expected.txt: Removed.
+ (remaining files omitted for brevity)
+
+2011-09-02 Andrey Kosyakov <caseq@chromium.org>
+
+ Web Inspector: [Extensions API] expose console API
+ https://bugs.webkit.org/show_bug.cgi?id=67506
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/resources/extension-main.js:
+ * inspector/extensions/extensions-api-expected.txt:
+ * inspector/extensions/extensions-console-expected.txt: Added.
+ * inspector/extensions/extensions-console.html: Added.
+
+2011-09-07 Oliver Varga <voliver@inf.u-szeged.hu>
+
+ Update LayoutTests/platform/qt-arm/fast/dom/Window/window-property-descriptors-expected.txt
+
+ Unreviewed gardening.
+
+ * platform/qt-arm/fast/dom/Window/window-property-descriptors-expected.txt:
+
+2011-09-07 Balazs Kelemen <kbalazs@webkit.org>
+
+ [WK2] evetSender.keyDown is unimplemented
+ https://bugs.webkit.org/show_bug.cgi?id=57515
+
+ Unreviewed gardening, skip dependent new test.
+
+ * platform/wk2/Skipped: Skip fast/forms/number-input-changeevent.html.
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ Change event is not fired for input[type=number] when the user reverts a change made by script
+ https://bugs.webkit.org/show_bug.cgi?id=67697
+
+ Reviewed by Kent Tamura.
+
+ Add a regression test to ensure WebKit fires change event when the user reverts a change made by script.
+
+ * fast/forms/number-input-changeevent-expected.txt: Added.
+ * fast/forms/number-input-changeevent.html: Added.
+
+2011-09-07 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt][Mac] Unreviewed gardening after r94646.
+
+ * platform/qt-mac/Skipped: Paint the Qt-Mac bot green.
+
+2011-09-07 Ilya Tikhonovsky <loislo@chromium.org>
+
+ Unreviewed. Revert expectation that was wrongly generated for textStyles.svg.
+
+ * platform/chromium-linux/svg/batik/text/textStyles-expected.png:
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed Windows rebaselines.
+
+ * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/win/fast/js/global-constructors-expected.txt:
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ One last GTK+ rebaseline for r94614.
+
+ * platform/gtk/fast/js/global-constructors-expected.txt:
+
+2011-09-07 Ryosuke Niwa <rniwa@webkit.org>
+
+ GTK+ rebaselines after r94614.
+
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+ * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+
+2011-09-07 Ilya Tikhonovsky <loislo@chromium.org>
+
+ Unreviewed. Rebaseline expectations after r94593
+
+ * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt: Removed.
+ * platform/chromium-win-vista/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
+ * platform/chromium-win-vista/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
+ * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
+
+2011-09-07 Xianzhu Wang <wangxianzhu@chromium.org>
+
+ fast/dom/replaceChild.html may not test what it's supposed to test and may sometimes be flaky
+ https://bugs.webkit.org/show_bug.cgi?id=67629
+
+ Reviewed by Darin Adler.
+
+ The test is supposed to test Node.replaceChild() called from a frame.
+ However, in most cases, it's not executed because the test finishes before
+ the iframe's onload event handler. For now, the expected result is just
+ the original render tree before replaceChild(). In chance that iframe's
+ onload is executed earlier, the actual result might be different from
+ expected (that is, replaceChild() is executed and the DOM is actually changed.)
+
+ Use waitUntilDone() and notifyDone() to ensure the frame's onload handler
+ is called.
+
+ BTW changed it to a pure text test to avoid platform branches.
+
+ * fast/dom/replaceChild.html:
+ * fast/dom/replaceChild-expected.txt: Added.
+ * fast/dom/resources/replaceChildHelper.html:
+ * platform/chromium-linux/fast/dom/replaceChild-expected.png: Removed.
+ * platform/chromium-mac/fast/dom/replaceChild-expected.png: Removed.
+ * platform/chromium-win/fast/dom/replaceChild-expected.png: Removed.
+ * platform/chromium-win/fast/dom/replaceChild-expected.txt: Removed.
+ * platform/gtk/fast/dom/replaceChild-expected.png: Removed.
+ * platform/gtk/fast/dom/replaceChild-expected.txt: Removed.
+ * platform/mac-leopard/fast/dom/replaceChild-expected.png: Removed.
+ * platform/mac/fast/dom/replaceChild-expected.png: Removed.
+ * platform/mac/fast/dom/replaceChild-expected.txt: Removed.
+ * platform/qt/fast/dom/replaceChild-expected.png: Removed.
+ * platform/qt/fast/dom/replaceChild-expected.txt: Removed.
+
+2011-09-07 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening. Add platform specific expected results for new passing tests.
+
+ * platform/qt/fast/borders/border-image-longhand-expected.png: Added.
+ * platform/qt/fast/borders/border-image-longhand-expected.txt: Added.
+ * platform/qt/fast/borders/border-image-scaled-expected.png: Added.
+ * platform/qt/fast/borders/border-image-scaled-expected.txt: Added.
+ * platform/qt/fast/borders/border-image-side-reduction-expected.png: Added.
+ * platform/qt/fast/borders/border-image-side-reduction-expected.txt: Added.
+
+2011-09-07 Ilya Tikhonovsky <loislo@chromium.org>
+
+ Unreviewed. Rebaseline expectations for svg/batik/text/textStyles.svg after r94624.
+
+ * platform/chromium-linux/svg/batik/text/textStyles-expected.png:
+ * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
+