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

Unified Diff: LayoutTests/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 6537003: Merge 78648 - 2011-02-15 James Robinson <jamesr@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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/fast/animation/request-animation-frame-during-modal.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 78732)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,3 +1,3084 @@
+2011-02-15 James Robinson <jamesr@chromium.org>
+
+ Reviewed by Alexey Proskuryakov.
+
+ requestAnimationFrame callbacks should not fire within a modal dialog
+ https://bugs.webkit.org/show_bug.cgi?id=53188
+
+ Tests that requestAnimationFrame callbacks are suspended while a modal
+ dialog is showing.
+
+ * fast/animation/request-animation-frame-during-modal-expected.txt: Added.
+ * fast/animation/request-animation-frame-during-modal.html: Added.
+
+2011-02-15 Benjamin Kalman <kalman@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ Clean up results for editing/selection/extend-selection-home-end layout test
+ https://bugs.webkit.org/show_bug.cgi?id=54508
+
+ Line up results in columns, remove unused pixel test results from qt.
+
+ * editing/selection/extend-selection-home-end-expected.txt:
+ * editing/selection/extend-selection-home-end.html:
+ * platform/mac/editing/selection/extend-selection-home-end-expected.txt:
+ * platform/qt/editing/selection/extend-selection-home-end-expected.checksum: Removed.
+ * platform/qt/editing/selection/extend-selection-home-end-expected.png: Removed.
+ * platform/win/editing/selection/extend-selection-home-end-expected.txt:
+
+2011-02-15 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Darin Adler.
+
+ XSLT with output method HTML and images crashes in debug mode
+ https://bugs.webkit.org/show_bug.cgi?id=54462
+
+ Test that we don't try to prepare to stop twice when pasing HTML
+ generated from an XSLT.
+
+ * fast/parser/resources/xslt-with-html.xsl: Added.
+ * fast/parser/xslt-with-html-expected.txt: Added.
+ * fast/parser/xslt-with-html.xml: Added.
+
+2011-02-15 Martin Robinson <mrobinson@igalia.com>
+
+ Rebaseline some GTK+ tests which have different results on the bots.
+ Skip a test which appears to be timing out intermittently.
+
+ * platform/gtk/Skipped: Skip a test which has been timing out.
+ * platform/gtk/svg/custom/use-nested-transform-expected.txt:
+ * platform/gtk/svg/hixie/perf/001-expected.txt:
+ * platform/gtk/svg/hixie/perf/002-expected.txt:
+ * platform/gtk/svg/hixie/perf/007-expected.txt:
+
+2011-02-15 Jia Pu <jpu@apple.com>
+
+ Reviewed by Darin Adler.
+
+ Autocorrection should respect undo.
+ https://bugs.webkit.org/show_bug.cgi?id=52221
+ <rdar://problem/8663399>
+
+ Rebaselined tests affected by code change.
+
+ * platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
+ * platform/mac/editing/spelling/autocorrection-delete-expected.txt:
+ * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
+ * platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
+ * platform/mac/editing/spelling/autocorrection-simple-expected.txt:
+ * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
+
+2011-02-15 Peter Kasting <pkasting@google.com>
+
+ Unreviewed, Chromium test expectations update.
+
+ https://bugs.webkit.org/show_bug.cgi?id=40147
+ https://bugs.webkit.org/show_bug.cgi?id=48029
+ https://bugs.webkit.org/show_bug.cgi?id=53740
+ https://bugs.webkit.org/show_bug.cgi?id=54387
+ https://bugs.webkit.org/show_bug.cgi?id=54418
+ https://bugs.webkit.org/show_bug.cgi?id=54499
+ Remove a couple erroneously-added baselines, unmark some now-passing
+ tests, bug numbers, etc.
+
+ * platform/chromium-linux/http/tests/xmlhttprequest: Removed.
+ * platform/chromium-linux/http/tests/xmlhttprequest/cache-override-expected.txt: Removed.
+ * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.txt: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2011-02-15 Steve Falkenburg <sfalken@apple.com>
+
+ Add media/audio-delete-while-slider-thumb-clicked.html to Windows skipped list.
+ Failing since r78562.
+
+ * platform/win/Skipped:
+
+2011-02-15 Stephen White <senorblanco@chromium.org>
+
+ Unreviewed; new baselines for canvas GPU tests.
+
+ Rebaseline for slight pixel differences on windows.
+
+ * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.checksum:
+ * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png:
+ * platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.checksum:
+ * platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2011-02-15 Mihai Parparita <mihaip@chromium.org>
+
+ Unreviewed chromium-gpu expectations update. Update expectations after
+ tests that were unskipped by r78619 started to be run again. Most of
+ them don't time out anymore, instead they have image and/or text diffs.
+
+ Also remove flaky expectations for fast/canvas/shadow-offset-*.html,
+ since they pass consistently now that the bug on the Chromium/V8 side
+ (http://crbug.com/67732) has been fixed.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-15 Stephen White <senorblanco@chromium.org>
+
+ Reviewed by James Robinson.
+
+ [chromium] Mark fast/canvas/canvas-strokeRect.html as passing on the GPU path.
+ https://bugs.webkit.org/show_bug.cgi?id=54497
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-15 Mihai Parparita <mihaip@chromium.org>
+
+ Unreviewed chromium-gpu expectations update.
+ compositing/reflections/animation-inside-reflection.html and
+ compositing/reflections/nested-reflection-animated.html are flaky on
+ Linux too.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-15 Kenneth Russell <kbr@google.com>
+
+ Reviewed by Darin Fisher.
+
+ Allow controlling minimum DOMTimer interval on a per-page basis
+ https://bugs.webkit.org/show_bug.cgi?id=54312
+
+ * fast/dom/timer-increase-min-interval-and-reset-part-1-expected.txt: Added.
+ * fast/dom/timer-increase-min-interval-and-reset-part-1.html: Added.
+ * fast/dom/timer-increase-min-interval-and-reset-part-2-expected.txt: Added.
+ * fast/dom/timer-increase-min-interval-and-reset-part-2.html: Added.
+ - Chained tests (the assumption is that the run-webkit-tests
+ harness will run them sequentially, which is a reasonably good
+ assumption) which verify that the minimum timer interval is
+ reset between tests.
+ * fast/dom/timer-increase-min-interval-expected.txt: Added.
+ * fast/dom/timer-increase-min-interval.html: Added.
+ - Verifies that increasing the minimum timer interval causes
+ fast timers to run slowly.
+ * fast/dom/timer-increase-then-decrease-min-interval-expected.txt: Added.
+ * fast/dom/timer-increase-then-decrease-min-interval.html: Added.
+ - Verifies that decreasing the minimum timer interval causes
+ previously slowed-down timers to be reevaluated immediately.
+
+2011-02-15 Mihai Parparita <mihaip@chromium.org>
+
+ Unreviewed chromium-gpu baseline update. Unskip some tests that fail;
+ we want to keep running them in case they regress in unexpected ways
+ (e.g. they start to crash).
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-15 Martin Robinson <mrobinson@igalia.com>
+
+ Reviewed by Xan Lopez.
+
+ [Freetype] Better map CSS font weight to Fontconfig font weight
+ https://bugs.webkit.org/show_bug.cgi?id=54323
+
+ Update the results of this test, which is now passing. Also update results for
+ all other tests which have different results now.
+
+ * platform/gtk/fast/css/font-weight-1-expected.checksum:
+ * platform/gtk/fast/css/font-weight-1-expected.png:
+ * platform/gtk/fast/css/font-weight-1-expected.txt:
+
+2011-02-15 Mihai Parparita <mihaip@chromium.org>
+
+ Unreviewed chromium-gpu-linux rebaseline. Check in correct expectations
+ which should allow us to remove the PASS FAIL line for compositing/ for
+ this platform.
+
+ * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.checksum:
+ * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png:
+ * platform/chromium-gpu-linux/compositing/generated-content-expected.checksum:
+ * platform/chromium-gpu-linux/compositing/generated-content-expected.png:
+ * platform/chromium-gpu-linux/compositing/geometry/composited-html-size-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/geometry/composited-html-size-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.checksum:
+ * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png:
+ * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.checksum:
+ * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
+ * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.checksum:
+ * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
+ * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.checksum:
+ * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
+ * platform/chromium-gpu-linux/compositing/reflections/animation-inside-reflection-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/animation-inside-reflection-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/compositing-change-inside-reflection-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/compositing-change-inside-reflection-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/deeply-nested-reflections-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/deeply-nested-reflections-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/masked-reflection-on-composited-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/masked-reflection-on-composited-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-animated-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-animated-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-mask-change-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-on-overflow-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-on-overflow-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-opacity-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-opacity-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-size-change-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-size-change-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed2-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed2-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transition-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transition-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/reflection-in-composited-expected.checksum:
+ * platform/chromium-gpu-linux/compositing/reflections/reflection-in-composited-expected.png:
+ * platform/chromium-gpu-linux/compositing/reflections/reflection-on-composited-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/reflection-on-composited-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/reflection-ordering-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/reflection-ordering-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning2-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning2-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/simple-composited-reflections-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/simple-composited-reflections-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/transform-inside-reflection-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/reflections/transform-inside-reflection-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/sibling-positioning-expected.checksum:
+ * platform/chromium-gpu-linux/compositing/sibling-positioning-expected.png:
+ * platform/chromium-gpu-linux/compositing/transitions/scale-transition-no-start-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/transitions/scale-transition-no-start-expected.png: Added.
+ * platform/chromium-gpu-linux/compositing/webgl/webgl-reflection-expected.checksum: Added.
+ * platform/chromium-gpu-linux/compositing/webgl/webgl-reflection-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-02-15 Tony Chang <tony@chromium.org>
+
+ Rebaseline chromium-linux tests with menulists (select drop downs).
+ We now match Windows w.r.t. sizes, the only difference is the
+ background color of the menulist (in themeChromiumLinux.css).
+
+ * platform/chromium-linux/editing/pasteboard/4641033-expected.checksum:
+ * platform/chromium-linux/editing/pasteboard/4641033-expected.png:
+ * platform/chromium-linux/editing/pasteboard/4641033-expected.txt:
+ * platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum:
+ * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
+ * platform/chromium-linux/editing/pasteboard/4944770-1-expected.txt:
+ * platform/chromium-linux/editing/pasteboard/4944770-2-expected.checksum:
+ * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png:
+ * platform/chromium-linux/editing/pasteboard/4944770-2-expected.txt:
+ * platform/chromium-linux/editing/selection/caret-before-select-expected.checksum:
+ * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
+ * platform/chromium-linux/editing/selection/caret-before-select-expected.txt:
+ * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.checksum:
+ * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png:
+ * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.txt:
+ * platform/chromium-linux/editing/selection/select-box-expected.checksum:
+ * platform/chromium-linux/editing/selection/select-box-expected.png:
+ * platform/chromium-linux/editing/selection/select-box-expected.txt:
+ * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.checksum:
+ * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
+ * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.txt:
+ * platform/chromium-linux/fast/block/float/float-avoidance-expected.checksum:
+ * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
+ * platform/chromium-linux/fast/block/float/float-avoidance-expected.txt:
+ * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum:
+ * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
+ * platform/chromium-linux/fast/block/margin-collapse/103-expected.txt:
+ * platform/chromium-linux/fast/forms/003-expected.checksum:
+ * platform/chromium-linux/fast/forms/003-expected.png:
+ * platform/chromium-linux/fast/forms/003-expected.txt:
+ * platform/chromium-linux/fast/forms/004-expected.checksum:
+ * platform/chromium-linux/fast/forms/004-expected.png:
+ * platform/chromium-linux/fast/forms/004-expected.txt:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.checksum:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.txt:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.checksum:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.txt:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.checksum:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.txt:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.checksum:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.txt:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.checksum:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.txt:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.checksum:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
+ * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.txt:
+ * platform/chromium-linux/fast/forms/basic-selects-expected.checksum:
+ * platform/chromium-linux/fast/forms/basic-selects-expected.png:
+ * platform/chromium-linux/fast/forms/basic-selects-expected.txt:
+ * platform/chromium-linux/fast/forms/control-clip-overflow-expected.checksum:
+ * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
+ * platform/chromium-linux/fast/forms/control-clip-overflow-expected.txt:
+ * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.checksum:
+ * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
+ * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt:
+ * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.checksum:
+ * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
+ * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.txt:
+ * platform/chromium-linux/fast/forms/menulist-clip-expected.checksum:
+ * platform/chromium-linux/fast/forms/menulist-clip-expected.png:
+ * platform/chromium-linux/fast/forms/menulist-clip-expected.txt:
+ * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.checksum:
+ * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png:
+ * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.txt:
+ * platform/chromium-linux/fast/forms/menulist-narrow-width-expected.checksum:
+ * platform/chromium-linux/fast/forms/menulist-narrow-width-expected.png:
+ * platform/chromium-linux/fast/forms/menulist-narrow-width-expected.txt:
+ * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.checksum:
+ * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png:
+ * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.txt:
+ * platform/chromium-linux/fast/forms/menulist-option-wrap-expected.checksum:
+ * platform/chromium-linux/fast/forms/menulist-option-wrap-expected.png:
+ * platform/chromium-linux/fast/forms/menulist-option-wrap-expected.txt:
+ * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum:
+ * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
+ * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.txt: Removed.
+ * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.checksum:
+ * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png:
+ * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.txt:
+ * platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum:
+ * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
+ * platform/chromium-linux/fast/forms/menulist-style-color-expected.txt:
+ * platform/chromium-linux/fast/forms/menulist-width-change-expected.checksum:
+ * platform/chromium-linux/fast/forms/menulist-width-change-expected.png:
+ * platform/chromium-linux/fast/forms/menulist-width-change-expected.txt:
+ * platform/chromium-linux/fast/forms/option-script-expected.checksum:
+ * platform/chromium-linux/fast/forms/option-script-expected.png:
+ * platform/chromium-linux/fast/forms/option-script-expected.txt:
+ * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.checksum:
+ * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
+ * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.txt:
+ * platform/chromium-linux/fast/forms/option-text-clip-expected.checksum:
+ * platform/chromium-linux/fast/forms/option-text-clip-expected.png:
+ * platform/chromium-linux/fast/forms/option-text-clip-expected.txt:
+ * platform/chromium-linux/fast/forms/select-align-expected.checksum:
+ * platform/chromium-linux/fast/forms/select-align-expected.png:
+ * platform/chromium-linux/fast/forms/select-align-expected.txt:
+ * platform/chromium-linux/fast/forms/select-baseline-expected.checksum:
+ * platform/chromium-linux/fast/forms/select-baseline-expected.png:
+ * platform/chromium-linux/fast/forms/select-baseline-expected.txt:
+ * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.checksum:
+ * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png:
+ * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.txt:
+ * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.checksum:
+ * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png:
+ * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.txt:
+ * platform/chromium-linux/fast/forms/select-empty-option-height-expected.checksum:
+ * platform/chromium-linux/fast/forms/select-empty-option-height-expected.png:
+ * platform/chromium-linux/fast/forms/select-empty-option-height-expected.txt:
+ * platform/chromium-linux/fast/forms/select-selected-expected.checksum:
+ * platform/chromium-linux/fast/forms/select-selected-expected.png:
+ * platform/chromium-linux/fast/forms/select-selected-expected.txt:
+ * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.checksum:
+ * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
+ * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.txt:
+ * platform/chromium-linux/fast/html/keygen-expected.checksum:
+ * platform/chromium-linux/fast/html/keygen-expected.png:
+ * platform/chromium-linux/fast/html/keygen-expected.txt:
+ * platform/chromium-linux/fast/invalid/014-expected.checksum:
+ * platform/chromium-linux/fast/invalid/014-expected.png:
+ * platform/chromium-linux/fast/invalid/014-expected.txt:
+ * platform/chromium-linux/fast/invalid/residual-style-expected.checksum:
+ * platform/chromium-linux/fast/invalid/residual-style-expected.png:
+ * platform/chromium-linux/fast/invalid/residual-style-expected.txt:
+ * platform/chromium-linux/fast/parser/document-write-option-expected.checksum:
+ * platform/chromium-linux/fast/parser/document-write-option-expected.png:
+ * platform/chromium-linux/fast/parser/document-write-option-expected.txt:
+ * platform/chromium-linux/fast/repaint/control-clip-expected.checksum:
+ * platform/chromium-linux/fast/repaint/control-clip-expected.png:
+ * platform/chromium-linux/fast/repaint/control-clip-expected.txt:
+ * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum:
+ * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
+ * platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt:
+ * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.checksum:
+ * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
+ * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.txt:
+ * platform/chromium-linux/fast/replaced/three-selects-break-expected.checksum:
+ * platform/chromium-linux/fast/replaced/three-selects-break-expected.png:
+ * platform/chromium-linux/fast/replaced/three-selects-break-expected.txt:
+ * platform/chromium-linux/fast/text/international/bidi-menulist-expected.checksum:
+ * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
+ * platform/chromium-linux/fast/text/international/bidi-menulist-expected.txt:
+ * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum:
+ * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
+ * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
+ * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum:
+ * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
+ * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.checksum:
+ * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt:
+ * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.checksum:
+ * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt:
+ * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt:
+ * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.checksum:
+ * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.txt:
+ * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.checksum:
+ * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.txt:
+ * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.checksum:
+ * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.txt:
+ * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum:
+ * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.txt:
+ * platform/chromium-linux/tables/mozilla/core/margins-expected.checksum:
+ * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
+ * platform/chromium-linux/tables/mozilla/core/margins-expected.txt:
+ * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.checksum:
+ * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
+ * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.txt:
+ * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
+ * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
+ * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
+ * platform/chromium-linux/transforms/2d/zoom-menulist-expected.checksum:
+ * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
+ * platform/chromium-linux/transforms/2d/zoom-menulist-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-02-15 Martin Robinson <mrobinson@igalia.com>
+
+ Reversing an expectations update, that I mistakenly uploaded in r78595.
+
+ * platform/gtk/Skipped: Skip this test, as the results are incorrect on GTK+.
+ * svg/text/lengthAdjust-text-metrics-expected.txt: Restore expectations for this test.
+
+2011-02-15 Steve Falkenburg <sfalken@apple.com>
+
+ Skip failing tests being tracked by https://bugs.webkit.org/show_bug.cgi?id=54490
+
+ * platform/win/Skipped:
+
+2011-02-15 Stephen White <senorblanco@chromium.org>
+
+ Unreviewed; new Chromium/Linux test baselines.
+
+ canvas-composite.html rebaselined due to new GPU-based path drawing code.
+ canvas-text-alignment and image-object-in-canvas rebaselined due to slight pixel differences near the scrollbar.
+
+ * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.checksum:
+ * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.png:
+ * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.checksum:
+ * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
+ * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.checksum:
+ * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png:
+
+2011-02-15 Martin Robinson <mrobinson@igalia.com>
+
+ Import the last set of GTK+ baselines for SVG tests.
+
+ * platform/gtk/Skipped: Unskip tests which now have results. Classify failures.
+
+2011-02-15 Martin Robinson <mrobinson@igalia.com>
+
+ Add the next batch of GTK+ SVG results.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+
+2011-02-15 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r78579.
+ http://trac.webkit.org/changeset/78579
+ https://bugs.webkit.org/show_bug.cgi?id=54479
+
+ Undo wrong rebaseline for Gtk results (Requested by msanchez
+ on #webkit).
+
+ * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
+
+2011-02-15 Martin Robinson <mrobinson@igalia.com>
+
+ Import the next batch of GTK+ SVG test results and correct an incorrect
+ line in the skipped list.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+
+2011-02-15 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: expectations update for r78548 and r78576.
+
+ * platform/mac-leopard/inspector/extensions/extensions-resources-expected.txt: Removed.
+ * platform/qt/Skipped:
+
+2011-02-15 Martin Robinson <mrobinson@igalia.com>
+
+ Continue importing GTK+ SVG test results.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+
+2011-02-15 Pavel Feldman <pfeldman@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ Web Inspector: test whether inspector gets populated with databases and storages upon opening.
+ https://bugs.webkit.org/show_bug.cgi?id=54469
+
+ * http/tests/inspector-enabled/database-open-expected.txt: Added.
+ * http/tests/inspector-enabled/database-open.html: Added.
+ * http/tests/inspector-enabled/dom-storage-open-expected.txt: Added.
+ * http/tests/inspector-enabled/dom-storage-open.html: Added.
+
+2011-02-15 Mario Sanchez Prada <msanchez@igalia.com>
+
+ Unreviewed, rebaseline of Gtk result.
+
+ * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
+
+2011-02-15 Pavel Feldman <pfeldman@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ Web Inspector: implement DOM agent tests.
+ https://bugs.webkit.org/show_bug.cgi?id=54459
+
+ * http/tests/inspector/elements-test.js:
+ (initialize_ElementTest.InspectorTest.expandedNodeWithId.callback):
+ (initialize_ElementTest.InspectorTest.expandedNodeWithId):
+ (initialize_ElementTest.InspectorTest.dumpElementsTree):
+ (initialize_ElementTest.InspectorTest.dumpElementsTree.print):
+ (initialize_ElementTest.InspectorTest.expandElementsTree):
+ (initialize_ElementTest.InspectorTest.expandElementsTree.mycallback):
+ (initialize_ElementTest.InspectorTest.dumpDOMAgentTree):
+ (initialize_ElementTest):
+ * http/tests/inspector/extensions-resources-redirect-expected.txt:
+ * http/tests/inspector/inspector-test.js:
+ (initialize_InspectorTest.InspectorTest.addResult.clearResults):
+ (initialize_InspectorTest.InspectorTest.runTestSuite.runner):
+ (initialize_InspectorTest.InspectorTest.runTestSuite):
+ (output):
+ (clearOutput):
+ * inspector/debugger/dom-breakpoints.html:
+ * inspector/elements/elements-panel-limited-children-expected.txt:
+ * inspector/elements/elements-panel-rewrite-href.html:
+ * inspector/elements/elements-panel-structure-expected.txt:
+ * inspector/elements/elements-panel-structure.html:
+ * inspector/elements/elements-panel-xhtml-structure-expected.txt:
+ * inspector/elements/elements-panel-xhtml-structure.xhtml:
+ * inspector/elements/insert-node-collapsed-expected.txt: Added.
+ * inspector/elements/insert-node-collapsed.html: Added.
+ * inspector/elements/insert-node-expected.txt: Added.
+ * inspector/elements/insert-node.html: Added.
+ * inspector/elements/modify-chardata-expected.txt: Added.
+ * inspector/elements/modify-chardata.html: Added.
+ * inspector/elements/mutate-unknown-node-expected.txt: Added.
+ * inspector/elements/mutate-unknown-node.html: Added.
+ * inspector/elements/remove-node-expected.txt: Added.
+ * inspector/elements/remove-node.html: Added.
+ * inspector/elements/set-attribute.html: Added.
+ * inspector/extensions/extensions-expected.txt:
+
+2011-02-15 Mario Sanchez Prada <msanchez@igalia.com>
+
+ Unreviewed, test crashing because of failing ASSERT on GTK 64-bit debug bot.
+
+ [GTK] svg/text/select-textLength-spacing-squeeze-1.svg crashes due to ASSERT failing
+ https://bugs.webkit.org/show_bug.cgi?id=54470
+
+ * platform/gtk/Skipped: Skipped test.
+
+2011-02-15 Zan Dobersek <zandobersek@gmail.com>
+
+ Reviewed by Andreas Kling.
+
+ [Gtk] Cleanup in the canvas tests
+ https://bugs.webkit.org/show_bug.cgi?id=54458
+
+ Unskip canvas tests that already pass.
+
+ * platform/gtk/Skipped:
+
+2011-02-15 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ Sketch script-src for Content Security Policy
+ https://bugs.webkit.org/show_bug.cgi?id=54381
+
+ * http/tests/security/contentSecurityPolicy/script-loads-with-img-src-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/script-loads-with-img-src.html: Added.
+ - Test that we don't block scripts when the policy is just img-src.
+ * http/tests/security/contentSecurityPolicy/script-src-in-iframe.html:
+ * http/tests/security/contentSecurityPolicy/script-src-none.html:
+ * http/tests/security/contentSecurityPolicy/script-src-redirect.html:
+ - Turns out we need to escape the ; character in order for it to be
+ echoed back correctly in the header.
+
+2011-02-15 Mario Sanchez Prada <msanchez@igalia.com>
+
+ Unreviewed, skipping flaky test on GTK 64-bit debug bot.
+
+ editing/selection/end-of-document.html is failing in the GTK 64-bit debug bot
+ https://bugs.webkit.org/show_bug.cgi?id=53995
+
+ * platform/gtk/Skipped: Skipped flaky test.
+
+2011-02-15 Benjamin Kalman <kalman@chromium.org>
+
+ Reviewed by Ryosuke Niwa.
+
+ Refactor the extend-selection tests to be clearer what they're doing
+ https://bugs.webkit.org/show_bug.cgi?id=54429
+
+ This is essentially a cleanup to extend-selection.js and propagation of those changes to the affected tests.
+
+ * editing/selection/extend-selection-character.html:
+ * editing/selection/extend-selection-enclosing-block.html:
+ * editing/selection/extend-selection-home-end.html:
+ * editing/selection/extend-selection-word.html:
+ * editing/selection/resources/extend-selection.js:
+ (getSerializedSelection):
+ (extendSelectionWithinBlock):
+ (extendSelectionToEnd):
+ (fold):
+ (logMismatchingPositions):
+ (extendAndLogSelection):
+ (extendAndLogSelectionWithinBlock):
+ (extendAndLogSelectionToEnd):
+ (runSelectionTestsWithGranularity):
+ (getTestNodeContainer):
+ (createNode):
+ (createCharAndWordNodes):
+ (createEnclosingBlockNodes):
+ (createHomeEndNodes):
+ (createAllNodes):
+ (.window.onload):
+
+2011-02-15 Philippe Normand <pnormand@igalia.com>
+
+ Reviewed by Eric Carlson.
+
+ [GTK] media/audio-delete-while-slider-thumb-clicked.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=53247
+
+ Refactored the test to use the seeking event instead of timeupdate
+ and avoid flakyness.
+
+ * media/audio-delete-while-slider-thumb-clicked-expected.txt:
+ * media/audio-delete-while-slider-thumb-clicked.html:
+ * platform/gtk/Skipped:
+
+2011-02-15 Dirk Schulze <krit@webkit.org>
+
+ Unreviewed rebaseline.
+
+ SVG animation doesn't support attribute value 'inherit'
+ https://bugs.webkit.org/show_bug.cgi?id=54410
+
+ Rebaseline of Gtk result.
+
+ * platform/gtk/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
+
+2011-02-15 Dirk Schulze <krit@webkit.org>
+
+ Rubber-stamped by Nikolas Zimmermann.
+
+ SVG animation doesn't support attribute value 'inherit'
+ https://bugs.webkit.org/show_bug.cgi?id=54410
+
+ We have support for 'inherit' in SVG animations now. This means the cyan circles
+ are invisible at the beginning.
+ The test itself is still broken, since calcMode gets handled incorrectly.
+
+ * platform/mac-wk2/Skipped:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
+
+2011-02-15 Mario Sanchez Prada <msanchez@igalia.com>
+
+ Unreviewed, unskip passing test after r78541.
+
+ r78499 causes assertion failure in http/tests/xmlhttprequest/cache-override.html
+ https://bugs.webkit.org/show_bug.cgi?id=54418
+
+ * platform/gtk/Skipped: Unskip passing test.
+
+2011-02-15 Mario Sanchez Prada <msanchez@igalia.com>
+
+ Unreviewed, GTK baselines for 4 new tests added in r78396.
+
+ * platform/gtk/fast/inline/inline-box-background-expected.checksum: Added.
+ * platform/gtk/fast/inline/inline-box-background-expected.png: Added.
+ * platform/gtk/fast/inline/inline-box-background-expected.txt: Added.
+ * platform/gtk/fast/inline/inline-box-background-long-image-expected.checksum: Added.
+ * platform/gtk/fast/inline/inline-box-background-long-image-expected.png: Added.
+ * platform/gtk/fast/inline/inline-box-background-long-image-expected.txt: Added.
+ * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
+ * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.png: Added.
+ * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
+ * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
+ * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.png: Added.
+ * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
+
+2011-02-15 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: update inspector expectation path for mac-leopard.
+
+ * platform/mac-leopard/inspector/extensions/extensions-resources-expected.txt: Renamed from LayoutTests/platform/mac-leopard/inspector/extensions-resources-expected.txt.
+
+2011-02-15 Dirk Schulze <krit@webkit.org>
+
+ Reviewed by Nikolas Zimmermann.
+
+ SVG animation doesn't support attribute value 'inherit'
+ https://bugs.webkit.org/show_bug.cgi?id=54410
+
+ Check support for 'inherit' and 'currentColor' on SVG animations.
+
+ * svg/animations/animate-currentColor-expected.txt: Added.
+ * svg/animations/animate-currentColor.html: Added.
+ * svg/animations/animate-inherit-css-property-expected.txt: Added.
+ * svg/animations/animate-inherit-css-property.html: Added.
+ * svg/animations/script-tests/animate-currentColor.js: Added.
+ (sample1):
+ (sample2):
+ (sample3):
+ (executeTest):
+ * svg/animations/script-tests/animate-inherit-css-property.js: Added.
+ (sample1):
+ (sample2):
+ (sample3):
+ (executeTest):
+
+2011-02-15 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: inspector tests expectations update.
+
+ * platform/chromium/inspector/console/console-format-collections-expected.txt:
+ * platform/mac-wk2/Skipped:
+ * platform/qt/Skipped:
+
+2011-02-15 Mario Sanchez Prada <msanchez@igalia.com>
+
+ Unreviewed, skipping test timing out on SnowLeopard, GTK and Chromium bots.
+
+ r78499 causes assertion failure in http/tests/xmlhttprequest/cache-override.html
+ https://bugs.webkit.org/show_bug.cgi?id=54418
+
+ * platform/gtk/Skipped: Skipped test.
+
+2011-02-15 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed.
+
+ [Qt]REGRESSION?(78477): inspector/timeline-network-resource.html and inspector/timeline-script-tag-1.html fail
+ https://bugs.webkit.org/show_bug.cgi?id=54442
+
+ * platform/qt/Skipped: inspector/timeline-network-resource.html and inspector/timeline-script-tag-1.html added until fix.
+
+2011-02-14 Pavel Feldman <pfeldman@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ Web Inspector: move rest of the tests off old harness.
+ https://bugs.webkit.org/show_bug.cgi?id=54437
+
+ * http/tests/inspector-enabled/console-log-before-frame-navigation.html:
+ * http/tests/inspector/change-iframe-src-expected.txt:
+ * http/tests/inspector/change-iframe-src.html:
+ * http/tests/inspector/console-resource-errors.html:
+ * http/tests/inspector/console-websocket-error.html:
+ * http/tests/inspector/console-xhr-logging.html:
+ * http/tests/inspector/extensions-headers.html:
+ * http/tests/inspector/extensions-resources-redirect-expected.txt:
+ * http/tests/inspector/extensions-resources-redirect.html:
+ * http/tests/inspector/extensions-test.js:
+ * http/tests/inspector/inspect-iframe-from-different-domain-expected.txt:
+ * http/tests/inspector/inspect-iframe-from-different-domain.html:
+ * http/tests/inspector/inspector-test.js:
+ * http/tests/inspector/inspector-test2.js: Removed.
+ * http/tests/inspector/network-preflight-options.html:
+ * http/tests/inspector/resource-har-conversion-expected.txt:
+ * http/tests/inspector/resource-har-conversion.html:
+ * http/tests/inspector/resource-parameters.html:
+ * http/tests/inspector/resources/extension-main.html:
+ * http/tests/inspector/resources/iframe-from-different-domain-data.html:
+ * inspector/audits/audits-panel-functional-expected.txt: Renamed from LayoutTests/inspector/audits-panel-functional-expected.txt.
+ * inspector/audits/audits-panel-functional.html: Renamed from LayoutTests/inspector/audits-panel-functional.html.
+ * inspector/audits/audits-test.js: Renamed from LayoutTests/inspector/audits-tests2.js.
+ * inspector/audits/resources/Ahem.ttf: Copied from LayoutTests/inspector/resources/Ahem.ttf.
+ * inspector/audits/resources/abe.png: Copied from LayoutTests/inspector/resources/abe.png.
+ * inspector/audits/resources/audits-script1.js: Renamed from LayoutTests/inspector/resources/audits-script1.js.
+ * inspector/audits/resources/audits-script2.js: Renamed from LayoutTests/inspector/resources/audits-script2.js.
+ * inspector/audits/resources/audits-style1.css: Copied from LayoutTests/inspector/resources/audits-style1.css.
+ * inspector/console/command-line-api-expected.txt: Renamed from LayoutTests/inspector/command-line-api-expected.txt.
+ * inspector/console/command-line-api.html: Renamed from LayoutTests/inspector/command-line-api.html.
+ * inspector/console/console-api-on-call-frame-expected.txt: Renamed from LayoutTests/inspector/console-api-on-call-frame-expected.txt.
+ * inspector/console/console-api-on-call-frame.html: Renamed from LayoutTests/inspector/console-api-on-call-frame.html.
+ * inspector/console/console-assert-expected.txt: Renamed from LayoutTests/inspector/console-assert-expected.txt.
+ * inspector/console/console-assert.html: Renamed from LayoutTests/inspector/console-assert.html.
+ * inspector/console/console-clear-expected.txt: Renamed from LayoutTests/inspector/console-clear-expected.txt.
+ * inspector/console/console-clear.html: Renamed from LayoutTests/inspector/console-clear.html.
+ * inspector/console/console-command-clear-expected.txt: Renamed from LayoutTests/inspector/console-command-clear-expected.txt.
+ * inspector/console/console-command-clear.html: Renamed from LayoutTests/inspector/console-command-clear.html.
+ * inspector/console/console-dir-expected.txt: Renamed from LayoutTests/inspector/console-dir-expected.txt.
+ * inspector/console/console-dir-global-expected.txt: Renamed from LayoutTests/inspector/console-dir-global-expected.txt.
+ * inspector/console/console-dir-global.html: Renamed from LayoutTests/inspector/console-dir-global.html.
+ * inspector/console/console-dir.html: Renamed from LayoutTests/inspector/console-dir.html.
+ * inspector/console/console-dirxml-expected.txt: Renamed from LayoutTests/inspector/console-dirxml-expected.txt.
+ * inspector/console/console-dirxml.html: Renamed from LayoutTests/inspector/console-dirxml.html.
+ * inspector/console/console-eval-expected.txt: Renamed from LayoutTests/inspector/console-eval-expected.txt.
+ * inspector/console/console-eval-global-expected.txt: Renamed from LayoutTests/inspector/console-eval-global-expected.txt.
+ * inspector/console/console-eval-global.html: Renamed from LayoutTests/inspector/console-eval-global.html.
+ * inspector/console/console-eval.html: Renamed from LayoutTests/inspector/console-eval.html.
+ * inspector/console/console-format-collections-expected.txt: Renamed from LayoutTests/inspector/console-format-collections-expected.txt.
+ * inspector/console/console-format-collections.html: Renamed from LayoutTests/inspector/console-format-collections.html.
+ * inspector/console/console-format-expected.txt: Renamed from LayoutTests/inspector/console-format-expected.txt.
+ * inspector/console/console-format.html: Renamed from LayoutTests/inspector/console-format.html.
+ * inspector/console/console-log-before-inspector-open-expected.txt: Renamed from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
+ * inspector/console/console-log-before-inspector-open.html: Renamed from LayoutTests/inspector/console-log-before-inspector-open.html.
+ * inspector/console/console-log-native-funcs-expected.txt: Renamed from LayoutTests/inspector/console-log-native-funcs-expected.txt.
+ * inspector/console/console-log-syntax-error-expected.txt: Renamed from LayoutTests/inspector/console-log-syntax-error-expected.txt.
+ * inspector/console/console-log-syntax-error.html: Renamed from LayoutTests/inspector/console-log-syntax-error.html.
+ * inspector/console/console-object-constructor-name-expected.txt: Renamed from LayoutTests/inspector/console-object-constructor-name-expected.txt.
+ * inspector/console/console-object-constructor-name.html: Renamed from LayoutTests/inspector/console-object-constructor-name.html.
+ * inspector/console/console-substituted-expected.txt: Renamed from LayoutTests/inspector/console-substituted-expected.txt.
+ * inspector/console/console-substituted.html: Renamed from LayoutTests/inspector/console-substituted.html.
+ * inspector/console/console-tests-expected.txt: Renamed from LayoutTests/inspector/console-tests-expected.txt.
+ * inspector/console/console-tests.html: Renamed from LayoutTests/inspector/console-tests.html.
+ * inspector/console/console-trace-expected.txt: Renamed from LayoutTests/inspector/console-trace-expected.txt.
+ * inspector/console/console-trace-in-eval-expected.txt: Renamed from LayoutTests/inspector/console-trace-in-eval-expected.txt.
+ * inspector/console/console-trace-in-eval.html: Renamed from LayoutTests/inspector/console-trace-in-eval.html.
+ * inspector/console/console-trace.html: Renamed from LayoutTests/inspector/console-trace.html.
+ * inspector/console/console-uncaught-exception-expected.txt: Renamed from LayoutTests/inspector/console-uncaught-exception-expected.txt.
+ * inspector/console/console-uncaught-exception-in-eval-expected.txt: Renamed from LayoutTests/inspector/console-uncaught-exception-in-eval-expected.txt.
+ * inspector/console/console-uncaught-exception-in-eval.html: Renamed from LayoutTests/inspector/console-uncaught-exception-in-eval.html.
+ * inspector/console/console-uncaught-exception.html: Renamed from LayoutTests/inspector/console-uncaught-exception.html.
+ * inspector/console/resources/syntax-error.js: Copied from LayoutTests/inspector/resources/syntax-error.js.
+ * inspector/cookie-parser.html:
+ * inspector/cookie-resource-match.html:
+ * inspector/cpu-profiler-profiling.html:
+ * inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Renamed from LayoutTests/inspector/debugger-autocontinue-on-syntax-error-expected.txt.
+ * inspector/debugger/debugger-autocontinue-on-syntax-error.html: Renamed from LayoutTests/inspector/debugger-autocontinue-on-syntax-error.html.
+ * inspector/debugger/debugger-breakpoints-not-activated-on-reload-expected.txt: Renamed from LayoutTests/inspector/debugger-breakpoints-not-activated-on-reload-expected.txt.
+ * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html: Renamed from LayoutTests/inspector/debugger-breakpoints-not-activated-on-reload.html.
+ * inspector/debugger/debugger-cyclic-ref-expected.txt: Renamed from LayoutTests/inspector/debugger-cyclic-ref-expected.txt.
+ * inspector/debugger/debugger-cyclic-ref.html: Renamed from LayoutTests/inspector/debugger-cyclic-ref.html.
+ * inspector/debugger/debugger-eval-on-call-frame-expected.txt: Renamed from LayoutTests/inspector/debugger-eval-on-call-frame-expected.txt.
+ * inspector/debugger/debugger-eval-on-call-frame.html: Renamed from LayoutTests/inspector/debugger-eval-on-call-frame.html.
+ * inspector/debugger/debugger-eval-while-paused-expected.txt: Renamed from LayoutTests/inspector/debugger-eval-while-paused-expected.txt.
+ * inspector/debugger/debugger-eval-while-paused.html: Renamed from LayoutTests/inspector/debugger-eval-while-paused.html.
+ * inspector/debugger/debugger-expand-scope-expected.txt: Renamed from LayoutTests/inspector/debugger-expand-scope-expected.txt.
+ * inspector/debugger/debugger-expand-scope.html: Renamed from LayoutTests/inspector/debugger-expand-scope.html.
+ * inspector/debugger/debugger-no-nested-pause-expected.txt: Renamed from LayoutTests/inspector/debugger-no-nested-pause-expected.txt.
+ * inspector/debugger/debugger-no-nested-pause.html: Renamed from LayoutTests/inspector/debugger-no-nested-pause.html.
+ * inspector/debugger/debugger-pause-in-eval-script-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-in-eval-script-expected.txt.
+ * inspector/debugger/debugger-pause-in-eval-script.html: Renamed from LayoutTests/inspector/debugger-pause-in-eval-script.html.
+ * inspector/debugger/debugger-pause-on-breakpoint-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-breakpoint-expected.txt.
+ * inspector/debugger/debugger-pause-on-breakpoint.html: Renamed from LayoutTests/inspector/debugger-pause-on-breakpoint.html.
+ * inspector/debugger/debugger-pause-on-debugger-statement-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-debugger-statement-expected.txt.
+ * inspector/debugger/debugger-pause-on-debugger-statement.html: Renamed from LayoutTests/inspector/debugger-pause-on-debugger-statement.html.
+ * inspector/debugger/debugger-pause-on-exception-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-exception-expected.txt.
+ * inspector/debugger/debugger-pause-on-exception.html: Renamed from LayoutTests/inspector/debugger-pause-on-exception.html.
+ * inspector/debugger/debugger-proto-property-expected.txt: Renamed from LayoutTests/inspector/debugger-proto-property-expected.txt.
+ * inspector/debugger/debugger-proto-property.html: Renamed from LayoutTests/inspector/debugger-proto-property.html.
+ * inspector/debugger/debugger-scripts-expected.txt: Renamed from LayoutTests/inspector/debugger-scripts-expected.txt.
+ * inspector/debugger/debugger-scripts.html: Renamed from LayoutTests/inspector/debugger-scripts.html.
+ * inspector/debugger/debugger-step-in-expected.txt: Renamed from LayoutTests/inspector/debugger-step-in-expected.txt.
+ * inspector/debugger/debugger-step-in.html: Renamed from LayoutTests/inspector/debugger-step-in.html.
+ * inspector/debugger/debugger-step-out-expected.txt: Renamed from LayoutTests/inspector/debugger-step-out-expected.txt.
+ * inspector/debugger/debugger-step-out.html: Renamed from LayoutTests/inspector/debugger-step-out.html.
+ * inspector/debugger/debugger-step-over-expected.txt: Renamed from LayoutTests/inspector/debugger-step-over-expected.txt.
+ * inspector/debugger/debugger-step-over.html: Renamed from LayoutTests/inspector/debugger-step-over.html.
+ * inspector/debugger/debugger-suspend-active-dom-objects-expected.txt: Renamed from LayoutTests/inspector/debugger-suspend-active-dom-objects-expected.txt.
+ * inspector/debugger/debugger-suspend-active-dom-objects.html: Renamed from LayoutTests/inspector/debugger-suspend-active-dom-objects.html.
+ * inspector/debugger/dom-breakpoints-expected.txt: Renamed from LayoutTests/inspector/dom-breakpoints-expected.txt.
+ * inspector/debugger/dom-breakpoints.html: Renamed from LayoutTests/inspector/dom-breakpoints.html.
+ * inspector/debugger/resources/syntax-error.js: Renamed from LayoutTests/inspector/resources/syntax-error.js.
+ * inspector/elements/elements-delete-inline-style-expected.txt: Renamed from LayoutTests/inspector/elements-delete-inline-style-expected.txt.
+ * inspector/elements/elements-delete-inline-style.html: Renamed from LayoutTests/inspector/elements-delete-inline-style.html.
+ * inspector/elements/elements-img-tooltip-expected.txt: Renamed from LayoutTests/inspector/elements-img-tooltip-expected.txt.
+ * inspector/elements/elements-img-tooltip.html: Renamed from LayoutTests/inspector/elements-img-tooltip.html.
+ * inspector/elements/elements-panel-limited-children-expected.txt: Renamed from LayoutTests/inspector/elements-panel-limited-children-expected.txt.
+ * inspector/elements/elements-panel-limited-children.html: Renamed from LayoutTests/inspector/elements-panel-limited-children.html.
+ * inspector/elements/elements-panel-rewrite-href-expected.txt: Renamed from LayoutTests/inspector/elements-panel-rewrite-href-expected.txt.
+ * inspector/elements/elements-panel-rewrite-href.html: Renamed from LayoutTests/inspector/elements-panel-rewrite-href.html.
+ * inspector/elements/elements-panel-search-expected.txt: Renamed from LayoutTests/inspector/elements-panel-search-expected.txt.
+ * inspector/elements/elements-panel-search.html: Renamed from LayoutTests/inspector/elements-panel-search.html.
+ * inspector/elements/elements-panel-selection-on-refresh-expected.txt: Renamed from LayoutTests/inspector/elements-panel-selection-on-refresh-expected.txt.
+ * inspector/elements/elements-panel-selection-on-refresh.html: Renamed from LayoutTests/inspector/elements-panel-selection-on-refresh.html.
+ * inspector/elements/elements-panel-structure-expected.txt: Renamed from LayoutTests/inspector/elements-panel-structure-expected.txt.
+ * inspector/elements/elements-panel-structure.html: Renamed from LayoutTests/inspector/elements-panel-structure.html.
+ * inspector/elements/elements-panel-styles-expected.txt: Renamed from LayoutTests/inspector/elements-panel-styles-expected.txt.
+ * inspector/elements/elements-panel-styles.html: Renamed from LayoutTests/inspector/elements-panel-styles.html.
+ * inspector/elements/elements-panel-xhtml-structure-expected.txt: Renamed from LayoutTests/inspector/elements-panel-xhtml-structure-expected.txt.
+ * inspector/elements/elements-panel-xhtml-structure.xhtml: Renamed from LayoutTests/inspector/elements-panel-xhtml-structure.xhtml.
+ * inspector/elements/resources/elements-panel-styles.css: Renamed from LayoutTests/inspector/resources/elements-panel-styles.css.
+ * inspector/evaluate-in-page.html:
+ * inspector/extensions/extensions-api-expected.txt: Renamed from LayoutTests/inspector/extensions-api-expected.txt.
+ * inspector/extensions/extensions-api.html: Renamed from LayoutTests/inspector/extensions-api.html.
+ * inspector/extensions/extensions-audits-api-expected.txt: Renamed from LayoutTests/inspector/extensions-audits-api-expected.txt.
+ * inspector/extensions/extensions-audits-api.html: Renamed from LayoutTests/inspector/extensions-audits-api.html.
+ * inspector/extensions/extensions-audits-expected.txt: Renamed from LayoutTests/inspector/extensions-audits-expected.txt.
+ * inspector/extensions/extensions-audits-tests.js: Renamed from LayoutTests/inspector/extensions-audits-tests.js.
+ * inspector/extensions/extensions-audits.html: Renamed from LayoutTests/inspector/extensions-audits.html.
+ * inspector/extensions/extensions-eval-expected.txt: Renamed from LayoutTests/inspector/extensions-eval-expected.txt.
+ * inspector/extensions/extensions-eval.html: Renamed from LayoutTests/inspector/extensions-eval.html.
+ * inspector/extensions/extensions-events-expected.txt: Renamed from LayoutTests/inspector/extensions-events-expected.txt.
+ * inspector/extensions/extensions-events.html: Renamed from LayoutTests/inspector/extensions-events.html.
+ * inspector/extensions/extensions-expected.txt: Renamed from LayoutTests/inspector/extensions-expected.txt.
+ * inspector/extensions/extensions-resources-expected.txt: Renamed from LayoutTests/inspector/extensions-resources-expected.txt.
+ * inspector/extensions/extensions-resources.html: Renamed from LayoutTests/inspector/extensions-resources.html.
+ * inspector/extensions/extensions.html: Renamed from LayoutTests/inspector/extensions.html.
+ * inspector/extensions/resources/Ahem.ttf: Renamed from LayoutTests/inspector/resources/Ahem.ttf.
+ * inspector/extensions/resources/abe.png: Renamed from LayoutTests/inspector/resources/abe.png.
+ * inspector/extensions/resources/audits-style1.css: Renamed from LayoutTests/inspector/resources/audits-style1.css.
+ * inspector/inspected-objects-not-overriden.html:
+ * inspector/report-API-errors.html:
+ * inspector/report-protocol-errors.html:
+ * inspector/storage-panel-dom-storage.html:
+ * inspector/styles/resources/styles-iframe-data.html: Renamed from LayoutTests/inspector/resources/styles-iframe-data.html.
+ * inspector/styles/resources/styles-new-API-1.css: Renamed from LayoutTests/inspector/resources/styles-new-API-1.css.
+ * inspector/styles/resources/styles-new-API.css: Renamed from LayoutTests/inspector/resources/styles-new-API.css.
+ * inspector/styles/resources/styles-source-lines-inline-iframe.html: Renamed from LayoutTests/inspector/resources/styles-source-lines-inline-iframe.html.
+ * inspector/styles/resources/styles-source-offsets.css: Renamed from LayoutTests/inspector/resources/styles-source-offsets.css.
+ * inspector/styles/resources/styles-url-linkify-iframe.html: Renamed from LayoutTests/inspector/resources/styles-url-linkify-iframe.html.
+ * inspector/styles/resources/styles-url-linkify.css: Renamed from LayoutTests/inspector/resources/styles-url-linkify.css.
+ * inspector/styles/styles-add-blank-property-expected.txt: Renamed from LayoutTests/inspector/styles-add-blank-property-expected.txt.
+ * inspector/styles/styles-add-blank-property.html: Renamed from LayoutTests/inspector/styles-add-blank-property.html.
+ * inspector/styles/styles-computed-trace-expected.txt: Renamed from LayoutTests/inspector/styles-computed-trace-expected.txt.
+ * inspector/styles/styles-computed-trace.html: Renamed from LayoutTests/inspector/styles-computed-trace.html.
+ * inspector/styles/styles-disable-inherited-expected.txt: Renamed from LayoutTests/inspector/styles-disable-inherited-expected.txt.
+ * inspector/styles/styles-disable-inherited.html: Renamed from LayoutTests/inspector/styles-disable-inherited.html.
+ * inspector/styles/styles-disable-then-change-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-change-expected.txt.
+ * inspector/styles/styles-disable-then-change.html: Renamed from LayoutTests/inspector/styles-disable-then-change.html.
+ * inspector/styles/styles-disable-then-delete-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-delete-expected.txt.
+ * inspector/styles/styles-disable-then-delete.html: Renamed from LayoutTests/inspector/styles-disable-then-delete.html.
+ * inspector/styles/styles-disable-then-enable-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-enable-expected.txt.
+ * inspector/styles/styles-disable-then-enable.html: Renamed from LayoutTests/inspector/styles-disable-then-enable.html.
+ * inspector/styles/styles-iframe-expected.txt: Renamed from LayoutTests/inspector/styles-iframe-expected.txt.
+ * inspector/styles/styles-iframe.html: Renamed from LayoutTests/inspector/styles-iframe.html.
+ * inspector/styles/styles-new-API-expected.txt: Renamed from LayoutTests/inspector/styles-new-API-expected.txt.
+ * inspector/styles/styles-new-API.html: Renamed from LayoutTests/inspector/styles-new-API.html.
+ * inspector/styles/styles-source-lines-expected.txt: Renamed from LayoutTests/inspector/styles-source-lines-expected.txt.
+ * inspector/styles/styles-source-lines-inline-expected.txt: Renamed from LayoutTests/inspector/styles-source-lines-inline-expected.txt.
+ * inspector/styles/styles-source-lines-inline.html: Renamed from LayoutTests/inspector/styles-source-lines-inline.html.
+ * inspector/styles/styles-source-lines.html: Renamed from LayoutTests/inspector/styles-source-lines.html.
+ * inspector/styles/styles-source-offsets-expected.txt: Renamed from LayoutTests/inspector/styles-source-offsets-expected.txt.
+ * inspector/styles/styles-source-offsets.html: Renamed from LayoutTests/inspector/styles-source-offsets.html.
+ * inspector/styles/styles-url-linkify-expected.txt: Renamed from LayoutTests/inspector/styles-url-linkify-expected.txt.
+ * inspector/styles/styles-url-linkify.html: Renamed from LayoutTests/inspector/styles-url-linkify.html.
+ * inspector/syntax-highlight-css.html:
+ * inspector/syntax-highlight-html.html:
+ * inspector/syntax-highlight-javascript.html:
+ * inspector/timeline/resources/timeline-iframe-data.html: Renamed from LayoutTests/inspector/resources/timeline-iframe-data.html.
+ * inspector/timeline/timeline-enum-stability-expected.txt: Renamed from LayoutTests/inspector/timeline-enum-stability-expected.txt.
+ * inspector/timeline/timeline-enum-stability.html: Renamed from LayoutTests/inspector/timeline-enum-stability.html.
+ * inspector/timeline/timeline-event-dispatch-expected.txt: Renamed from LayoutTests/inspector/timeline-event-dispatch-expected.txt.
+ * inspector/timeline/timeline-event-dispatch.html: Renamed from LayoutTests/inspector/timeline-event-dispatch.html.
+ * inspector/timeline/timeline-layout-expected.txt: Renamed from LayoutTests/inspector/timeline-layout-expected.txt.
+ * inspector/timeline/timeline-layout.html: Renamed from LayoutTests/inspector/timeline-layout.html.
+ * inspector/timeline/timeline-mark-timeline-expected.txt: Renamed from LayoutTests/inspector/timeline-mark-timeline-expected.txt.
+ * inspector/timeline/timeline-mark-timeline.html: Renamed from LayoutTests/inspector/timeline-mark-timeline.html.
+ * inspector/timeline/timeline-network-resource-expected.txt: Renamed from LayoutTests/inspector/timeline-network-resource-expected.txt.
+ * inspector/timeline/timeline-network-resource.html: Renamed from LayoutTests/inspector/timeline-network-resource.html.
+ * inspector/timeline/timeline-network-resource.js: Renamed from LayoutTests/inspector/timeline-network-resource.js.
+ * inspector/timeline/timeline-paint-expected.txt: Renamed from LayoutTests/inspector/timeline-paint-expected.txt.
+ * inspector/timeline/timeline-paint.html: Renamed from LayoutTests/inspector/timeline-paint.html.
+ * inspector/timeline/timeline-parse-html-expected.txt: Renamed from LayoutTests/inspector/timeline-parse-html-expected.txt.
+ * inspector/timeline/timeline-parse-html.html: Renamed from LayoutTests/inspector/timeline-parse-html.html.
+ * inspector/timeline/timeline-recalculate-styles-expected.txt: Renamed from LayoutTests/inspector/timeline-recalculate-styles-expected.txt.
+ * inspector/timeline/timeline-recalculate-styles.html: Renamed from LayoutTests/inspector/timeline-recalculate-styles.html.
+ * inspector/timeline/timeline-script-tag-1-expected.txt: Renamed from LayoutTests/inspector/timeline-script-tag-1-expected.txt.
+ * inspector/timeline/timeline-script-tag-1.html: Renamed from LayoutTests/inspector/timeline-script-tag-1.html.
+ * inspector/timeline/timeline-script-tag-2-expected.txt: Renamed from LayoutTests/inspector/timeline-script-tag-2-expected.txt.
+ * inspector/timeline/timeline-script-tag-2.html: Renamed from LayoutTests/inspector/timeline-script-tag-2.html.
+ * inspector/timeline/timeline-script-tag-2.js: Renamed from LayoutTests/inspector/timeline-script-tag-2.js.
+ * inspector/timeline/timeline-test.js: Renamed from LayoutTests/inspector/timeline-test.js.
+ * inspector/timeline/timeline-trivial-expected.txt: Renamed from LayoutTests/inspector/timeline-trivial-expected.txt.
+ * inspector/timeline/timeline-trivial.html: Renamed from LayoutTests/inspector/timeline-trivial.html.
+ * platform/chromium/inspector/console/console-dir-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-dir-expected.txt.
+ * platform/chromium/inspector/console/console-dir-global-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-dir-global-expected.txt.
+ * platform/chromium/inspector/console/console-eval-global-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-eval-global-expected.txt.
+ * platform/chromium/inspector/console/console-format-collections-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-format-collections-expected.txt.
+ * platform/chromium/inspector/console/console-format-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-format-expected.txt.
+ * platform/chromium/inspector/console/console-log-native-funcs-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-log-native-funcs-expected.txt.
+ * platform/chromium/inspector/console/console-log-syntax-error-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-log-syntax-error-expected.txt.
+ * platform/chromium/inspector/console/console-object-constructor-name-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-object-constructor-name-expected.txt.
+ * platform/chromium/inspector/console/console-trace-in-eval-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-trace-in-eval-expected.txt.
+ * platform/chromium/inspector/console/console-uncaught-exception-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-uncaught-exception-expected.txt.
+ * platform/chromium/inspector/console/console-uncaught-exception-in-eval-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt.
+ * platform/chromium/inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-autocontinue-on-syntax-error-expected.txt.
+ * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-expand-scope-expected.txt.
+ * platform/chromium/inspector/debugger/debugger-pause-on-exception-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-pause-on-exception-expected.txt.
+ * platform/chromium/inspector/debugger/debugger-step-in-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-step-in-expected.txt.
+ * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-event-dispatch-expected.txt.
+ * platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-mark-timeline-expected.txt.
+ * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-network-resource-expected.txt.
+ * platform/chromium/inspector/timeline/timeline-paint-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-paint-expected.txt.
+ * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-parse-html-expected.txt.
+ * platform/chromium/test_expectations.txt:
+ * platform/gtk/Skipped:
+ * platform/mac/Skipped:
+ * platform/qt/Skipped:
+ * platform/win/Skipped:
+
+2011-02-11 Jeremy Orlow <jorlow@chromium.org>
+
+ Reviewed by Nate Chapin.
+
+ Finish up implementing the new event model in IndexedDB
+ https://bugs.webkit.org/show_bug.cgi?id=54331
+
+ Make the requried changes + s/result/request/g (where it should
+ have always been that way) + remove the verify functions (since
+ these days they mostly just add noise) + get rid of the callback
+ in the delete object store funciton.
+
+ * storage/indexeddb/basics-expected.txt:
+ * storage/indexeddb/basics.html:
+ * storage/indexeddb/create-and-remove-object-store-expected.txt:
+ * storage/indexeddb/create-and-remove-object-store.html:
+ * storage/indexeddb/create-object-store-options-expected.txt:
+ * storage/indexeddb/create-object-store-options.html:
+ * storage/indexeddb/cursor-delete-expected.txt:
+ * storage/indexeddb/cursor-delete.html:
+ * storage/indexeddb/cursor-index-delete-expected.txt:
+ * storage/indexeddb/cursor-index-delete.html:
+ * storage/indexeddb/cursor-skip-deleted-expected.txt:
+ * storage/indexeddb/cursor-skip-deleted.html:
+ * storage/indexeddb/cursor-update-expected.txt:
+ * storage/indexeddb/cursor-update.html:
+ * storage/indexeddb/data-corruption-expected.txt:
+ * storage/indexeddb/data-corruption.html:
+ * storage/indexeddb/database-basics-expected.txt:
+ * storage/indexeddb/database-basics.html:
+ * storage/indexeddb/database-quota-expected.txt:
+ * storage/indexeddb/database-quota.html:
+ * storage/indexeddb/duplicates-expected.txt:
+ * storage/indexeddb/duplicates.html:
+ * storage/indexeddb/error-causes-abort-by-default-expected.txt:
+ * storage/indexeddb/error-causes-abort-by-default.html:
+ * storage/indexeddb/index-basics-expected.txt:
+ * storage/indexeddb/index-basics.html:
+ * storage/indexeddb/index-cursor-expected.txt:
+ * storage/indexeddb/index-cursor.html:
+ * storage/indexeddb/objectstore-autoincrement-expected.txt:
+ * storage/indexeddb/objectstore-autoincrement.html:
+ * storage/indexeddb/objectstore-basics-expected.txt:
+ * storage/indexeddb/objectstore-basics.html:
+ * storage/indexeddb/objectstore-cursor-expected.txt:
+ * storage/indexeddb/objectstore-cursor.html:
+ * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
+ * storage/indexeddb/objectstore-removeobjectstore.html:
+ * storage/indexeddb/open-cursor-expected.txt:
+ * storage/indexeddb/open-cursor.html:
+ * storage/indexeddb/queued-commands-expected.txt:
+ * storage/indexeddb/queued-commands.html:
+ * storage/indexeddb/request-event-propagation-expected.txt:
+ * storage/indexeddb/request-event-propagation.html:
+ * storage/indexeddb/resources/shared.js:
+ (unexpectedSuccessCallback):
+ (unexpectedErrorCallback):
+ (unexpectedAbortCallback):
+ (unexpectedCompleteCallback):
+ (evalAndExpectException):
+ (deleteAllObjectStores):
+ * storage/indexeddb/transaction-after-close-expected.txt:
+ * storage/indexeddb/transaction-after-close.html:
+ * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
+ * storage/indexeddb/transaction-and-objectstore-calls.html:
+ * storage/indexeddb/transaction-basics-expected.txt:
+ * storage/indexeddb/transaction-basics.html:
+ * storage/indexeddb/transaction-crash-on-abort-expected.txt:
+ * storage/indexeddb/transaction-crash-on-abort.html:
+ * storage/indexeddb/transaction-event-propagation-expected.txt:
+ * storage/indexeddb/transaction-event-propagation.html:
+ * storage/indexeddb/transaction-read-only-expected.txt:
+ * storage/indexeddb/transaction-read-only.html:
+ * storage/indexeddb/tutorial.html:
+
+2011-02-14 Peter Kasting <pkasting@google.com>
+
+ Unreviewed, Chromium test expectations update.
+
+ https://bugs.webkit.org/show_bug.cgi?id=54418
+ Fix a Linux expectation, mark another test as expected-failing.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-14 Alejandro G. Castro <alex@igalia.com>
+
+ Unreviewed, rolling out r78516.
+ http://trac.webkit.org/changeset/78516
+
+ The rebaseline was previously done
+
+ * platform/gtk/fast/css/rtl-ordering-expected.checksum:
+ * platform/gtk/fast/css/rtl-ordering-expected.png:
+ * platform/gtk/fast/css/rtl-ordering-expected.txt:
+ * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum:
+ * platform/gtk/fast/forms/select-visual-hebrew-expected.png:
+ * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
+ * platform/gtk/fast/forms/visual-hebrew-text-field-expected.checksum:
+ * platform/gtk/fast/forms/visual-hebrew-text-field-expected.png:
+ * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
+
+2011-02-14 Alejandro G. Castro <alex@igalia.com>
+
+ Unreviewed. Rebaseline GTK test results after r78491.
+
+ * platform/gtk/fast/css/rtl-ordering-expected.checksum:
+ * platform/gtk/fast/css/rtl-ordering-expected.png:
+ * platform/gtk/fast/css/rtl-ordering-expected.txt:
+ * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum:
+ * platform/gtk/fast/forms/select-visual-hebrew-expected.png:
+ * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
+ * platform/gtk/fast/forms/visual-hebrew-text-field-expected.checksum:
+ * platform/gtk/fast/forms/visual-hebrew-text-field-expected.png:
+ * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
+
+2011-02-14 Levi Weintraub <leviw@chromium.org>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Strikethrough disappears when posting a message on odnoklassniki.ru
+ https://bugs.webkit.org/show_bug.cgi?id=53475
+
+ Updating test expectations and creating a test in an attempt to prevent the
+ uninformed WebKit dev from switching back to using <s> tags for strikethrough.
+ As explained in the bug, this is bad for compatibility with various rich text
+ editors.
+
+ * editing/execCommand/query-text-decoration-with-typing-style-expected.txt:
+ * editing/execCommand/script-tests/strikethrough-uses-strike-tag.js: Added.
+ (test):
+ * editing/execCommand/script-tests/toggle-style-2.js:
+ * editing/execCommand/strikethrough-uses-strike-tag-expected.txt: Added.
+ * editing/execCommand/strikethrough-uses-strike-tag.html: Added.
+ * editing/execCommand/strikethroughSelection-expected.txt:
+ * editing/execCommand/toggle-style-2-expected.txt:
+ * editing/style/inline-style-container-expected.txt:
+ * editing/style/inline-style-extend-run-expected.txt:
+ * editing/style/push-down-implicit-styles-around-list-expected.txt:
+ * editing/style/push-down-implicit-styles-expected.txt:
+ * editing/style/script-tests/inline-style-container.js:
+ * editing/style/script-tests/inline-style-extend-run.js:
+ * editing/style/script-tests/push-down-implicit-styles-around-list.js:
+ * editing/style/script-tests/push-down-implicit-styles.js:
+ * editing/style/style-text-node-without-editable-parent-expected.txt:
+
+2011-02-14 Peter Kasting <pkasting@google.com>
+
+ Unreviewed, Chromium test expectations update.
+
+ Try using the right syntax this time.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-14 Peter Kasting <pkasting@google.com>
+
+ Unreviewed, Chromium test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-14 Peter Kasting <pkasting@google.com>
+
+ Unreviewed, Chromium test expectations update.
+
+ https://bugs.webkit.org/show_bug.cgi?id=54409
+ Mark tests as failing due to r78484.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-14 Xiaomei Ji <xji@chromium.org>
+
+ Unreviewed.
+ Rebaseline after r78491. Since select-visual-hebrew.html and visual-hebrew-text-field.html
+ are marked as FAIL in Chromium WIN and LINUX, rebaseline for them are done manually and
+ only changed the part related to r78491.
+
+ * platform/chromium-linux/fast/css/rtl-ordering-expected.txt:
+ * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.txt:
+ * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.txt:
+ * platform/chromium-win/fast/css/rtl-ordering-expected.txt:
+ * platform/chromium-win/fast/forms/select-visual-hebrew-expected.txt:
+ * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt:
+ * platform/gtk/fast/css/rtl-ordering-expected.txt:
+ * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
+ * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
+
+2011-02-14 Tony Chang <tony@chromium.org>
+
+ Unreviewed, updating chromium test expectations, missed a test
+ in my last checkin.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-14 Peter Kasting <pkasting@google.com>
+
+ Unreviewed, Chromium test expectations update.
+
+ http://code.google.com/p/v8/issues/detail?id=1154
+ Temporarily mark a test as failing due to a new V8 version.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-14 Xiaomei Ji <xji@chromium.org>
+
+ Reviewed by Dan Bernstein.
+
+ Fix rendering of ISO-8859-8 when dir="rtl".
+ https://bugs.webkit.org/show_bug.cgi?id=52128
+
+ * fast/text/international/iso-8859-8-expected.txt: Added.
+ * fast/text/international/iso-8859-8.html: Added.
+ * platform/mac/fast/css/rtl-ordering-expected.txt:
+ * platform/mac/fast/forms/select-visual-hebrew-expected.txt:
+ * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
+
+2011-02-14 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: unflake inspector/styles-iframe.html
+
+ * inspector/resources/styles-iframe-data.html:
+ * inspector/styles-iframe-expected.txt:
+ * inspector/styles-iframe.html:
+
+2011-02-14 Pavel Podivilov <podivilov@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ Web Inspector: use call frame column to determine execution line in source frame.
+ https://bugs.webkit.org/show_bug.cgi?id=54001
+
+ * http/tests/inspector/debugger-test.js:
+ (initialize_DebuggerTest.InspectorTest.captureStackTrace):
+
+2011-02-14 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: chromium expectations update.
+
+ * platform/chromium/inspector/timeline-network-resource-expected.txt:
+
+2011-02-14 Pavel Feldman <pfeldman@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ Web Inspector: move timeline and highlighter tests to the new harness.
+ https://bugs.webkit.org/show_bug.cgi?id=54390
+
+ * inspector/cookie-resource-match.html:
+ * inspector/elements-panel-search.html:
+ * inspector/evaluate-in-frontend-expected.txt: Removed.
+ * inspector/evaluate-in-frontend.html: Removed.
+ * inspector/inspected-objects-not-overriden.html:
+ * inspector/resources/timeline-iframe-data.html:
+ * inspector/syntax-highlight-css.html:
+ * inspector/syntax-highlight-html.html:
+ * inspector/syntax-highlight-javascript-expected.txt:
+ * inspector/syntax-highlight-javascript.html:
+ * inspector/syntax-highlight.js:
+ (initialize_SyntaxHighlight.InspectorTest.dumpSyntaxHighlight):
+ (initialize_SyntaxHighlight):
+ * inspector/timeline-enum-stability-expected.txt:
+ * inspector/timeline-enum-stability.html:
+ * inspector/timeline-event-dispatch.html:
+ * inspector/timeline-layout-expected.txt:
+ * inspector/timeline-layout.html:
+ * inspector/timeline-mark-timeline.html:
+ * inspector/timeline-network-resource-expected.txt:
+ * inspector/timeline-network-resource.html:
+ * inspector/timeline-network-resource.js:
+ * inspector/timeline-paint.html:
+ * inspector/timeline-parse-html-expected.txt:
+ * inspector/timeline-parse-html.html:
+ * inspector/timeline-recalculate-styles-expected.txt:
+ * inspector/timeline-recalculate-styles.html:
+ * inspector/timeline-script-tag-1-expected.txt:
+ * inspector/timeline-script-tag-1.html:
+ * inspector/timeline-script-tag-2-expected.txt:
+ * inspector/timeline-script-tag-2.html:
+ * inspector/timeline-script-tag-2.js:
+ * inspector/timeline-test.js:
+ (initialize_Timeline.InspectorTest.performActionsAndPrint.step1):
+ (initialize_Timeline.InspectorTest.performActionsAndPrint.step2):
+ (initialize_Timeline.InspectorTest.performActionsAndPrint.step3):
+ (initialize_Timeline.InspectorTest.performActionsAndPrint):
+ (initialize_Timeline.InspectorTest.printTimelineRecords):
+ (initialize_Timeline.InspectorTest._timelineResults):
+ (initialize_Timeline.InspectorTest.dumpTimelineRecord):
+ (initialize_Timeline.InspectorTest.dumpTimelineRecords):
+ (initialize_Timeline.InspectorTest.printTimelineRecordProperties):
+ (initialize_Timeline.InspectorTest._timelineAgentTypeToString):
+ (initialize_Timeline):
+ * inspector/timeline-trivial.html:
+
+2011-02-14 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: update chromium expectation for inspector test.
+
+ * inspector/console-uncaught-exception-in-eval.html:
+ * platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt:
+
+2011-02-14 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: chromium expectations update.
+
+ * platform/chromium-win/inspector/console-format-expected.txt: Removed.
+ * platform/chromium-win/inspector/console-uncaught-exception-expected.txt: Removed.
+ * platform/chromium-win/inspector/debugger-expand-scope-expected.txt: Removed.
+ * platform/chromium/inspector/console-dir-global-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/console-dir-global-expected.txt.
+ * platform/chromium/inspector/console-format-collections-expected.txt:
+ * platform/chromium/inspector/console-format-expected.txt:
+ * platform/chromium/inspector/console-trace-in-eval-expected.txt:
+ * platform/chromium/inspector/console-uncaught-exception-expected.txt:
+ * platform/chromium/inspector/debugger-expand-scope-expected.txt:
+
+2011-02-14 Alejandro G. Castro <alex@igalia.com>
+
+ Unreviewed, skipped some tests that were causing problems just in
+ one of the bots, apparently rounding issues.
+ https://bugs.webkit.org/show_bug.cgi?id=39022
+
+ * platform/gtk/Skipped:
+
+2011-02-14 Alejandro G. Castro <alex@igalia.com>
+
+ Unreviewed, skipped generated-content-inside-table.htm test, it
+ fails in the bots, opened bug:
+ https://bugs.webkit.org/show_bug.cgi?id=54389
+
+ * platform/gtk/Skipped:
+
+2011-02-14 Kenichi Ishibashi <bashi@chromium.org>
+
+ Reviewed by Andreas Kling.
+
+ css style="max-width:none" works wrong
+ https://bugs.webkit.org/show_bug.cgi?id=53743
+
+ Adds a test to ensure style 'max-width: none' works correctly.
+
+ * fast/css/max-width-none-expected.txt: Added.
+ * fast/css/max-width-none.html: Added.
+
+2011-02-14 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: follow up to r78460 with more expectation updates.
+
+ * inspector/styles-iframe-expected.txt:
+ * inspector/styles-iframe.html:
+
+2011-02-14 Shinichiro Hamaji <hamaji@chromium.org>
+
+ Rebaseline chromium's test expectations for SVG tests.
+
+ * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Added.
+ * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
+ * platform/chromium-mac/svg/text/text-intro-05-t-expected.checksum:
+ * platform/chromium-mac/svg/text/text-intro-05-t-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2011-02-14 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: follow up to r78460 with expectation updates.
+
+ * inspector/styles-iframe-expected.txt:
+ * platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt:
+ * platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
+
+2011-02-14 Shinichiro Hamaji <hamaji@chromium.org>
+
+ Rebaseline chromium's test expectation for http://trac.webkit.org/changeset/78449
+
+ * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.txt: Added.
+
+2011-02-14 Shinichiro Hamaji <hamaji@chromium.org>
+
+ Rebaseline chromium's test expectations for inline-box-background-*
+
+ * platform/chromium-linux/fast/inline/inline-box-background-expected.checksum: Added.
+ * platform/chromium-linux/fast/inline/inline-box-background-expected.png: Added.
+ * platform/chromium-linux/fast/inline/inline-box-background-long-image-expected.checksum: Added.
+ * platform/chromium-linux/fast/inline/inline-box-background-long-image-expected.png: Added.
+ * platform/chromium-linux/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
+ * platform/chromium-linux/fast/inline/inline-box-background-repeat-x-expected.png: Added.
+ * platform/chromium-linux/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
+ * platform/chromium-linux/fast/inline/inline-box-background-repeat-y-expected.png: Added.
+ * platform/chromium-mac/fast/inline/inline-box-background-expected.checksum: Added.
+ * platform/chromium-mac/fast/inline/inline-box-background-expected.png: Added.
+ * platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.checksum: Added.
+ * platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.png: Added.
+ * platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
+ * platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.png: Added.
+ * platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
+ * platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.png: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-expected.checksum: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-expected.png: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-expected.txt: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.checksum: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.png: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.txt: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.png: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.png: Added.
+ * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-02-13 Pavel Feldman <pfeldman@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ Web Inspector: [layout tests] get rid of elements-tests.js in favor of elements-tests2.js
+ https://bugs.webkit.org/show_bug.cgi?id=54354
+
+ * http/tests/inspector/console-resource-errors.html:
+ * http/tests/inspector/console-test.js: Renamed from LayoutTests/http/tests/inspector/console-tests2.js.
+ * http/tests/inspector/console-tests.js: Removed.
+ * http/tests/inspector/console-websocket-error.html:
+ * http/tests/inspector/console-xhr-logging-expected.txt:
+ * http/tests/inspector/console-xhr-logging.html:
+ * http/tests/inspector/debugger-test.js: Renamed from LayoutTests/http/tests/inspector/debugger-test2.js.
+ * http/tests/inspector/elements-test.js: Added.
+ * http/tests/inspector/inspector-test2.js:
+ * http/tests/inspector/resource-har-conversion-expected.txt:
+ * http/tests/inspector/resource-har-conversion.html:
+ * http/tests/inspector/resource-parameters-expected.txt:
+ * http/tests/inspector/resource-parameters.html:
+ * http/tests/inspector/resource-tests.js: Removed.
+ * http/tests/inspector/resources-test.js: Renamed from LayoutTests/http/tests/inspector/resource-test2.js.
+ * inspector/command-line-api.html:
+ * inspector/console-api-on-call-frame.html:
+ * inspector/console-assert.html:
+ * inspector/console-clear.html:
+ * inspector/console-command-clear-expected.txt:
+ * inspector/console-command-clear.html:
+ * inspector/console-dir-global.html:
+ * inspector/console-dir.html:
+ * inspector/console-dirxml.html:
+ * inspector/console-eval-global.html:
+ * inspector/console-eval.html:
+ * inspector/console-format-collections-expected.txt:
+ * inspector/console-format-collections.html:
+ * inspector/console-format-expected.txt:
+ * inspector/console-format.html:
+ * inspector/console-log-before-inspector-open.html:
+ * inspector/console-log-syntax-error.html:
+ * inspector/console-object-constructor-name.html:
+ * inspector/console-tests.html:
+ * inspector/console-trace-in-eval.html:
+ * inspector/console-trace.html:
+ * inspector/console-uncaught-exception-in-eval.html:
+ * inspector/console-uncaught-exception.html:
+ * inspector/debugger-autocontinue-on-syntax-error.html:
+ * inspector/debugger-breakpoints-not-activated-on-reload.html:
+ * inspector/debugger-cyclic-ref.html:
+ * inspector/debugger-eval-on-call-frame.html:
+ * inspector/debugger-eval-while-paused.html:
+ * inspector/debugger-expand-scope.html:
+ * inspector/debugger-no-nested-pause.html:
+ * inspector/debugger-pause-in-eval-script.html:
+ * inspector/debugger-pause-on-breakpoint.html:
+ * inspector/debugger-pause-on-debugger-statement.html:
+ * inspector/debugger-pause-on-exception.html:
+ * inspector/debugger-proto-property.html:
+ * inspector/debugger-scripts.html:
+ * inspector/debugger-step-in.html:
+ * inspector/debugger-step-out.html:
+ * inspector/debugger-step-over.html:
+ * inspector/debugger-suspend-active-dom-objects.html:
+ * inspector/dom-breakpoints.html:
+ * inspector/elements-delete-inline-style.html:
+ * inspector/elements-img-tooltip-expected.txt:
+ * inspector/elements-img-tooltip.html:
+ * inspector/elements-panel-limited-children-expected.txt:
+ * inspector/elements-panel-limited-children.html:
+ * inspector/elements-panel-rewrite-href-expected.txt:
+ * inspector/elements-panel-rewrite-href.html:
+ * inspector/elements-panel-selection-on-refresh-expected.txt:
+ * inspector/elements-panel-selection-on-refresh.html:
+ * inspector/elements-panel-structure-expected.txt:
+ * inspector/elements-panel-structure.html:
+ * inspector/elements-panel-styles.html:
+ * inspector/elements-panel-xhtml-structure-expected.txt:
+ * inspector/elements-panel-xhtml-structure.xhtml:
+ * inspector/elements-tests.js: Removed.
+ * inspector/elements-tests2.js: Removed.
+ * inspector/resources/elements-panel-styles.css:
+ * inspector/resources/styles-iframe-data.html:
+ * inspector/storage-panel-dom-storage.html:
+ * inspector/styles-add-blank-property.html:
+ * inspector/styles-computed-trace.html:
+ * inspector/styles-disable-inherited.html:
+ * inspector/styles-disable-then-change.html:
+ * inspector/styles-disable-then-delete.html:
+ * inspector/styles-disable-then-enable.html:
+ * inspector/styles-iframe-expected.txt:
+ * inspector/styles-iframe.html:
+ * inspector/styles-new-API.html:
+ * inspector/styles-source-lines-expected.txt:
+ * inspector/styles-source-lines-inline.html:
+ * inspector/styles-source-lines.html:
+ * inspector/styles-source-offsets.html:
+ * inspector/styles-url-linkify.html:
+
+2011-02-14 Shinichiro Hamaji <hamaji@chromium.org>
+
+ Rebaseline chromium's test_expectations.
+
+ * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.checksum: Added.
+ * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-02-13 Simon Fraser <simon.fraser@apple.com>
+
+ Change previous test to dump as text, with pixel output, to fix
+ Qt failure.
+
+ * fast/gradients/css3-repeating-end-fill-expected.txt:
+ * fast/gradients/css3-repeating-end-fill.html:
+
+2011-02-13 Simon Fraser <simon.fraser@apple.com>
+
+ Reviewed by Andreas Kling.
+
+ Repeating gradients drawn incorrectly
+ https://bugs.webkit.org/show_bug.cgi?id=53502
+
+ Testcase for a gradient that requires both backward- and forward-fill.
+
+ * fast/gradients/css3-repeating-end-fill-expected.checksum: Added.
+ * fast/gradients/css3-repeating-end-fill-expected.png: Added.
+ * fast/gradients/css3-repeating-end-fill-expected.txt: Added.
+ * fast/gradients/css3-repeating-end-fill.html: Added.
+
+2011-02-13 Andreas Kling <kling@webkit.org>
+
+ Unreviewed, remove unnecessary platform expectations for now-passing test.
+
+ * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.system-expected.txt: Removed.
+ * platform/mac/canvas/philip/tests/2d.fillStyle.parse.system-expected.txt: Removed.
+
+2011-02-13 Shinichiro Hamaji <hamaji@chromium.org>
+
+ Fix chromium's test_expectations
+
+ - fast/inline/inline-box-background-* should be IMAGE instead of IMAGE+TEXTfor Mac
+ - fast/css/test-setting-canvas-color.html is failing
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-13 Andreas Kling <kling@webkit.org>
+
+ Reviewed by Dirk Schulze.
+
+ Canvas: 2d.fillStyle.parse.system.html fails
+ https://bugs.webkit.org/show_bug.cgi?id=39168
+
+ * fast/css/test-setting-canvas-color-expected.txt: Added.
+ * fast/css/test-setting-canvas-color.html: Added.
+ * platform/gtk/Skipped:
+ * platform/mac-leopard/Skipped:
+ * platform/qt/Skipped:
+
+2011-02-13 Jarred Nicholls <jarred@sencha.com>
+
+ Reviewed by Simon Fraser.
+
+ getComputedStyle returns wrong value for margin-right
+ https://bugs.webkit.org/show_bug.cgi?id=13343
+
+ Matching IE, Firefox, and Opera behavior by returning the computed margin
+ values as specified, rather than the used/auto values (calculated via RenderBox).
+ Also CSS 2.1+ compliant by returning margin percentage as specified, if applicable.
+ Note: Firefox and Opera return calculated fixed lengths for percentage margins, IE
+ returns the specified percentage.
+
+ * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/chromium-mac/fast/css/computed-style-without-renderer-expected.txt
+ * platform/chromium-win/fast/css/computed-style-without-renderer-expected.txt
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+ * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+ * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+ * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+ * fast/css/getComputedStyle/getComputedStyle-margin-auto-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle/marginComputedStyle-expected.txt.
+ * fast/css/getComputedStyle/getComputedStyle-margin-auto.html: Copied from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html.
+ * fast/css/getComputedStyle/getComputedStyle-margin-length-expected.txt: Added.
+ * fast/css/getComputedStyle/getComputedStyle-margin-length.html: Copied from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html.
+ * fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Added.
+ * fast/css/getComputedStyle/getComputedStyle-margin-percentage.html: Renamed from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html.
+
+2011-02-13 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Sam Weinig.
+
+ crypto.getRandomValues should throw TYPE_MISMATCH_ERR
+ https://bugs.webkit.org/show_bug.cgi?id=54346
+
+ * security/crypto-random-values-types-expected.txt:
+
+2011-02-13 Shinichiro Hamaji <hamaji@chromium.org>
+
+ Update chromium's test expectations for fast/inline/inline-box-background-*
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-12 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Sam Weinig.
+
+ crypto.getRandomValues should support all integer array types
+ https://bugs.webkit.org/show_bug.cgi?id=54342
+
+ Test which types of arrays work with crypto.getRandomValues.
+
+ * security/crypto-random-values-types-expected.txt: Added.
+ * security/crypto-random-values-types.html: Added.
+
+2011-02-12 Jochen Eisinger <jochen@chromium.org>
+
+ Reviewed by Jeremy Orlow.
+
+ Implement IDBObjectStore::clear
+ https://bugs.webkit.org/show_bug.cgi?id=54193
+
+ * storage/indexeddb/objectstore-clear-expected.txt: Added.
+ * storage/indexeddb/objectstore-clear.html: Added.
+
+2011-02-12 Adam Barth <abarth@webkit.org>
+
+ Update test expectations on Windows to account for ArrayBuffers being
+ on by default.
+
+ * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
+ * platform/win/fast/dom/prototype-inheritance-expected.txt:
+ * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
+ * platform/win/http/tests/xmlhttprequest/send-array-buffer-expected.txt:
+
+2011-02-12 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Kenneth Russell.
+
+ Enable ArrayBuffers by default
+ https://bugs.webkit.org/show_bug.cgi?id=54310
+
+ Revert incorrect expectations from
+ http://trac.webkit.org/changeset/78337. These results were cased by
+ ArrayBuffers not beign enabled on Windows previous to this patch.
+
+ * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/win/fast/js/global-function-resolve-expected.txt: Removed.
+ * platform/win/fast/js/var-declarations-shadowing-expected.txt: Removed.
+ * platform/win/security: Removed.
+ * platform/win/security/crypto-random-values-expected.txt: Removed.
+
+2011-02-11 Peter Kasting <pkasting@google.com>
+
+ Unreviewed, Chromium test expectations update.
+
+ Unify identical expectation files in chromium/ and update for r78383.
+
+ * platform/chromium-mac/fast/url/port-expected.txt: Removed.
+ * platform/chromium-win/fast/url/port-expected.txt: Removed.
+ * platform/chromium/fast/url/port-expected.txt: Copied from platform/chromium-win/fast/url/port-expected.txt.
+
+2011-02-11 Yael Aharon <yael.aharon@nokia.com>
+
+ Reviewed by Darin Adler.
+
+ Background image positioning on RTL text
+ https://bugs.webkit.org/show_bug.cgi?id=32862
+
+ * fast/inline/inline-box-background-long-image.html: Added.
+ * fast/inline/inline-box-background-repeat-x.html: Added.
+ * fast/inline/inline-box-background-repeat-y.html: Added.
+ * fast/inline/inline-box-background.html: Added.
+ * fast/inline/resources: Added.
+ * fast/inline/resources/checker.png: Added.
+ * fast/inline/resources/gradient.png: Added.
+ * platform/mac/fast/inline/inline-box-background-expected.checksum: Added.
+ * platform/mac/fast/inline/inline-box-background-expected.png: Added.
+ * platform/mac/fast/inline/inline-box-background-expected.txt: Added.
+ * platform/mac/fast/inline/inline-box-background-long-image-expected.checksum: Added.
+ * platform/mac/fast/inline/inline-box-background-long-image-expected.png: Added.
+ * platform/mac/fast/inline/inline-box-background-long-image-expected.txt: Added.
+ * platform/mac/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
+ * platform/mac/fast/inline/inline-box-background-repeat-x-expected.png: Added.
+ * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
+ * platform/mac/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
+ * platform/mac/fast/inline/inline-box-background-repeat-y-expected.png: Added.
+ * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
+
+2011-02-11 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r78044.
+ http://trac.webkit.org/changeset/78044
+ https://bugs.webkit.org/show_bug.cgi?id=54318
+
+ Broke Safari extensions (Requested by eseidel on #webkit).
+
+ * fast/url/host-expected.txt:
+ * fast/url/ipv4-expected.txt:
+ * fast/url/ipv6-expected.txt:
+ * fast/url/relative-expected.txt:
+ * fast/url/relative-unix-expected.txt:
+ * fast/url/standard-url-expected.txt:
+
+2011-02-11 Peter Kasting <pkasting@google.com>
+
+ Unreviewed, Chromium test expectations update.
+
+ Also moved a test that's not Linux-specific and other platforms seem to
+ pass from chromium-linux/ to chromium/.
+
+ * platform/chromium-linux/fast/text/international/complex-text-rectangle-expected.txt: Removed.
+ * platform/chromium-linux/fast/text/international/complex-text-rectangle.html: Removed.
+ * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
+ * platform/chromium/fast/text/international/complex-text-rectangle-expected.txt: Copied from platform/chromium-linux/fast/text/international/complex-text-rectangle-expected.txt.
+ * platform/chromium/fast/text/international/complex-text-rectangle.html: Copied from platform/chromium-linux/fast/text/international/complex-text-rectangle.html.
+ * platform/chromium/test_expectations.txt:
+
+2011-02-11 Mihai Parparita <mihaip@chromium.org>
+
+ Unreviewed chromium-gpu expectations update. Update expectations for
+ chromium-gpu-mac (it often has image diffs only, since it can use the
+ text results from the mac port).
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-11 Mihai Parparita <mihaip@chromium.org>
+
+ Unreviewed Chromium expectations update. Mark tests that fail only on
+ Snow Leopard, so that we can begin to have green Snow Leopard bots.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-11 Eric Seidel <eric@webkit.org>
+
+ Reviewed by Adam Barth.
+
+ KURL should remove default port numbers when cannonicalizing urls (to match every other browser)
+ https://bugs.webkit.org/show_bug.cgi?id=54090
+
+ Added a new test to show that we are intentionally removing
+ a colon after a host name. http://foo.com:/ -> http://foo.com/
+
+ * fast/url/port-expected.txt:
+ * fast/url/relative-unix-expected.txt:
+ * fast/url/segments-expected.txt:
+ * fast/url/segments-from-data-url-expected.txt:
+ * fast/url/standard-url-expected.txt:
+
+2011-02-11 Mihai Parparita <mihaip@chromium.org>
+
+ Reviewed by Darin Adler.
+
+ compositing/reflections/reflection-opacity.html has a JS exception
+ https://bugs.webkit.org/show_bug.cgi?id=54314
+
+ The JS code that the test was running was producing an error, and in
+ any case it didn't seem to be doing anything, since we don't define a
+ "moved" class (copy-and-paste error?).
+
+ * compositing/reflections/reflection-opacity.html:
+ * platform/mac/compositing/reflections/reflection-opacity-expected.txt:
+
+2011-02-11 Mihai Parparita <mihaip@chromium.org>
+
+ Unrevied chromium-gpu expectations update. Remove failing expectations
+ for tests that now pass on the chromium-gpu-win bot.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-11 Martin Robinson <mrobinson@igalia.com>
+
+ Explicitly skip webarchive tests on GTK+, because we do not
+ support them. Remove all GTK+-specific webarchive expected results.
+
+ * platform/gtk/Skipped: Explicitly skip all webarchive tests.
+ * platform/gtk/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Removed.
+ * platform/gtk/http/tests/webarchive/test-css-url-encoding-expected.txt: Removed.
+ * platform/gtk/http/tests/webarchive/test-css-url-encoding-shift-jis-expected.txt: Removed.
+ * platform/gtk/http/tests/webarchive/test-css-url-encoding-utf-8-expected.txt: Removed.
+ * platform/gtk/http/tests/webarchive/test-preload-resources-expected.txt: Removed.
+
+2011-02-11 Martin Robinson <mrobinson@igalia.com>
+
+ Add the next batch of GTK+ SVG test results.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+
+2011-02-11 Mihai Parparita <mihaip@chromium.org>
+
+ Unreviewed chromium-gpu expectations update. Add more fine-grained
+ expectations for compositing on Windows (instead of the whole directory
+ being marked PASS FAIL). Also replace all FAIL GPU expectations with
+ more specific ones (e.g. TEXT or IMAGE+TEXT).
+
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.checksum:
+ * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.png:
+ * platform/chromium-gpu/compositing/iframes/nested-iframe-scrolling-expected.checksum: Added.
+ * platform/chromium-gpu/compositing/iframes/nested-iframe-scrolling-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-02-11 Jessie Berlin <jberlin@apple.com>
+
+ plugins/invalidate_rect.html failing on Windows
+ https://bugs.webkit.org/show_bug.cgi?id=54122
+
+ This test was fixed on Windows in http://trac.webkit.org/changeset/78359. Remove the failing
+ expected results. Unreviewed.
+
+ * platform/win/plugins/invalidate_rect-expected.txt: Removed.
+
+2011-02-11 Adam Klein <adamk@chromium.org>
+
+ Reviewed by Darin Fisher.
+
+ [fileapi] Add support for filesystem: URI handling
+ https://bugs.webkit.org/show_bug.cgi?id=53529
+
+ Tests for filesystem: URIs, testing both their security origin
+ properties and the existence of the Entry.toURI method.
+
+ * fast/filesystem/directory-entry-to-uri-expected.txt: Added.
+ * fast/filesystem/directory-entry-to-uri.html: Added.
+ * fast/filesystem/file-entry-to-uri-expected.txt: Added.
+ * fast/filesystem/file-entry-to-uri.html: Added.
+ * fast/filesystem/filesystem-uri-origin-expected.txt: Added.
+ * fast/filesystem/filesystem-uri-origin.html: Added.
+ * fast/filesystem/resources/directory-entry-to-uri.js: Added.
+ (errorCallback):
+ (entryToURI):
+ (createTestDirectory):
+ ():
+ * fast/filesystem/resources/file-entry-to-uri.js: Added.
+ (errorCallback):
+ (entryToURI):
+ (createTestFile):
+ ():
+ * http/tests/security/filesystem-iframe-from-remote-expected.txt: Added.
+ * http/tests/security/filesystem-iframe-from-remote.html: Added.
+ * http/tests/security/resources/create-filesystem-file.html: Added.
+
+2011-02-11 Sailesh Agrawal <sail@chromium.org>
+
+ Reviewed by Kenneth Russell.
+
+ plugins/invalidate_rect.html fails on chromium-mac
+ https://bugs.webkit.org/show_bug.cgi?id=54051
+
+ invalidate_rect.html should now pass on Windows. Removing skip.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-11 Martin Robinson <mrobinson@igalia.com>
+
+ Add another batch of GTK+ SVG test results.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+
+2011-02-11 Martin Robinson <mrobinson@igalia.com>
+
+ Add the next batch of GTK+ SVG test results.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+
+2011-02-11 Martin Robinson <mrobinson@igalia.com>
+
+ Add the next batch of GTK+ SVG test results.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+
+2011-02-11 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r78331.
+ http://trac.webkit.org/changeset/78331
+ https://bugs.webkit.org/show_bug.cgi?id=54295
+
+ This patch broke 11 tests in GTK bots (Requested by svillar on
+ #webkit).
+
+ * platform/gtk/accessibility/document-reload-events-expected.txt: Removed.
+ * platform/gtk/accessibility/document-reload-events.html: Removed.
+
+2011-02-11 Martin Robinson <mrobinson@igalia.com>
+
+ Generate more GTK+ results for many SVG tests missing them.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+
+2011-02-11 Jessie Berlin <jberlin@apple.com>
+
+ [Windows XP Debug Tests] media/audio-mpeg4-supported.html timing out since introduction in
+ r76621.
+ https://bugs.webkit.org/show_bug.cgi?id=54291
+
+ Unreviewed, adding this test to the Windows XP skip list in order to get the bots green.
+
+ * platform/win-xp/Skipped:
+
+2011-02-11 Jessie Berlin <jberlin@apple.com>
+
+ Add Windows XP specific results for fast/dom/52776.html to get the bot green. Unreviewed.
+ https://bugs.webkit.org/show_bug.cgi?id=52776
+
+ * platform/win-xp/fast/dom: Added.
+ * platform/win-xp/fast/dom/52776-expected.txt: Added.
+
+2011-02-11 Sergio Villar Senin <svillar@igalia.com>
+
+ Unreviewed.
+
+ Added two tests to the skipped file that started to fail only in
+ 64-bit debug bot. Rounding issues are most likely the source of
+ differences between 32 and 64bit bots.
+
+ * platform/gtk/Skipped: added
+ svg/W3C-SVG-1.1-SE/types-dom-02-f.svg and
+ svg/W3C-SVG-1.1-SE/types-dom-05-b.svg
+
+2011-02-11 Mads Ager <ager@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ Remove unnecessary chromium layout test rebaselines
+ https://bugs.webkit.org/show_bug.cgi?id=54278
+
+ * platform/chromium/fast/js/ToNumber-expected.txt: Removed.
+ * platform/chromium/fast/js/parseFloat-expected.txt: Removed.
+ * platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt: Removed.
+
+2011-02-11 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: unflake inspector test (2).
+
+ * inspector/command-line-api.html:
+ * inspector/elements-tests2.js:
+ (initialize_ElementTest.InspectorTest.selectElementAndRun):
+
+2011-02-11 Pavel Feldman <pfeldman@chromium.org>
+
+ Not reviewed: unflake inspector test.
+
+ * inspector/command-line-api-expected.txt:
+ * inspector/command-line-api.html:
+
+2011-02-11 Jessie Berlin <jberlin@apple.com>
+
+ [Windows 7 Release Tests] fast/dom/Window/window-property-descriptors.html,
+ fast/js/global-function-resolve.html,
+ fast/js/var-declarations-shadowing.html,
+ and security/crypto-random-values.html failing since r78321.
+ https://bugs.webkit.org/show_bug.cgi?id=54285
+
+ Unreviewed, landing expected failing results to get the bots green.
+
+ * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/win/fast/js/global-function-resolve-expected.txt: Added.
+ * platform/win/fast/js/var-declarations-shadowing-expected.txt: Added.
+ * platform/win/security: Added.
+ * platform/win/security/crypto-random-values-expected.txt: Added.
+
+2011-02-11 Pavel Feldman <pfeldman@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ Web Inspector: command line API $0 regressed.
+ https://bugs.webkit.org/show_bug.cgi?id=54283
+
+ * inspector/command-line-api-expected.txt:
+ * inspector/command-line-api.html:
+
+2011-02-11 Mario Sanchez Prada <msanchez@igalia.com>
+
+ Reviewed by Xan Lopez.
+
+ [GTK] events missing when a document is (re)loaded
+ https://bugs.webkit.org/show_bug.cgi?id=25831
+
+ Added new layout test to check the right signals are emitted.
+
+ * platform/gtk/accessibility/document-reload-events-expected.txt: Added.
+ * platform/gtk/accessibility/document-reload-events.html: Added.
+
+2011-02-11 Adam Barth <abarth@webkit.org>
+
+ Turns out that expectation isn't Qt specific.
+
+ * http/tests/security/cross-frame-access-put-expected.txt:
+ * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Removed.
+
+2011-02-11 Adam Barth <abarth@webkit.org>
+
+ Update Qt expected results for window.crypto.
+
+ * platform/qt/fast/dom/Window/window-properties-expected.txt:
+ * platform/qt/fast/dom/prototype-inheritance-expected.txt:
+ * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Added.
+
+2011-02-11 Pavel Feldman <pfeldman@chromium.org>
+
+ Reviewed by Yury Semikhatsky.
+
+ Web Inspector: command line's API inspect() is broken.
+ https://bugs.webkit.org/show_bug.cgi?id=54275
+
+ * http/tests/inspector/inspector-test2.js:
+ (initialize_InspectorTest.InspectorTest.evaluateInConsoleAndDump):
+ * inspector/command-line-api-expected.txt: Added.
+ * inspector/command-line-api.html: Added.
+
+2011-02-11 Adam Barth <abarth@webkit.org>
+
+ Update test expectations to show window.crypto.
+
+ * fast/dom/Window/window-properties-expected.txt:
+ * fast/dom/prototype-inheritance-2-expected.txt:
+ * fast/dom/prototype-inheritance-expected.txt:
+ * http/tests/security/cross-frame-access-put-expected.txt:
+
+2011-02-11 Sergio Villar Senin <svillar@igalia.com>
+
+ Unreviewed.
+
+ Added new test expectations for the GTK port.
+
+ * platform/gtk/fast/box-shadow/inset-box-shadows-expected.checksum: Added.
+ * platform/gtk/fast/box-shadow/inset-box-shadows-expected.png: Added.
+ * platform/gtk/fast/box-shadow/inset-box-shadows-expected.txt: Added.
+ * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.checksum: Added.
+ * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.png: Added.
+ * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
+ * platform/gtk/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Added.
+ * platform/gtk/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
+ * platform/gtk/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
+ * platform/gtk/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Added.
+ * platform/gtk/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
+ * platform/gtk/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
+ * platform/gtk/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Added.
+ * platform/gtk/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
+ * platform/gtk/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
+
+2011-02-10 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ WebKit should have a cryptographic RNG
+ https://bugs.webkit.org/show_bug.cgi?id=22049
+
+ Test crypto.getRandomValues API. It's pretty hard to write a
+ deterministic API for a randomized API, but this test should catch some
+ regressions.
+
+ * security/crypto-random-values-expected.txt: Added.
+ * security/crypto-random-values.html: Added.
+
+2011-02-10 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ Temporarily skip a test that fails in WebKit2 due to a recent regression
+ https://bugs.webkit.org/show_bug.cgi?id=54276
+
+ * platform/mac-wk2/Skipped:
+
+2011-02-10 Mads Ager <ager@chromium.org>
+
+ Reviewed by Nate Chapin.
+
+ [V8] Don't crash on exception getting event handler function
+ https://bugs.webkit.org/show_bug.cgi?id=54216
+
+ Add crash regression test with custom chromium expectations.
+
+ * fast/dom/exception-getting-event-handler-expected.txt: Added.
+ * fast/dom/exception-getting-event-handler.html: Added.
+ * platform/chromium/fast/dom/exception-getting-event-handler-expected.txt: Added.
+
+2011-02-10 Naoki Takano <takano.naoki@gmail.com>
+
+ Reviewed by James Robinson.
+
+ [Chromium] Layout Test canvas/philip/tests/2d.composite.globalAlpha.fill.html with --accelerated-2d-canvas.
+ https://bugs.webkit.org/show_bug.cgi?id=53857
+
+ This fix is for 2d.composite.globalAlpha.fill.html with --accelerated-2d-canvas. Add 2d.composite.globalAlpha.fillPath.html as a new test for the combination with globalAlpha and fillPath().
+
+ * fast/canvas/2d.composite.globalAlpha.fillPath-expected.txt: Added.
+ * fast/canvas/2d.composite.globalAlpha.fillPath.html: Added.
+
+2011-02-10 Martin Robinson <mrobinson@igalia.com>
+
+ Clean up the skipped list and skip some tests that show differences
+ between the bots. Rebaseline Acid2 tests results.
+
+ * platform/gtk/Skipped: Clean up the skipped list. Skip failing test.
+ * platform/gtk/http/tests/misc/acid2-expected.txt:
+ * platform/gtk/http/tests/misc/acid2-pixel-expected.txt:
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, fix a typo.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectation update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-10 Martin Robinson <mrobinson@igalia.com>
+
+ Generate GTK+ results for many SVG tests missing them.
+
+ * platform/gtk/Skipped: Unskip tests which now have results.
+
+2011-02-09 Andy Estes <aestes@apple.com>
+
+ Reviewed by Darin Adler.
+
+ HTML5 TreeBuilder regressed a Peacekeeper DOM test by 40%
+ https://bugs.webkit.org/show_bug.cgi?id=48719
+
+ * fast/parser/fragment-parser-doctype-expected.txt: Added.
+ * fast/parser/fragment-parser-doctype.html: Added.
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-10 Martin Robinson <mrobinson@igalia.com>
+
+ Add results for HTTP tests missing GTK+ results.
+
+ * platform/gtk/Skipped: Unskip HTTP tests that now have results.
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, tiny test fix from cira.
+
+ Excluding v8Locale from property-inheritance test
+ https://bugs.webkit.org/show_bug.cgi?id=54250
+
+ * fast/dom/script-tests/prototype-inheritance.js:
+
+2011-02-10 Martin Robinson <mrobinson@igalia.com>
+
+ Unskip some GTK+ HTTP tests that are passing locally. All the bots
+ should have the same libsoup version now.
+
+ * platform/gtk/Skipped: Unskip some passing tests.
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, rebaseline.
+
+ * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.checksum: Removed.
+ * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png: Removed.
+ * platform/mac-leopard/fast/text/international/text-combine-image-test-expected.checksum: Added.
+ * platform/mac-leopard/fast/text/international/text-combine-image-test-expected.png: Added.
+
+2011-02-10 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Anders Carlsson.
+
+ Skip newly added tests that use eventSender
+ https://bugs.webkit.org/show_bug.cgi?id=54235
+
+ * platform/mac-wk2/Skipped:
+
+2011-02-10 Martin Robinson <mrobinson@igalia.com>
+
+ Reviewed by Gustavo Noronha Silva.
+
+ [Soup] ResourceHandleSoup does not ever call didSendData for file uploads
+ https://bugs.webkit.org/show_bug.cgi?id=52090
+
+ * platform/gtk/Skipped: Unskip tests which should now be passing.
+
+2011-02-10 Robert Hogan <robert@webkit.org>
+
+ Reviewed by Laszlo Gombos.
+
+ [Qt] Return menu items from eventSender.contextMenu()
+ https://bugs.webkit.org/show_bug.cgi?id=53039
+
+ * platform/qt/Skipped: unskip editing/selection/context-menu-on-text.html
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, rebaseline.
+
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
+ * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
+ * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
+ * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
+ * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, rebaseline.
+
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
+ * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
+ * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
+ * platform/mac-leopard/svg/batik/filters/feTile-expected.checksum:
+ * platform/mac-leopard/svg/batik/filters/feTile-expected.png:
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added.
+ * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
+ * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.checksum:
+ * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.png:
+
+2011-02-10 Martin Robinson <mrobinson@igalia.com>
+
+ Clump the tests failing only on the GTK+ 32-bit bot together with the
+ other tests that have this kind of failure.
+
+ * platform/gtk/Skipped: Clean up the skipped list slightly.
+
+2011-02-10 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, rebaseline.
+
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
+ * platform/chromium-linux/svg/batik/filters/feTile-expected.checksum:
+ * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added.
+ * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
+ * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.checksum:
+ * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
+ * platform/chromium-win/svg/batik/filters/feTile-expected.checksum:
+ * platform/chromium-win/svg/batik/filters/feTile-expected.png:
+ * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added.
+ * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
+ * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.checksum:
+ * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.png:
+ * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.txt: Removed.
+
+2011-02-09 Martin Robinson <mrobinson@igalia.com>
+
+ Reviewed by Gustavo Noronha Silva.
+
+ [GTK] Default error page is interfering with tests which require failed loads
+ https://bugs.webkit.org/show_bug.cgi?id=54157
+
+ Unskip passing tests and remove some bogus expected results.
+
+ * platform/gtk/Skipped: Unskip some tests which are now passing.
+ * platform/gtk/fast/dom/null-document-location-put-crash-expected.txt: Removed.
+
+2011-02-10 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed skip failing fast/text/international/hindi-whitespace.html test on GTK
+ https://bugs.webkit.org/show_bug.cgi?id=54212
+
+ * platform/gtk/Skipped:
+
+2011-02-10 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed skip failing fast/text/atsui* tests on GTK
+ https://bugs.webkit.org/show_bug.cgi?id=54210
+
+ * platform/gtk/Skipped:
+
+2011-02-10 Renata Hodovan <reni@webkit.org>
+
+ Reviewed by Dirk Schulze.
+
+ SVGFESpecularLightingElement doesn't support dynamic invalidation, when attributes change.
+ https://bugs.webkit.org/show_bug.cgi?id=54186
+
+ Adding layout tests for feSpecularLighting dynamic changes.
+
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added.
+ * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr.html: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr.html: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr.html: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.txt: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr.html: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop.html: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop.html: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop.html: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.txt: Added.
+ * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop.html: Added.
+ * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-in-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-specularConstant-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-specularExponent-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-surfaceScale-attr.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-in-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-specularConstant-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-specularExponent-prop.js: Added.
+ (executeTest):
+ * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-surfaceScale-prop.js: Added.
+ (executeTest):
+
+2011-02-10 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed skipping websocket tests on GTK
+ https://bugs.webkit.org/show_bug.cgi?id=53683
+
+ * platform/gtk/Skipped:
+
+2011-02-10 Philippe Normand <pnormand@igalia.com>
+
+ Update GTK results after r78204
+
+ * platform/gtk/fast/text/international/text-combine-image-test-expected.txt:
+
+2011-02-10 Adam Roben <aroben@apple.com>
+
+ Update Windows results after r78204
+
+ * platform/win/fast/text/international/text-combine-image-test-expected.checksum:
+ * platform/win/fast/text/international/text-combine-image-test-expected.png:
+ * platform/win/fast/text/international/text-combine-image-test-expected.txt:
+
+2011-02-10 Adam Roben <aroben@apple.com>
+
+ Update Windows results after r78182
+
+ Nikolas Zimmermann says he thinks we're not matching the Mac results anymore due to rounding
+ differences.
+
+ * platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
+ * platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
+
+2011-02-10 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, skip failing fast/text/midword-break-after-breakable-char.html on
+ GTK
+
+ * platform/gtk/Skipped:
+
+2011-02-10 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, skip failing fast/text/capitalize-boundaries.html on
+ GTK
+
+ * platform/gtk/Skipped:
+
+2011-02-10 takano takumi <takano@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ A full-width character rotated leftward 90 degrees in text-combine
+ https://bugs.webkit.org/show_bug.cgi?id=54169
+
+ Added a test for this bug to existing text-combine test.
+
+ * fast/text/international/text-combine-image-test.html:
+ * platform/mac/fast/text/international/text-combine-image-test-expected.checksum:
+ * platform/mac/fast/text/international/text-combine-image-test-expected.png:
+ * platform/mac/fast/text/international/text-combine-image-test-expected.txt:
+
+2011-02-10 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, skip failing fast/replaced/border-radius-clip.html on GTK
+
+ * platform/gtk/Skipped:
+
+2011-02-10 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Not reviewed.
+
+ LayoutTests/svg cleanup
+ https://bugs.webkit.org/show_bug.cgi?id=54184
+
+ Regenerate result with a 64bit SL machine.. a pity that we have diffs there.
+
+ * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
+
+2011-02-10 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Not reviewed.
+
+ LayoutTests/svg cleanup
+ https://bugs.webkit.org/show_bug.cgi?id=54184
+
+ Update mac-leopard/qt baselines after r78182.
+
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
+ * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
+ * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
+ * platform/qt/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
+ * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
+
+2011-02-10 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, updated svg GTK baselines after r78182.
+
+ * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
+ * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
+ * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt:
+
+2011-02-10 Hans Wennborg <hans@chromium.org>
+
+ Reviewed by Jeremy Orlow.
+
+ IndexedDB: Update the semantics of put()
+ https://bugs.webkit.org/show_bug.cgi?id=54102
+
+ Update test to reflect the new semantics.
+
+ * storage/indexeddb/objectstore-autoincrement-expected.txt:
+ * storage/indexeddb/objectstore-autoincrement.html:
+
+2011-02-10 Eric Seidel <eric@webkit.org>
+
+ Unreviewed, rolling out r78157.
+ http://trac.webkit.org/changeset/78157
+ https://bugs.webkit.org/show_bug.cgi?id=54150
+
+ Fails on a bunch of bots
+
+ * plugins/npruntime/evaluate-js-destroying-plugin-from-destroy-stream-expected.txt: Removed.
+ * plugins/npruntime/evaluate-js-destroying-plugin-from-destroy-stream.html: Removed.
+
+2011-02-10 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Reviewed by Maciej Stachowiak.
+
+ LayoutTests/svg cleanup
+ https://bugs.webkit.org/show_bug.cgi?id=54184
+
+ Fix wrong xlink:hrefs in dozens of SVG testcases. SVGFreeSans.svg is now used in more places.
+ Remove unnecessary xml-stylesheet declarations, and unneeded text css attributes in some places.
+
+ Updated pixel test results for the affected testcases.
+
+ * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
+ * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
+ * platform/mac/svg/batik/filters/feTile-expected.checksum:
+ * platform/mac/svg/batik/filters/feTile-expected.png:
+ * platform/mac/svg/batik/filters/feTile-expected.txt:
+ * platform/mac/svg/css/circle-in-mask-with-shadow-expected.checksum:
+ * platform/mac/svg/css/circle-in-mask-with-shadow-expected.png:
+ * platform/mac/svg/css/mask-with-shadow-expected.checksum:
+ * platform/mac/svg/css/mask-with-shadow-expected.png:
+ * platform/mac/svg/foreignObject/text-tref-02-b-expected.checksum:
+ * platform/mac/svg/foreignObject/text-tref-02-b-expected.png:
+ * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
+ * platform/mac/svg/text/text-tref-01-b-expected.checksum:
+ * platform/mac/svg/text/text-tref-01-b-expected.png:
+ * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
+ * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
+ * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
+ * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+ * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
+ * svg/W3C-SVG-1.1-SE/coords-dom-01-f.svg:
+ * svg/W3C-SVG-1.1-SE/coords-dom-02-f.svg:
+ * svg/W3C-SVG-1.1-SE/coords-dom-03-f.svg:
+ * svg/W3C-SVG-1.1-SE/coords-dom-04-f.svg:
+ * svg/W3C-SVG-1.1-SE/paths-dom-02-f.svg:
+ * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f.svg:
+ * svg/W3C-SVG-1.1-SE/types-dom-01-b.svg:
+ * svg/W3C-SVG-1.1-SE/types-dom-02-f.svg:
+ * svg/W3C-SVG-1.1-SE/types-dom-03-b.svg:
+ * svg/W3C-SVG-1.1-SE/types-dom-04-b.svg:
+ * svg/W3C-SVG-1.1-SE/types-dom-05-b.svg:
+ * svg/W3C-SVG-1.1-SE/types-dom-06-f.svg:
+ * svg/W3C-SVG-1.1-SE/types-dom-07-f.svg:
+ * svg/W3C-SVG-1.1/filters-light-04-f.svg:
+ * svg/W3C-SVG-1.1/filters-turb-02-f.svg:
+ * svg/W3C-SVG-1.1/resources/interact-order-02-b-targ.svg:
+ * svg/W3C-SVG-1.1/resources/interact-order-03-b-targ.svg:
+ * svg/W3C-SVG-1.1/resources/linkingToc-t.svg:
+ * svg/batik/filters/feTile.svg:
+ * svg/css/circle-in-mask-with-shadow.svg:
+ * svg/css/mask-with-shadow.svg:
+ * svg/custom/image-clipped-hit.svg:
+ * svg/foreignObject/text-tref-02-b.svg:
+ * svg/hixie/cascade/002.css: Removed.
+ * svg/text/text-tref-01-b.svg:
+ * svg/transforms/animated-path-inside-transformed-html.xhtml:
+ * svg/zoom/page/zoom-mask-with-percentages.svg:
+ * svg/zoom/page/zoom-zoom-coords.xhtml:
+
+2011-02-10 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, typo fix.
+
+ * platform/gtk/Skipped:
+
+2011-02-10 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, skip failing test.
+
+ * platform/gtk/Skipped: Skip fast/events/focusingUnloadedFrame.html
+
+2011-02-10 Shinichiro Hamaji <hamaji@chromium.org>
+
+ Chromium expectations update.
+
+ fast/box-shadow/shadow-buffer-partial.html is failing.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-09 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Kent Tamura.
+
+ Skip newly added test that depends on unimplemented DRT functionality
+ https://bugs.webkit.org/show_bug.cgi?id=54172
+
+ * platform/mac-wk2/Skipped:
+
+2011-02-09 Simon Fraser <simon.fraser@apple.com>
+
+ Reviewed by Dan Bernstein.
+
+ REGRESSION (r77101) box-shadow sometimes renders incorrectly
+ https://bugs.webkit.org/show_bug.cgi?id=54160
+
+ Testcase that draws one box-shadow, then draws a second partially clipped shadow
+ that should not show artifacts.
+
+ * fast/box-shadow/shadow-buffer-partial.html: Added.
+ * platform/mac/fast/box-shadow/shadow-buffer-partial-expected.checksum: Added.
+ * platform/mac/fast/box-shadow/shadow-buffer-partial-expected.png: Added.
+ * platform/mac/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
+
+2011-02-09 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed; removed Windows port's expected result for r78104.
+
+ * platform/win/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Removed.
+
+2011-02-09 Ryosuke Niwa <rniwa@webkit.org>
+
+ Reviewed by Darin Adler.
+
+ REGRESSION(r76107): Crash in VisibleSelection::toNormalizedRange
+ https://bugs.webkit.org/show_bug.cgi?id=54053
+
+ Added a test to ensure WebKit does not crash when a user clicks on a region immediately after a file
+ upload control.
+
+ * fast/forms/file-input-hit-test-expected.txt: Added.
+ * fast/forms/file-input-hit-test.html: Added.
+
+2011-02-09 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-09 Martin Robinson <mrobinson@igalia.com>
+
+ Rebaseline a few tests which differ on the bots. Skip a test which is
+ timing out intermittently.
+
+ * platform/gtk/Skipped: Skip a test timing out.
+ * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
+ * platform/gtk/fast/dom/52776-expected.txt:
+ * platform/gtk/fast/text/stroking-decorations-expected.txt:
+
+2011-02-09 Anders Carlsson <andersca@apple.com>
+
+ Reviewed by Sam Weinig.
+
+ Repro crash with Sony Google TV ad at Gizmodo
+ https://bugs.webkit.org/show_bug.cgi?id=54150
+ <rdar://problem/8782346>
+
+ Add test.
+
+ * plugins/npruntime/evaluate-js-destroying-plugin-from-destroy-stream-expected.txt: Added.
+ * plugins/npruntime/evaluate-js-destroying-plugin-from-destroy-stream.html: Added.
+
+2011-02-09 Martin Robinson <mrobinson@igalia.com>
+
+ Clean up the skipped list a bit and unskip a few tests which are passing.
+
+ * platform/gtk/Skipped: Clean up the skipped list.
+ * platform/gtk/editing/selection/extend-after-mouse-selection-expected.txt: Removed.
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt: Removed.
+
+2011-02-09 Adam Barth <abarth@webkit.org>
+
+ Reviewed by Eric Seidel.
+
+ document.close shouldn't affect non-script-created parsers
+ https://bugs.webkit.org/show_bug.cgi?id=53689
+
+ Tests for various cases involving document.open/write/close. Not all
+ of them are related to this patch, but they were helpful to me in
+ working through this patch, so I've added them in case they're useful
+ in the future.
+
+ * fast/frames/document-write-in-iframe-onload-3-expected.txt: Added.
+ * fast/frames/document-write-in-iframe-onload-3.html: Added.
+ * fast/parser/iframe-onload-document-close-with-external-script-2-expected.txt: Added.
+ * fast/parser/iframe-onload-document-close-with-external-script-2.html: Added.
+ * fast/parser/iframe-onload-document-close-with-external-script-3-expected.txt: Added.
+ * fast/parser/iframe-onload-document-close-with-external-script-3.html: Added.
+ * fast/parser/iframe-onload-document-close-with-external-script-expected.txt: Added.
+ * fast/parser/iframe-onload-document-close-with-external-script.html: Added.
+ * fast/parser/setTimeout-open-expected.txt: Added.
+ * fast/parser/setTimeout-open.html: Added.
+
+2011-02-09 Martin Robinson <mrobinson@igalia.com>
+
+ Import the last set of GTK+ baselines in the fast directory.
+
+ * platform/gtk/Skipped: Unskip test which now have results.
+
+2011-02-09 Martin Robinson <mrobinson@igalia.com>
+
+ Continue importing new GTK+ results for tests in the fast directory.
+
+ * platform/gtk/Skipped: Unskip test which now have results.
+
+2011-02-09 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed.
+
+ Remove unnecessary Qt specific expected results after r78104.
+
+ * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.checksum: Removed.
+ * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.png: Removed.
+ * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Removed.
+
+2011-02-09 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations update.
+
+ * platform/chromium-win/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2011-02-09 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, rebaseline.
+
+ * platform/chromium-win/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-02-09 Martin Robinson <mrobinson@igalia.com>
+
+ Continue importing new GTK+ results for tests in the fast directory.
+
+ * platform/gtk/Skipped: Unskip test which now have results.
+
+2011-02-09 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-09 Martin Robinson <mrobinson@igalia.com>
+
+ Continue importing new GTK+ results for tests in the fast directory.
+ Skip some tests that are obvious failures.
+
+ * platform/gtk/Skipped: Unskip test with results. Classify failures.
+
+2011-02-09 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, rebaseline.
+
+ * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.checksum: Added.
+ * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png: Added.
+ * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.checksum: Added.
+ * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png: Added.
+ * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-02-09 Jia Pu <jpu@apple.com>
+
+ Reviewed by Darin Adler.
+
+ VisibleSelection::setWithoutValidation() should allow caret selection.
+ https://bugs.webkit.org/show_bug.cgi?id=53943
+
+ Fixed the new test introduced in the previous patch for the same bug. Previous test isn't platform independent, and fails on all platforms other than Mac OS X with WebKit 1.
+
+ * editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt:
+ * editing/undo/undo-paste-when-caret-is-not-in-range.html:
+
+2011-02-09 Martin Robinson <mrobinson@igalia.com>
+
+ Continue importing new GTK+ results for tests in the fast directory.
+ Skip some tests that are obvious failures.
+
+ * platform/gtk/Skipped: Unskip some tests that now have results.
+
+2011-02-09 Nebojsa Ciric <cira@chromium.org>
+
+ Reviewed by Darin Fisher.
+
+ Implements Locale object of JavaScript internationalization API proposal, as an
+ v8 extension. Extension code is hosted in v8 project (src/extensions/experimental/i18n-extension.{cc,h})
+ and in this patch we just provide flags, tests and build rules for chromium port.
+ https://bugs.webkit.org/show_bug.cgi?id=49414
+
+ * fast/js/i18n-bindings-locale-expected.txt: Added.
+ * fast/js/i18n-bindings-locale.html: Added.
+ * fast/js/script-tests/i18n-bindings-locale.js: Added.
+ (reportResult):
+ (localeTests.this.defaultLocale):
+ (localeTests.this.baseLocale):
+ (localeTests.this.languageScriptLocale):
+ (localeTests.this.languageScriptRegionLocale):
+ (localeTests.this.languageScriptRegionExtensionLocale):
+ (localeTests.this.languageScriptRegionDashUExtensionLocale):
+ (localeTests.this.availableLocales):
+ (localeTests.this.maximizedLocale):
+ (localeTests.this.maximizedLocaleWithExtension):
+ (localeTests.this.minimizedLocale):
+ (localeTests.this.minimizedLocaleWithExtension):
+ (localeTests.this.displayForBaseLocale):
+ (localeTests.this.displayInSameLocale):
+ (localeTests.this.displayInDifferentLocale):
+ (localeTests.this.displayInCyrillicScript):
+ (localeTests.this.displayInHebrewScript):
+ (localeTests):
+ * platform/gtk/Skipped:
+ * platform/mac/Skipped:
+ * platform/qt/Skipped:
+ * platform/win/Skipped:
+
+2011-02-09 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, fix a bug in test_expectations.txt.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-09 Xiaomei Ji <xji@chromium.org>
+
+ Unreviewed.
+
+ Rebaseline for chromium-mac after r77952.
+ Added chromium-mac baseline due to fallback sequence.
+
+ * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+
+2011-02-09 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-09 Yael Aharon <yael.aharon@nokia.com>
+
+ Reviewed by Martin Robinson.
+
+ frames/flattening/iframe-flattening-crash.html fails on GTK.
+ https://bugs.webkit.org/show_bug.cgi?id=54106
+
+ Modify the test to be more consistent with other frame flattening tests.
+
+ * fast/frames/flattening/iframe-flattening-crash.html:
+ * fast/frames/flattening/resources/iframe-flattening-crash.html: Removed.
+ * platform/gtk/Skipped:
+
+2011-02-09 Brian Weinstein <bweinstein@apple.com>
+
+ Add failing Windows expected results for tests that were added recently and have failed since
+ they were added.
+
+ https://bugs.webkit.org/show_bug.cgi?id=54120 tracks editing/undo/undo-paste-when-caret-is-not-in-range.html
+ https://bugs.webkit.org/show_bug.cgi?id=54122 tracks plugins/invalidate_rect.html
+
+ * platform/win/editing/undo: Added.
+ * platform/win/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Added.
+ * platform/win/plugins/invalidate_rect-expected.txt: Added.
+
+2011-02-09 Zhenyao Mo <zmo@google.com>
+
+ Unreviewed, test expectations.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-02-09 Martin Robinson <mrobinson@igalia.com>
+
+ Add more results for many tests in the fast directory missing results.
+
+ * platform/gtk/Skipped: Unskip more tests.
+
2011-02-08 Dimitri Glazkov <dglazkov@chromium.org>
Reviewed by Darin Adler.
« no previous file with comments | « no previous file | LayoutTests/fast/animation/request-animation-frame-during-modal.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698