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

Unified Diff: LayoutTests/ChangeLog

Issue 7685041: Merge 92298 - Crash in DocumentWriter::endIfNotLoadingMainResource (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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/loader/reload-zero-byte-plugin.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 93568)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,2594 +1,3 @@
-2011-08-10 Alexander Pavlov <apavlov@chromium.org>
-
- Web Inspector: [REGRESSION] Editor lost after committing a CSS property value for inline style
- https://bugs.webkit.org/show_bug.cgi?id=65918
-
- Reviewed by Pavel Feldman.
-
- * inspector/styles/styles-commit-editing.html:
-
-2011-08-10 Kent Tamura <tkent@chromium.org>
-
- Move <input type=datetime> tests to fast/forms/datetime/
- https://bugs.webkit.org/show_bug.cgi?id=65970
-
- Reviewed by Hajime Morita.
-
- * fast/forms/ValidityState-rangeOverflow-expected.txt: Removed "datetime" part.
- * fast/forms/ValidityState-rangeUnderflow-expected.txt: ditto.
- * fast/forms/ValidityState-stepMismatch-expected.txt: ditto.
- * fast/forms/ValidityState-typeMismatch-datetime-expected.txt: Removed.
- * fast/forms/ValidityState-typeMismatch-datetime.html: Removed.
- * fast/forms/date-input-visible-strings-expected.txt: Removed "datetime" part.
- * fast/forms/date-input-visible-strings.html: ditto.
- * fast/forms/datetime: Added.
- * fast/forms/datetime/ValidityState-rangeOverflow-datetime-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeOverflow-expected.txt.
- * fast/forms/datetime/ValidityState-rangeOverflow-datetime.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
- * fast/forms/datetime/ValidityState-rangeUnderflow-datetime-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeUnderflow-expected.txt.
- * fast/forms/datetime/ValidityState-rangeUnderflow-datetime.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
- * fast/forms/datetime/ValidityState-stepMismatch-datetime-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt.
- * fast/forms/datetime/ValidityState-stepMismatch-datetime.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
- * fast/forms/datetime/ValidityState-typeMismatch-datetime-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-datetime-expected.txt.
- * fast/forms/datetime/ValidityState-typeMismatch-datetime.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-datetime.js.
- * fast/forms/datetime/datetime-input-type-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-type-expected.txt.
- * fast/forms/datetime/datetime-input-type.html: Copied from LayoutTests/fast/forms/week/week-input-type.html.
- * fast/forms/datetime/datetime-input-visible-string-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-visible-string-expected.txt.
- * fast/forms/datetime/datetime-input-visible-string.html: Copied from LayoutTests/fast/forms/week/week-input-visible-string.html.
- * fast/forms/datetime/datetime-stepup-stepdown-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-expected.txt.
- * fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-from-renderer-expected.txt.
- * fast/forms/datetime/datetime-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
- * fast/forms/datetime/datetime-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
- * fast/forms/datetime/input-valueasdate-datetime-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-datetime-expected.txt.
- * fast/forms/datetime/input-valueasdate-datetime.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-datetime.js.
- * fast/forms/datetime/input-valueasnumber-datetime-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-datetime-expected.txt.
- * fast/forms/datetime/input-valueasnumber-datetime.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-datetime.js.
- * fast/forms/input-stepup-stepdown-expected.txt: Removed "datetime" part.
- * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: ditto.
- * fast/forms/input-type-change3-expected.txt: ditto.
- * fast/forms/input-valueasdate-datetime-expected.txt: Removed.
- * fast/forms/input-valueasdate-datetime.html: Removed.
- * fast/forms/input-valueasnumber-datetime-expected.txt: Removed.
- * fast/forms/input-valueasnumber-datetime.html: Removed.
- * fast/forms/script-tests/ValidityState-rangeOverflow.js: Removed "datetime" part.
- * fast/forms/script-tests/ValidityState-rangeUnderflow.js: ditto.
- * fast/forms/script-tests/ValidityState-stepMismatch.js: ditto.
- * fast/forms/script-tests/ValidityState-typeMismatch-datetime.js: Removed.
- * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Removed "datetime" part.
- * fast/forms/script-tests/input-stepup-stepdown.js: ditto.
- * fast/forms/script-tests/input-type-change3.js: ditto.
- * fast/forms/script-tests/input-valueasdate-datetime.js: Removed.
- * fast/forms/script-tests/input-valueasnumber-datetime.js: Removed.
-
-2011-08-10 Csaba Osztrogonác <ossy@webkit.org>
-
- [Qt] http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm fails intermittently
- https://bugs.webkit.org/show_bug.cgi?id=65969
-
- Unreviewed gardening.
-
- * platform/qt-4.8/Skipped: Remove http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm, because it isn't Qt 4.8 specific bug.
- * platform/qt/Skipped: Skip http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm.
- * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Update to the correct results.
- * platform/qt/test_expectations.txt: Remove http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm.
-
-2011-08-10 Andrey Kosyakov <caseq@chromium.org>
-
- Unreviewed test fix.
-
- * inspector/network-status-non-http-expected.txt:
- * inspector/network-status-non-http.html:
-
-2011-08-10 Yuta Kitamura <yutak@chromium.org>
-
- WebSocket: Add binaryType attribute
- https://bugs.webkit.org/show_bug.cgi?id=65967
-
- Reviewed by Kent Tamura.
-
- * http/tests/websocket/tests/hixie76/undefined-attributes-expected.txt: Added.
- * http/tests/websocket/tests/hixie76/undefined-attributes.html: Added.
- * http/tests/websocket/tests/hybi/binary-type-expected.txt: Added.
- * http/tests/websocket/tests/hybi/binary-type.html: Added.
-
-2011-08-10 Yuta Kitamura <yutak@chromium.org>
-
- WebSocket: Accept multiple subprotocols
- https://bugs.webkit.org/show_bug.cgi?id=65247
-
- Reviewed by Kent Tamura.
-
- Add tests to check whether WebSocket accepts multiple subprotocols in constructor.
-
- * http/tests/websocket/tests/hybi/accept-first-subprotocol_wsh.py: Added.
- * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt: Added.
- * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html: Added.
- * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt: Added.
- * http/tests/websocket/tests/hybi/invalid-subprotocols.html: Added.
- * http/tests/websocket/tests/hybi/multiple-subprotocols-expected.txt: Renamed from LayoutTests/http/tests/websocket/tests/hybi/sub-protocol-with-space-expected.txt.
- * http/tests/websocket/tests/hybi/multiple-subprotocols.html: Added.
- * http/tests/websocket/tests/hybi/sub-protocol-with-space-expected.txt: Removed.
- * http/tests/websocket/tests/hybi/sub-protocol-with-space.html:
- Removed because hybi-10 does not allow subprotocols containing a space.
- * http/tests/websocket/tests/hybi/workers/multiple-subprotocols-expected.txt: Added.
- * http/tests/websocket/tests/hybi/workers/multiple-subprotocols.html: Added.
- * http/tests/websocket/tests/hybi/workers/resources/multiple-subprotocols.js: Added.
- (ws.onopen):
- (ws.onmessage):
- (ws.onclose):
- * http/tests/websocket/tests/hybi/workers/resources/protocol-test_wsh.py: Copied from http/tests/websocket/tests/hybi/protocol-test_wsh.py.
-
-2011-08-10 Noel Gordon <noel.gordon@gmail.com>
-
- [Chromium] plugins/mouse-events.html should pass on the mac.
- https://bugs.webkit.org/show_bug.cgi?id=65957
-
- Reviewed by Kent Tamura.
-
- Cocoa plugins do not generate adjustCursorEvents. Rebaseline this test result for the
- chromium Mac port. Note the WebKit Mac/Win ports report 0 for the line number for all
- console.log() events. The Chromium port reports the actual line number, and hence the
- need for separate test results for Chromium. Following bug 61721, this test now runs,
- and passes on all the Chromium ports. The test confirms user-plugin interactivity, so
- we don't regress sites like youtube.com. Refer to bug 11517.
-
- * platform/chromium-mac/plugins/mouse-events-expected.txt:
- * platform/chromium/test_expectations.txt:
-
-2011-08-10 Andrey Kosyakov <caseq@chromium.org>
-
- Web Inspector: Network panel always displays file:// resources as "(pending)"
- https://bugs.webkit.org/show_bug.cgi?id=65784
-
- Reviewed by Pavel Feldman.
-
- * inspector/network-status-non-http-expected.txt: Added.
- * inspector/network-status-non-http.html: Added.
-
-2011-08-09 Kent Tamura <tkent@chromium.org>
-
- Move <input type=datetime-local> tests to fast/forms/datetimelocal/
- https://bugs.webkit.org/show_bug.cgi?id=65958
-
- Reviewed by Hajime Morita.
-
- * fast/forms/ValidityState-rangeOverflow-expected.txt: Removed datetime-local part.
- * fast/forms/ValidityState-rangeUnderflow-expected.txt: ditto.
- * fast/forms/ValidityState-stepMismatch-expected.txt: ditto.
- * fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt: Removed.
- * fast/forms/ValidityState-typeMismatch-datetimelocal.html: Removed.
- * fast/forms/date-input-visible-strings-expected.txt: Removed datetime-local and time parts.
- * fast/forms/date-input-visible-strings.html: ditto.
- * fast/forms/datetimelocal: Added.
- * fast/forms/datetimelocal/ValidityState-rangeOverflow-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeOverflow-expected.txt.
- * fast/forms/datetimelocal/ValidityState-rangeOverflow-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
- * fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeUnderflow-expected.txt.
- * fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
- * fast/forms/datetimelocal/ValidityState-stepMismatch-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt.
- * fast/forms/datetimelocal/ValidityState-stepMismatch-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
- * fast/forms/datetimelocal/ValidityState-typeMismatch-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt.
- * fast/forms/datetimelocal/ValidityState-typeMismatch-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js.
- * fast/forms/datetimelocal/datetimelocal-input-type-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-type-expected.txt.
- * fast/forms/datetimelocal/datetimelocal-input-type.html: Copied from LayoutTests/fast/forms/week/week-input-type.html.
- * fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-visible-string-expected.txt.
- * fast/forms/datetimelocal/datetimelocal-input-visible-string.html: Copied from LayoutTests/fast/forms/week/week-input-visible-string.html.
- * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-expected.txt.
- * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-from-renderer-expected.txt.
- * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
- * fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
- * fast/forms/datetimelocal/input-valueasdate-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-datetimelocal-expected.txt.
- * fast/forms/datetimelocal/input-valueasdate-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-datetimelocal.js.
- * fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-datetimelocal-expected.txt.
- * fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-datetimelocal.js.
- * fast/forms/input-stepup-stepdown-expected.txt: Removed datetime-local part.
- * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: ditto.
- * fast/forms/input-type-change3-expected.txt: ditto.
- * fast/forms/input-valueasdate-datetimelocal-expected.txt: Removed.
- * fast/forms/input-valueasdate-datetimelocal.html: Removed.
- * fast/forms/input-valueasnumber-datetimelocal-expected.txt: Removed.
- * fast/forms/input-valueasnumber-datetimelocal.html: Removed.
- * fast/forms/script-tests/ValidityState-rangeOverflow.js: Removed datetime-local part.
- * fast/forms/script-tests/ValidityState-rangeUnderflow.js: ditto.
- * fast/forms/script-tests/ValidityState-stepMismatch.js: ditto.
- * fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js: Removed.
- * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Removed datetime-local part.
- * fast/forms/script-tests/input-stepup-stepdown.js: Removed datetime-local part.
- * fast/forms/script-tests/input-type-change3.js: Removed datetime-local part.
- * fast/forms/script-tests/input-valueasdate-datetimelocal.js: Removed.
- * fast/forms/script-tests/input-valueasnumber-datetimelocal.js: Removed.
-
-2011-08-10 Adam Barth <abarth@webkit.org>
-
- Updated results after http://trac.webkit.org/changeset/92744.
-
- * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.png:
- * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.png:
- * platform/chromium-mac-leopard/fast/css-generated-content/table-row-before-after-child-add-expected.png:
- * platform/chromium-mac-leopard/fast/css-generated-content/table-table-before-after-child-add-expected.png:
- * platform/chromium-mac/fast/css-generated-content/table-row-before-after-child-add-expected.png:
- * platform/chromium-mac/fast/css-generated-content/table-table-before-after-child-add-expected.png:
- * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.png:
- * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.png:
-
-2011-08-09 Dominic Cooney <dominicc@chromium.org>
-
- [V8] The prototype property of DOM constructors should be read-only.
- https://bugs.webkit.org/show_bug.cgi?id=39655
-
- Reviewed by Dimitri Glazkov.
-
- * platform/chromium/test_expectations.txt: Unskip test for prototypes.
-
-2011-08-09 Kent Tamura <tkent@chromium.org>
-
- Move <input type=time> tests to fast/forms/time/
- https://bugs.webkit.org/show_bug.cgi?id=65955
-
- Reviewed by Hajime Morita.
-
- * fast/forms/ValidityState-rangeOverflow-expected.txt: Removed 'time' part.
- * fast/forms/ValidityState-rangeUnderflow-expected.txt: ditto.
- * fast/forms/ValidityState-stepMismatch-expected.txt: ditto.
- * fast/forms/ValidityState-typeMismatch-time-expected.txt: Removed.
- * fast/forms/ValidityState-typeMismatch-time.html: Removed.
- * fast/forms/input-stepup-stepdown-expected.txt: Removed 'time' part.
- * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: ditto.
- * fast/forms/input-type-change3-expected.txt: ditto.
- * fast/forms/input-valueasdate-time-expected.txt: Removed.
- * fast/forms/input-valueasdate-time.html: Removed.
- * fast/forms/input-valueasnumber-time-expected.txt: Removed.
- * fast/forms/input-valueasnumber-time.html: Removed.
- * fast/forms/script-tests/ValidityState-rangeOverflow.js: Removed 'time' part.
- * fast/forms/script-tests/ValidityState-rangeUnderflow.js: ditto.
- * fast/forms/script-tests/ValidityState-stepMismatch.js: ditto.
- * fast/forms/script-tests/ValidityState-typeMismatch-time.js: Removed.
- * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Removed 'time' part.
- * fast/forms/script-tests/input-stepup-stepdown.js: ditto.
- * fast/forms/script-tests/input-type-change3.js: ditto.
- * fast/forms/script-tests/input-valueasdate-time.js: Removed.
- * fast/forms/script-tests/input-valueasnumber-time.js: Removed.
- * fast/forms/time: Added.
- * fast/forms/time/ValidityState-rangeOverflow-time-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeOverflow-expected.txt.
- * fast/forms/time/ValidityState-rangeOverflow-time.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
- * fast/forms/time/ValidityState-rangeUnderflow-time-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeUnderflow-expected.txt.
- * fast/forms/time/ValidityState-rangeUnderflow-time.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
- * fast/forms/time/ValidityState-stepMismatch-time-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt.
- * fast/forms/time/ValidityState-stepMismatch-time.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
- * fast/forms/time/ValidityState-typeMismatch-time-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-time-expected.txt.
- * fast/forms/time/ValidityState-typeMismatch-time.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-time.js.
- * fast/forms/time/input-valueasdate-time-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-time-expected.txt.
- * fast/forms/time/input-valueasdate-time.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-time.js.
- * fast/forms/time/input-valueasnumber-time-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-time-expected.txt.
- * fast/forms/time/input-valueasnumber-time.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-time.js.
- * fast/forms/time/time-input-type-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-type-expected.txt.
- * fast/forms/time/time-input-type.html: Copied from LayoutTests/fast/forms/week/week-input-type.html.
- * fast/forms/time/time-input-visible-string-expected.txt: Copied from LayoutTests/fast/forms/week/week-input-visible-string-expected.txt.
- * fast/forms/time/time-input-visible-string.html: Copied from LayoutTests/fast/forms/week/week-input-visible-string.html.
- * fast/forms/time/time-stepup-stepdown-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-expected.txt.
- * fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-from-renderer-expected.txt.
- * fast/forms/time/time-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
- * fast/forms/time/time-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
-
-2011-08-09 Abhishek Arya <inferno@chromium.org>
-
- Fix functional bug where style change was not getting propogated to before, after
- content.
- https://bugs.webkit.org/show_bug.cgi?id=51862
-
- Reviewed by Simon Fraser.
-
- * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.png:
- * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.png:
-
-2011-08-09 Kent Tamura <tkent@chromium.org>
-
- Another follow-up for r92728.
- https://bugs.webkit.org/show_bug.cgi?id=65916
-
- * fast/forms/month/ValidityState-stepMismatch-month-expected.txt: Updated.
-
-2011-08-09 Kent Tamura <tkent@chromium.org>
-
- Add a missing </script> for r92728.
-
- * fast/forms/month/ValidityState-stepMismatch-month.html:
-
-2011-08-09 Jian Li <jianli@chromium.org>
-
- Unreviewed, mark 2 webaudio tests as failed on chromium win.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-09 Kent Tamura <tkent@chromium.org>
-
- Move <input type=month> tests to fast/forms/month/
- https://bugs.webkit.org/show_bug.cgi?id=65916
-
- Reviewed by Tony Chang.
-
- * fast/forms/ValidityState-rangeOverflow-expected.txt: Removed month part.
- * fast/forms/ValidityState-rangeUnderflow-expected.txt: Removed month part.
- * fast/forms/ValidityState-stepMismatch-expected.txt: Removed month part.
- * fast/forms/ValidityState-typeMismatch-month-expected.txt: Removed.
- * fast/forms/ValidityState-typeMismatch-month.html: Removed.
- * fast/forms/date-input-visible-strings-expected.txt: Removed month part.
- * fast/forms/date-input-visible-strings.html: Removed month part.
- * fast/forms/input-stepup-stepdown-expected.txt: Removed month part.
- * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: Removed month part.
- * fast/forms/input-type-change3-expected.txt: Removed month part.
- * fast/forms/input-valueasdate-expected.txt: Removed.
- * fast/forms/input-valueasdate-month-expected.txt: Removed.
- * fast/forms/input-valueasdate-month.html: Removed.
- * fast/forms/input-valueasdate.html: Removed.
- * fast/forms/input-valueasnumber-month-expected.txt: Removed.
- * fast/forms/input-valueasnumber-month.html: Removed.
- * fast/forms/month: Added.
- * fast/forms/month/ValidityState-rangeOverflow-month-expected.txt: Added.
- * fast/forms/month/ValidityState-rangeOverflow-month.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
- * fast/forms/month/ValidityState-rangeUnderflow-month-expected.txt: Added.
- * fast/forms/month/ValidityState-rangeUnderflow-month.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
- * fast/forms/month/ValidityState-stepMismatch-month-expected.txt: Added.
- * fast/forms/month/ValidityState-stepMismatch-month.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
- * fast/forms/month/ValidityState-typeMismatch-month-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-month-expected.txt.
- * fast/forms/month/ValidityState-typeMismatch-month.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-month.js.
- * fast/forms/month/input-valueasdate-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-expected.txt.
- * fast/forms/month/input-valueasdate-month-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-month-expected.txt.
- * fast/forms/month/input-valueasdate-month.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-month.js.
- * fast/forms/month/input-valueasdate.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate.js.
- * fast/forms/month/input-valueasnumber-month-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-month-expected.txt.
- * fast/forms/month/input-valueasnumber-month.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-month.js.
- * fast/forms/month/month-input-type-expected.txt: Added.
- * fast/forms/month/month-input-type.html: Copied from LayoutTests/fast/forms/week/week-input-type.html.
- * fast/forms/month/month-input-visible-string-expected.txt: Added.
- * fast/forms/month/month-input-visible-string.html: Copied from LayoutTests/fast/forms/week/week-input-visible-string.html.
- * fast/forms/month/month-stepup-stepdown-expected.txt: Added.
- * fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Added.
- * fast/forms/month/month-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
- * fast/forms/month/month-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
- * fast/forms/script-tests/ValidityState-rangeOverflow.js: Removed month part.
- * fast/forms/script-tests/ValidityState-rangeUnderflow.js: Removed month part.
- * fast/forms/script-tests/ValidityState-stepMismatch.js: Removed month part.
- * fast/forms/script-tests/ValidityState-typeMismatch-month.js: Removed.
- * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Removed month part.
- * fast/forms/script-tests/input-stepup-stepdown.js: Removed month part.
- * fast/forms/script-tests/input-type-change3.js: Removed month part.
- * fast/forms/script-tests/input-valueasdate-month.js: Removed.
- * fast/forms/script-tests/input-valueasdate.js: Removed.
- * fast/forms/script-tests/input-valueasnumber-month.js: Removed.
-
-2011-08-09 Anders Carlsson <andersca@apple.com>
-
- Add the final batch of Lion specific SVG test results.
-
- * platform/mac-snowleopard/svg/W3C-SVG-1.1: Added.
- * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png.
- * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt.
- * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png.
- * platform/mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt.
- * platform/mac-snowleopard/svg/text: Added.
- * platform/mac-snowleopard/svg/text/text-intro-05-t-expected.png: Copied from platform/mac/svg/text/text-intro-05-t-expected.png.
- * platform/mac-snowleopard/svg/text/text-intro-05-t-expected.txt: Copied from platform/mac/svg/text/text-intro-05-t-expected.txt.
- * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
- * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
- * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
- * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
- * platform/mac/svg/text/text-intro-05-t-expected.png:
- * platform/mac/svg/text/text-intro-05-t-expected.txt:
-
-2011-08-09 Anders Carlsson <andersca@apple.com>
-
- Skip a couple of SVG tests that are missing parts of the content for some odd reason.
-
- * platform/mac-lion/Skipped:
-
-2011-08-09 Anders Carlsson <andersca@apple.com>
-
- Add Lion tests results for a couple of bidi SVG tests.
-
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt.
- * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt:
- * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt:
-
-2011-08-09 Andy Estes <aestes@apple.com>
-
- Add a Radar number to a skipped test.
-
- * platform/mac-lion/Skipped:
-
-2011-08-09 Anders Carlsson <andersca@apple.com>
-
- Add an expected result for svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg and check if it's
- possible to have a pixel test result in a different platform directory from a text result.
-
- * platform/mac-snowleopard/svg/W3C-I18N: Added.
- * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Copied from platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt.
- * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt:
-
-2011-08-09 Anders Carlsson <andersca@apple.com>
-
- Tweak an expected result.
-
- * platform/mac-snowleopard/fast/loader/file-url-mimetypes-expected.txt:
-
-2011-08-09 Filip Pizlo <fpizlo@apple.com>
-
- DFG JIT failure loading web site
- https://bugs.webkit.org/show_bug.cgi?id=65930
-
- Reviewed by Oliver Hunt.
-
- Reproduced the failure seen in
- http://www.skinnytaste.com/2011/06/ricotta-cheese-chocolate-chip-muffins.html
-
- * fast/js/boxed-double-to-int-expected.txt: Added.
- * fast/js/boxed-double-to-int.html: Added.
- * fast/js/script-tests/boxed-double-to-int.js: Added.
- (boxedDoubleToInt):
-
-2011-08-09 Anders Carlsson <andersca@apple.com>
-
- Add updated media test results for Lion.
-
- * platform/mac-snowleopard/media: Added.
- * platform/mac-snowleopard/media/controls-strict-expected.png: Copied from platform/mac/media/controls-strict-expected.png.
- * platform/mac-snowleopard/media/controls-strict-expected.txt: Copied from platform/mac/media/controls-strict-expected.txt.
- * platform/mac-snowleopard/media/video-controls-rendering-expected.png: Copied from platform/mac/media/video-controls-rendering-expected.png.
- * platform/mac-snowleopard/media/video-controls-rendering-expected.txt: Copied from platform/mac/media/video-controls-rendering-expected.txt.
- * platform/mac-snowleopard/media/video-display-toggle-expected.png: Copied from platform/mac/media/video-display-toggle-expected.png.
- * platform/mac-snowleopard/media/video-display-toggle-expected.txt: Copied from platform/mac/media/video-display-toggle-expected.txt.
- * platform/mac-snowleopard/media/video-layer-crash-expected.png: Copied from platform/mac/media/video-layer-crash-expected.png.
- * platform/mac-snowleopard/media/video-layer-crash-expected.txt: Copied from platform/mac/media/video-layer-crash-expected.txt.
- * platform/mac-snowleopard/media/video-no-audio-expected.png: Copied from platform/mac/media/video-no-audio-expected.png.
- * platform/mac-snowleopard/media/video-no-audio-expected.txt: Copied from platform/mac/media/video-no-audio-expected.txt.
- * platform/mac/media/controls-strict-expected.png:
- * platform/mac/media/controls-strict-expected.txt:
- * platform/mac/media/video-controls-rendering-expected.png:
- * platform/mac/media/video-controls-rendering-expected.txt:
- * platform/mac/media/video-display-toggle-expected.png:
- * platform/mac/media/video-display-toggle-expected.txt:
- * platform/mac/media/video-layer-crash-expected.png:
- * platform/mac/media/video-no-audio-expected.png:
- * platform/mac/media/video-no-audio-expected.txt:
-
-2011-08-09 Chris Rogers <crogers@google.com>
-
- Add more Web Audio layout tests
- https://bugs.webkit.org/show_bug.cgi?id=65786
-
- Reviewed by Kenneth Russell.
-
- * webaudio/audiobuffersource-expected.wav: Added.
- * webaudio/audiobuffersource-playbackrate-expected.wav: Added.
- * webaudio/audiobuffersource-playbackrate.html: Added.
- * webaudio/audiobuffersource.html: Added.
- * webaudio/mixing-expected.wav: Added.
- * webaudio/mixing.html: Added.
- * webaudio/resources/hyper-reality: Added.
- * webaudio/resources/hyper-reality/br-jam-loop.wav: Added.
- * webaudio/resources/hyper-reality/laughter.wav: Added.
- * webaudio/sample-accurate-scheduling-expected.txt: Added.
- * webaudio/sample-accurate-scheduling.html: Added.
-
-2011-08-09 Anders Carlsson <andersca@apple.com>
-
- More Lion skipped list goodness.
-
- * platform/mac-lion/Skipped:
-
-2011-08-09 Vsevolod Vlasov <vsevik@chromium.org>
-
- Web Inspector: Resources panel does not show main resource cookies.
- https://bugs.webkit.org/show_bug.cgi?id=65770
-
- Reviewed by Pavel Feldman.
-
- * http/tests/inspector/resource-main-cookies-expected.txt: Added.
- * http/tests/inspector/resource-main-cookies.php: Added.
- * platform/chromium/test_expectations.txt:
-
-2011-08-09 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r92670.
- http://trac.webkit.org/changeset/92670
- https://bugs.webkit.org/show_bug.cgi?id=65905
-
- It broke 3 inspector tests (Requested by Ossy on #webkit).
-
- * inspector/protocol/runtime-agent-expected.txt:
- * inspector/runtime/runtime-getProperties-expected.txt:
- * inspector/runtime/runtime-getProperties.html:
- * platform/chromium/inspector/runtime/runtime-getProperties-expected.txt: Added.
-
-2011-08-09 Pavel Feldman <pfeldman@google.com>
-
- Web Inspector: there should be a way to tell what properties are non-enumerable when expanding objects.
- https://bugs.webkit.org/show_bug.cgi?id=65518
-
- Reviewed by Yury Semikhatsky.
-
- * inspector/protocol/runtime-agent-expected.txt:
- * inspector/runtime/runtime-getProperties-expected.txt:
- * inspector/runtime/runtime-getProperties.html:
-
-2011-08-09 Nikolas Zimmermann <nzimmermann@rim.com>
-
- svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
- https://bugs.webkit.org/show_bug.cgi?id=63186
-
- Not reviewed. More gtk/win gardening.
-
- * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Rebaseline, same result on both gtk 32 bit debug/release and 64bit.
- * platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Taken from Win7 bot, WinXP still seems to have a problem.
- * platform/win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
- * platform/win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed.
-
-2011-08-09 Renata Hodovan <reni@webkit.org>
-
- [Qt]REGRESSION(r92554): It made one test failed.
-
- Unreviewed gardening.
-
- * platform/qt-4.8/Skipped: Skip the failed test.
-
-2011-08-08 Kent Tamura <tkent@chromium.org>
-
- [Chromium] Update baseline files for r92585.
-
- * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
- * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
- * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png:
- * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
- * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
- * platform/chromium/test_expectations.txt:
-
-2011-08-08 Kent Tamura <tkent@chromium.org>
-
- [Windows] input-number-size.html is expected to fail because of no spin-button.
-
- * platform/win/Skipped:
-
-2011-08-08 Kent Tamura <tkent@chromium.org>
-
- [Qt] Grouping spin-button related tests.
- https://bugs.webkit.org/show_bug.cgi?id=65896
-
- * platform/qt/Skipped:
-
-2011-08-08 Adam Barth <abarth@webkit.org>
-
- This should actually be the correct fix for
- fast/js/regexp-overflow.html. The bug in bulk-optimize-baselines is
- https://bugs.webkit.org/show_bug.cgi?id=65891.
-
- * platform/chromium/fast/js/regexp-overflow-expected.txt:
-
-2011-08-08 Adam Barth <abarth@webkit.org>
-
- Add fast/js/regexp-overflow.html result back for Chromium. I'm not
- sure why bulk-rebaseline-tests remove it. There's some bug in the
- script I need to track down.
-
- * platform/chromium/fast/js/regexp-overflow-expected.txt: Added.
-
-2011-08-08 Jian Li <jianli@chromium.org>
-
- Unreviewed, mark gradient-after-transparent-border.html as failed on chromium.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-08 Adam Barth <abarth@webkit.org>
-
- Optimize baselines for fast/js.
- This patch was created with webkit-patch bulk-optimize-baselines.
-
- * fast/js/exception-linenums-in-html-3-expected.txt: Added.
- * fast/js/global-constructors-expected.txt: Removed.
- * fast/js/missing-style-end-tag-js-expected.txt: Added.
- * platform/chromium-mac/fast/js/array-every-expected.txt: Removed.
- * platform/chromium-mac/fast/js/array-foreach-expected.txt: Removed.
- * platform/chromium-mac/fast/js/array-functions-non-arrays-expected.txt: Removed.
- * platform/chromium-mac/fast/js/array-some-expected.txt: Removed.
- * platform/chromium-mac/fast/js/assign-expected.txt: Removed.
- * platform/chromium-mac/fast/js/break-ASI-expected.txt: Removed.
- * platform/chromium-mac/fast/js/const-expected.txt: Removed.
- * platform/chromium-mac/fast/js/constructor-attributes-expected.txt: Removed.
- * platform/chromium-mac/fast/js/cyclic-proto-expected.txt: Removed.
- * platform/chromium-mac/fast/js/cyclic-prototypes-expected.txt: Removed.
- * platform/chromium-mac/fast/js/date-proto-generic-invocation-expected.txt: Removed.
- * platform/chromium-mac/fast/js/date-toisostring-expected.txt: Removed.
- * platform/chromium-mac/fast/js/deep-recursion-test-expected.txt: Removed.
- * platform/chromium-mac/fast/js/delete-getters-setters-expected.txt: Removed.
- * platform/chromium-mac/fast/js/exception-codegen-crash-expected.txt: Removed.
- * platform/chromium-mac/fast/js/exception-for-nonobject-expected.txt: Removed.
- * platform/chromium-mac/fast/js/exception-sequencing-binops2-expected.txt: Removed.
- * platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt: Removed.
- * platform/chromium-mac/fast/js/exceptions-thrown-in-callbacks-expected.txt: Removed.
- * platform/chromium-mac/fast/js/function-declaration-expected.txt: Removed.
- * platform/chromium-mac/fast/js/function-dot-arguments-and-caller-expected.txt: Removed.
- * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt: Removed.
- * platform/chromium-mac/fast/js/function-toString-object-literals-expected.txt: Removed.
- * platform/chromium-mac/fast/js/function-toString-parentheses-expected.txt: Removed.
- * platform/chromium-mac/fast/js/function-toString-semicolon-insertion-expected.txt: Removed.
- * platform/chromium-mac/fast/js/instance-of-immediates-expected.txt: Removed.
- * platform/chromium-mac/fast/js/invalid-syntax-for-function-expected.txt: Removed.
- * platform/chromium-mac/fast/js/js-continue-break-restrictions-expected.txt: Removed.
- * platform/chromium-mac/fast/js/kde/RegExp-expected.txt: Removed.
- * platform/chromium-mac/fast/js/kde/StringObject-expected.txt: Removed.
- * platform/chromium-mac/fast/js/kde/encode_decode_uri-expected.txt: Removed.
- * platform/chromium-mac/fast/js/kde/function-expected.txt: Removed.
- * platform/chromium-mac/fast/js/kde/garbage-n-expected.txt: Removed.
- * platform/chromium-mac/fast/js/kde/lval-exceptions-expected.txt: Removed.
- * platform/chromium-mac/fast/js/kde/parse-expected.txt: Removed.
- * platform/chromium-mac/fast/js/kde/string-1-n-expected.txt: Removed.
- * platform/chromium-mac/fast/js/kde/string-2-n-expected.txt: Removed.
- * platform/chromium-mac/fast/js/modify-non-references-expected.txt: Removed.
- * platform/chromium-mac/fast/js/no-semi-insertion-at-end-of-script-expected.txt: Removed.
- * platform/chromium-mac/fast/js/number-toString-expected.txt: Removed.
- * platform/chromium-mac/fast/js/number-tofixed-expected.txt: Removed.
- * platform/chromium-mac/fast/js/object-extra-comma-expected.txt: Removed.
- * platform/chromium-mac/fast/js/postfix-syntax-expected.txt: Removed.
- * platform/chromium-mac/fast/js/prefix-syntax-expected.txt: Removed.
- * platform/chromium-mac/fast/js/regexp-compile-crash-expected.txt: Removed.
- * platform/chromium-mac/fast/js/regexp-compile-expected.txt: Removed.
- * platform/chromium-mac/fast/js/regexp-no-extensions-expected.txt: Removed.
- * platform/chromium-mac/fast/js/regexp-overflow-expected.txt: Removed.
- * platform/chromium-mac/fast/js/regexp-range-out-of-order-expected.txt: Removed.
- * platform/chromium-mac/fast/js/regexp-test-null-string-expected.txt: Removed.
- * platform/chromium-mac/fast/js/string-capitalization-expected.txt: Removed.
- * platform/chromium-mac/fast/js/toString-and-valueOf-override-expected.txt: Removed.
- * platform/chromium-mac/fast/js/toString-prefix-postfix-preserve-parens-expected.txt: Removed.
- * platform/chromium-mac/fast/js/toString-stack-overflow-expected.txt: Removed.
- * platform/chromium-mac/fast/js/uncaught-exception-line-number-expected.txt: Removed.
- * platform/chromium-win/fast/js/array-every-expected.txt: Removed.
- * platform/chromium-win/fast/js/array-foreach-expected.txt: Removed.
- * platform/chromium-win/fast/js/array-functions-non-arrays-expected.txt: Removed.
- * platform/chromium-win/fast/js/array-some-expected.txt: Removed.
- * platform/chromium-win/fast/js/assign-expected.txt: Removed.
- * platform/chromium-win/fast/js/break-ASI-expected.txt: Removed.
- * platform/chromium-win/fast/js/const-expected.txt: Removed.
- * platform/chromium-win/fast/js/constructor-attributes-expected.txt: Removed.
- * platform/chromium-win/fast/js/cyclic-proto-expected.txt: Removed.
- * platform/chromium-win/fast/js/cyclic-prototypes-expected.txt: Removed.
- * platform/chromium-win/fast/js/date-proto-generic-invocation-expected.txt: Removed.
- * platform/chromium-win/fast/js/date-toisostring-expected.txt: Removed.
- * platform/chromium-win/fast/js/deep-recursion-test-expected.txt: Removed.
- * platform/chromium-win/fast/js/delete-getters-setters-expected.txt: Removed.
- * platform/chromium-win/fast/js/exception-codegen-crash-expected.txt: Removed.
- * platform/chromium-win/fast/js/exception-for-nonobject-expected.txt: Removed.
- * platform/chromium-win/fast/js/exception-sequencing-binops2-expected.txt: Removed.
- * platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt: Removed.
- * platform/chromium-win/fast/js/exceptions-thrown-in-callbacks-expected.txt: Removed.
- * platform/chromium-win/fast/js/function-declaration-expected.txt: Removed.
- * platform/chromium-win/fast/js/function-dot-arguments-and-caller-expected.txt: Removed.
- * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt: Removed.
- * platform/chromium-win/fast/js/function-toString-object-literals-expected.txt: Removed.
- * platform/chromium-win/fast/js/function-toString-parentheses-expected.txt: Removed.
- * platform/chromium-win/fast/js/function-toString-semicolon-insertion-expected.txt: Removed.
- * platform/chromium-win/fast/js/instance-of-immediates-expected.txt: Removed.
- * platform/chromium-win/fast/js/invalid-syntax-for-function-expected.txt: Removed.
- * platform/chromium-win/fast/js/js-continue-break-restrictions-expected.txt: Removed.
- * platform/chromium-win/fast/js/kde/RegExp-expected.txt: Removed.
- * platform/chromium-win/fast/js/kde/StringObject-expected.txt: Removed.
- * platform/chromium-win/fast/js/kde/encode_decode_uri-expected.txt: Removed.
- * platform/chromium-win/fast/js/kde/function-expected.txt: Removed.
- * platform/chromium-win/fast/js/kde/garbage-n-expected.txt: Removed.
- * platform/chromium-win/fast/js/kde/lval-exceptions-expected.txt: Removed.
- * platform/chromium-win/fast/js/kde/parse-expected.txt: Removed.
- * platform/chromium-win/fast/js/kde/string-1-n-expected.txt: Removed.
- * platform/chromium-win/fast/js/kde/string-2-n-expected.txt: Removed.
- * platform/chromium-win/fast/js/modify-non-references-expected.txt: Removed.
- * platform/chromium-win/fast/js/no-semi-insertion-at-end-of-script-expected.txt: Removed.
- * platform/chromium-win/fast/js/number-toString-expected.txt: Removed.
- * platform/chromium-win/fast/js/number-tofixed-expected.txt: Removed.
- * platform/chromium-win/fast/js/object-extra-comma-expected.txt: Removed.
- * platform/chromium-win/fast/js/postfix-syntax-expected.txt: Removed.
- * platform/chromium-win/fast/js/prefix-syntax-expected.txt: Removed.
- * platform/chromium-win/fast/js/regexp-compile-crash-expected.txt: Removed.
- * platform/chromium-win/fast/js/regexp-compile-expected.txt: Removed.
- * platform/chromium-win/fast/js/regexp-no-extensions-expected.txt: Removed.
- * platform/chromium-win/fast/js/regexp-overflow-expected.txt: Removed.
- * platform/chromium-win/fast/js/regexp-range-out-of-order-expected.txt: Removed.
- * platform/chromium-win/fast/js/regexp-test-null-string-expected.txt: Removed.
- * platform/chromium-win/fast/js/string-capitalization-expected.txt: Removed.
- * platform/chromium-win/fast/js/toString-and-valueOf-override-expected.txt: Removed.
- * platform/chromium-win/fast/js/toString-prefix-postfix-preserve-parens-expected.txt: Removed.
- * platform/chromium-win/fast/js/toString-stack-overflow-expected.txt: Removed.
- * platform/chromium-win/fast/js/uncaught-exception-line-number-expected.txt: Removed.
- * platform/chromium/fast/js/array-every-expected.txt: Added.
- * platform/chromium/fast/js/array-foreach-expected.txt: Added.
- * platform/chromium/fast/js/array-functions-non-arrays-expected.txt: Added.
- * platform/chromium/fast/js/array-some-expected.txt: Added.
- * platform/chromium/fast/js/assign-expected.txt: Added.
- * platform/chromium/fast/js/break-ASI-expected.txt: Added.
- * platform/chromium/fast/js/const-expected.txt: Added.
- * platform/chromium/fast/js/constructor-attributes-expected.txt: Added.
- * platform/chromium/fast/js/cyclic-proto-expected.txt: Added.
- * platform/chromium/fast/js/cyclic-prototypes-expected.txt: Added.
- * platform/chromium/fast/js/date-proto-generic-invocation-expected.txt: Added.
- * platform/chromium/fast/js/date-toisostring-expected.txt: Added.
- * platform/chromium/fast/js/deep-recursion-test-expected.txt: Added.
- * platform/chromium/fast/js/delete-getters-setters-expected.txt: Added.
- * platform/chromium/fast/js/exception-codegen-crash-expected.txt: Added.
- * platform/chromium/fast/js/exception-for-nonobject-expected.txt: Added.
- * platform/chromium/fast/js/exception-sequencing-binops2-expected.txt: Added.
- * platform/chromium/fast/js/exception-thrown-from-new-expected.txt: Added.
- * platform/chromium/fast/js/exceptions-thrown-in-callbacks-expected.txt: Added.
- * platform/chromium/fast/js/function-declaration-expected.txt: Added.
- * platform/chromium/fast/js/function-dot-arguments-and-caller-expected.txt: Added.
- * platform/chromium/fast/js/function-prototype-descriptor-expected.txt: Added.
- * platform/chromium/fast/js/function-toString-object-literals-expected.txt: Added.
- * platform/chromium/fast/js/function-toString-parentheses-expected.txt: Added.
- * platform/chromium/fast/js/function-toString-semicolon-insertion-expected.txt: Added.
- * platform/chromium/fast/js/instance-of-immediates-expected.txt: Added.
- * platform/chromium/fast/js/invalid-syntax-for-function-expected.txt: Added.
- * platform/chromium/fast/js/js-continue-break-restrictions-expected.txt: Added.
- * platform/chromium/fast/js/kde: Added.
- * platform/chromium/fast/js/kde/RegExp-expected.txt: Added.
- * platform/chromium/fast/js/kde/StringObject-expected.txt: Added.
- * platform/chromium/fast/js/kde/encode_decode_uri-expected.txt: Added.
- * platform/chromium/fast/js/kde/function-expected.txt: Added.
- * platform/chromium/fast/js/kde/garbage-n-expected.txt: Added.
- * platform/chromium/fast/js/kde/lval-exceptions-expected.txt: Added.
- * platform/chromium/fast/js/kde/parse-expected.txt: Added.
- * platform/chromium/fast/js/kde/string-1-n-expected.txt: Added.
- * platform/chromium/fast/js/kde/string-2-n-expected.txt: Added.
- * platform/chromium/fast/js/modify-non-references-expected.txt: Added.
- * platform/chromium/fast/js/mozilla/strict/11.1.5-expected.txt: Removed.
- * platform/chromium/fast/js/no-semi-insertion-at-end-of-script-expected.txt: Added.
- * platform/chromium/fast/js/number-toString-expected.txt: Added.
- * platform/chromium/fast/js/number-tofixed-expected.txt: Added.
- * platform/chromium/fast/js/object-extra-comma-expected.txt: Added.
- * platform/chromium/fast/js/postfix-syntax-expected.txt: Added.
- * platform/chromium/fast/js/prefix-syntax-expected.txt: Added.
- * platform/chromium/fast/js/regexp-compile-crash-expected.txt: Added.
- * platform/chromium/fast/js/regexp-compile-expected.txt: Added.
- * platform/chromium/fast/js/regexp-no-extensions-expected.txt: Added.
- * platform/chromium/fast/js/regexp-overflow-expected.txt: Removed.
- * platform/chromium/fast/js/regexp-range-out-of-order-expected.txt: Added.
- * platform/chromium/fast/js/regexp-test-null-string-expected.txt: Added.
- * platform/chromium/fast/js/string-capitalization-expected.txt: Added.
- * platform/chromium/fast/js/toString-and-valueOf-override-expected.txt: Added.
- * platform/chromium/fast/js/toString-prefix-postfix-preserve-parens-expected.txt: Added.
- * platform/chromium/fast/js/toString-stack-overflow-expected.txt: Added.
- * platform/chromium/fast/js/uncaught-exception-line-number-expected.txt: Added.
- * platform/gtk/fast/js/exception-linenums-in-html-3-expected.txt: Removed.
- * platform/gtk/fast/js/missing-style-end-tag-js-expected.txt: Removed.
- * platform/mac/fast/js/exception-linenums-in-html-3-expected.txt: Removed.
- * platform/mac/fast/js/global-constructors-expected.txt: Added.
- * platform/mac/fast/js/missing-style-end-tag-js-expected.txt: Removed.
- * platform/qt/fast/js/exception-linenums-in-html-3-expected.txt: Removed.
- * platform/qt/fast/js/missing-style-end-tag-js-expected.txt: Removed.
-
-2011-08-08 Adam Barth <abarth@webkit.org>
-
- Optimize baselines for fast/inspector-support.
- This patch was created with webkit-patch bulk-optimize-baselines.
-
- * fast/inspector-support/style-expected.txt: Added.
- * platform/chromium-mac/fast/inspector-support: Removed.
- * platform/chromium-mac/fast/inspector-support/uncaught-dom1-exception-expected.txt: Removed.
- * platform/chromium-mac/fast/inspector-support/uncaught-dom3-exception-expected.txt: Removed.
- * platform/chromium-mac/fast/inspector-support/uncaught-dom8-exception-expected.txt: Removed.
- * platform/chromium-win/fast/inspector-support/uncaught-dom1-exception-expected.txt: Removed.
- * platform/chromium-win/fast/inspector-support/uncaught-dom3-exception-expected.txt: Removed.
- * platform/chromium-win/fast/inspector-support/uncaught-dom8-exception-expected.txt: Removed.
- * platform/chromium/fast/inspector-support: Added.
- * platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt: Added.
- * platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt: Added.
- * platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt: Added.
- * platform/gtk/fast/inspector-support/style-expected.txt: Removed.
- * platform/mac/fast/inspector-support/style-expected.txt: Removed.
- * platform/qt/fast/inspector-support/style-expected.txt: Removed.
-
-2011-08-08 Adam Barth <abarth@webkit.org>
-
- Optimize baselines for fast/dom/HTMLAnchorElement and fast/dom/Window.
- This patch was created with webkit-patch bulk-optimize-baselines.
- (Note: I massaged the two results that enumerate the global object to
- leave the "base" results as matching mac even though the tool wanted to
- push those results down into the mac directory.)
-
- * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/Window/element-constructors-on-window-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/Window/get-set-properties-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/Window/window-custom-prototype-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/Window/window-postmessage-args-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/Window/window-properties-device-orientation-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/Window/window-properties-geolocation-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/Window/window-property-shadowing-expected.txt: Removed.
- * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Removed.
- * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Removed.
- * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Removed.
- * platform/chromium-win/fast/dom/Window/element-constructors-on-window-expected.txt: Removed.
- * platform/chromium-win/fast/dom/Window/get-set-properties-expected.txt: Removed.
- * platform/chromium-win/fast/dom/Window/window-custom-prototype-expected.txt: Removed.
- * platform/chromium-win/fast/dom/Window/window-postmessage-args-expected.txt: Removed.
- * platform/chromium-win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Added.
- * platform/chromium-win/fast/dom/Window/window-properties-device-orientation-expected.txt: Removed.
- * platform/chromium-win/fast/dom/Window/window-properties-geolocation-expected.txt: Removed.
- * platform/chromium-win/fast/dom/Window/window-property-shadowing-expected.txt: Removed.
- * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Added.
- * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Added.
- * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Added.
- * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Added.
- * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Added.
- * platform/chromium/fast/dom/Window/element-constructors-on-window-expected.txt: Added.
- * platform/chromium/fast/dom/Window/get-set-properties-expected.txt: Added.
- * platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt: Added.
- * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt: Added.
- * platform/chromium/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Removed.
- * platform/chromium/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
- * platform/chromium/fast/dom/Window/window-properties-geolocation-expected.txt: Added.
- * platform/chromium/fast/dom/Window/window-property-shadowing-expected.txt: Added.
-
-2011-08-08 Adam Barth <abarth@webkit.org>
-
- Optimize baselines for fast/dom/DOMException.
- This patch was created with webkit-patch bulk-optimize-baselines.
- (I've manually remove the README file because we don't use these sorts
- of README files anymore.)
-
- * platform/chromium-mac/fast/dom/DOMException: Removed.
- * platform/chromium-mac/fast/dom/DOMException/EventException-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/DOMException/README: Removed.
- * platform/chromium-mac/fast/dom/DOMException/RangeException-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/DOMException/XPathException-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/DOMException/prototype-object-expected.txt: Removed.
- * platform/chromium-win/fast/dom/DOMException: Removed.
- * platform/chromium-win/fast/dom/DOMException/EventException-expected.txt: Removed.
- * platform/chromium-win/fast/dom/DOMException/README: Removed.
- * platform/chromium-win/fast/dom/DOMException/RangeException-expected.txt: Removed.
- * platform/chromium-win/fast/dom/DOMException/XPathException-expected.txt: Removed.
- * platform/chromium-win/fast/dom/DOMException/prototype-object-expected.txt: Removed.
- * platform/chromium/fast/dom/DOMException: Added.
- * platform/chromium/fast/dom/DOMException/EventException-expected.txt: Added.
- * platform/chromium/fast/dom/DOMException/RangeException-expected.txt: Added.
- * platform/chromium/fast/dom/DOMException/XPathException-expected.txt: Added.
- * platform/chromium/fast/dom/DOMException/prototype-object-expected.txt: Added.
-
-2011-08-08 Jian Li <jianli@chromium.org>
-
- Unreviewed, mark preventExtensions.html as failed on chromium.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-08 Tony Chang <tony@chromium.org>
-
- implement basic horizontal flexing
- https://bugs.webkit.org/show_bug.cgi?id=65045
-
- Reviewed by David Hyatt.
-
- * css3/flexbox/001-expected.txt: Added.
- * css3/flexbox/001.html: Added.
- * css3/flexbox/resources/flexbox.js: Added. I plan on using this file for other tests.
- (insertAfter):
- (checkHorizontalBoxen):
-
-2011-08-08 Ryosuke Niwa <rniwa@webkit.org>
-
- Remove redundant inline styles from the pasted contents more aggressively
- https://bugs.webkit.org/show_bug.cgi?id=65833
-
- Reviewed by Tony Chang.
-
- Added a test to paste contents with many redundant styles. WebKit should remove as much style spans as possible
- (all of this in this case).
-
- * editing/pasteboard/4930986-2-expected.txt: style attribute now has a trailing space.
- * editing/pasteboard/interchange-newline-1-expected.txt: No longer has a wrapping span without any attributes.
- * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Ditto.
- * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Ditto.
- * editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Ditto.
- * editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Ditto.
- * editing/pasteboard/prevent-block-nesting-01-expected.txt: Ditto.
- * editing/pasteboard/paste-with-redundant-style-expected.txt: Added.
- * editing/pasteboard/paste-with-redundant-style.html: Added.
-
-2011-08-08 Oliver Hunt <oliver@apple.com>
-
- Non-extensibility does not prevent mutating [[Prototype]]
- https://bugs.webkit.org/show_bug.cgi?id=65832
-
- Reviewed by Gavin Barraclough.
-
- Add tests to ensure we can't assign to __proto__ when an object
- is not extensible.
-
- * fast/js/preventExtensions-expected.txt:
- * fast/js/script-tests/preventExtensions.js:
-
-2011-08-08 Jian Li <jianli@chromium.org>
-
- Unreviewed, mark 1 test as flaky in chromium.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-08 Jian Li <jianli@chromium.org>
-
- Unreviewed, update chromium test_expectations.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-08 Jian Li <jianli@chromium.org>
-
- Unreviewed, mark some tests as flaky on chromium.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-08 Zan Dobersek <zandobersek@gmail.com>
-
- [Cairo][Gtk] Get more of the philip suite of canvas tests passing
- https://bugs.webkit.org/show_bug.cgi?id=54458
-
- Reviewed by Martin Robinson.
-
- Update the list of skipped canvas tests and describe why platform-specific
- failures occur.
-
- * platform/gtk/Skipped:
-
-2011-08-08 Anders Carlsson <andersca@apple.com>
-
- More Lion specific results.
-
- * platform/mac-lion/Skipped:
- * platform/mac-snowleopard/editing: Added.
- * platform/mac-snowleopard/editing/input: Added.
- * platform/mac-snowleopard/editing/input/devanagari-ligature-expected.png: Copied from platform/mac/editing/input/devanagari-ligature-expected.png.
- * platform/mac-snowleopard/editing/input/devanagari-ligature-expected.txt: Copied from platform/mac/editing/input/devanagari-ligature-expected.txt.
- * platform/mac-snowleopard/fast/xsl: Added.
- * platform/mac-snowleopard/fast/xsl/sort-locale-expected.txt: Added.
- * platform/mac/editing/input/devanagari-ligature-expected.png:
- * platform/mac/editing/input/devanagari-ligature-expected.txt:
- * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
- * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
- * platform/mac/fast/xsl/sort-locale-expected.txt: Added.
-
-2011-08-08 Jian Li <jianli@chromium.org>
-
- Unreviewed, fix more typo in test_expectations.txt.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-08 Pavel Podivilov <podivilov@chromium.org>
-
- Web Inspector: unreviewed, build fix for r92598.
-
- * inspector/debugger/script-formatter.html:
-
-2011-08-08 Andrei Popescu <andreip@google.com>
-
- svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
- https://bugs.webkit.org/show_bug.cgi?id=63186
-
- Unreviewed gardening.
-
- Fix typo in test_expectations.txt.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-08 Andrei Popescu <andreip@google.com>
-
- svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
- https://bugs.webkit.org/show_bug.cgi?id=63186
-
- Unreviewed gardening.
-
- Marks the tests as failing on Chromium.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-08 Andras Becsi <abecsi@webkit.org>
-
- [Qt] fast/forms/input-number-size.html added in r92589 fails
- https://bugs.webkit.org/show_bug.cgi?id=65851
-
- Unreviewed gardening.
-
- * platform/qt/Skipped: Skip the test.
-
-2011-08-08 John Knottenbelt <jknotten@chromium.org>
-
- Adjust test expectations.
- https://bugs.webkit.org/show_bug.cgi?id=65847
-
- Unreviewed.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-08 Shinya Kawanaka <shinyak@google.com>
-
- Added the test to check the width of input[type=number].
- https://bugs.webkit.org/show_bug.cgi?id=60673
-
- Reviewed by Kent Tamura.
-
- * fast/forms/input-number-size-expected.txt: Added.
- * fast/forms/input-number-size.html: Added.
-
-2011-08-07 Zoltan Horvath <zoltan@webkit.org>
-
- [Qt] Skip divergent tests
- https://bugs.webkit.org/show_bug.cgi?id=65831
-
- * platform/qt/Skipped:
-
-2011-07-28 Kent Tamura <tkent@chromium.org>
-
- [Chromium] Make form validation bubble fit with Chrome UI style
- https://bugs.webkit.org/show_bug.cgi?id=65359
-
- Reviewed by Hajime Morita.
-
- * fast/forms/validation-message-appearance.html:
- Need to wait for a litle because of image loading.
- * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
- * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
- * platform/chromium/test_expectations.txt:
- * platform/mac/fast/forms/validation-message-appearance-expected.png:
- * platform/mac/fast/forms/validation-message-appearance-expected.txt:
-
-2011-08-07 Shinichiro Hamaji <hamaji@chromium.org>
-
- Layout Test fast/loader/ping-error.html is failing
- https://bugs.webkit.org/show_bug.cgi?id=65754
-
- Unreviewed chromium test_expectations.txt update
- No more failure as r92439 was rolled out by r92453
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-07 Ryosuke Niwa <rniwa@webkit.org>
-
- Unreviewed test fix after r92578. I accidentally added the call to dumpAsText(true).
-
- * editing/pasteboard/nested-blocks-with-text-area.html:
-
-2011-08-07 Ryosuke Niwa <rniwa@webkit.org>
-
- Dump-as-markup conversion: paste-blockquote-into-blockquote.html and prevent-block-nesting-01.html
- https://bugs.webkit.org/show_bug.cgi?id=65837
-
- Reviewed by Kent Tamura.
-
- Converted the tests to dump-as-markup tests to improve the readability of the expected results.
-
- * editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Added.
- * editing/pasteboard/paste-blockquote-into-blockquote.html:
- * editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
- * editing/pasteboard/prevent-block-nesting-01.html:
- * platform/chromium-linux/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
- * platform/chromium-linux/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
- * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
- * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
- * platform/chromium-win/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
- * platform/chromium-win/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
- * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
- * platform/gtk/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
- * platform/gtk/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
- * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
- * platform/mac-leopard/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
- * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
- * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
- * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
- * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
- * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
- * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
-
-2011-08-07 Noel Gordon <noel.gordon@gmail.com>
-
- Layout Test fast/xsl/xslt-import-depth.xml is failing
- https://bugs.webkit.org/show_bug.cgi?id=65758
-
- Test is now green on chromium and webkit build bots.
-
- Reviewed by Kent Tamura.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-07 Ryosuke Niwa <rniwa@webkit.org>
-
- Dump-as-markup conversion: nested-blocks-with-text-area.html and nested-blocks-with-text-field.html
- https://bugs.webkit.org/show_bug.cgi?id=65836
-
- Reviewed by Kent Tamura.
-
- Converted the tests to dump-as-markup tests to improve the readability of the expected results.
-
- * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
- * editing/pasteboard/nested-blocks-with-text-area.html:
- * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
- * editing/pasteboard/nested-blocks-with-text-field.html:
- * platform/chromium-linux/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
- * platform/chromium-linux/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
- * platform/chromium-mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
- * platform/chromium-mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
- * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
- * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
- * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
- * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
- * platform/gtk/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
- * platform/gtk/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
- * platform/gtk/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
- * platform/gtk/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
- * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
- * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
- * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
- * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
- * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
- * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
- * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
- * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
- * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
- * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
- * platform/win/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
-
-2011-08-07 Noel Gordon <noel.gordon@gmail.com>
-
- Layout Test fast/xsl/import-after-comment.xml is failing
- https://bugs.webkit.org/show_bug.cgi?id=65757
-
- This test and the others mentioned in the bug are now green on chromium
- and webkit build bots.
-
- Reviewed by Kent Tamura.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-07 Balazs Kelemen <kbalazs@webkit.org>
-
- [Qt] svg/zoom/page/zoom-svg-through-* results diverging between bots
- https://bugs.webkit.org/show_bug.cgi?id=65831
-
- Unreviewed Qt gardening.
-
- * platform/qt/Skipped:
-
-2011-08-07 Sam White <samuel.white@rochester.edu>
-
- Add the ability to search the AccessibilityObject cache
- https://bugs.webkit.org/show_bug.cgi?id=64994
-
- Tests for the new AccessibilityObject cache search API and the additional
- functionality in the AccessibilityObject class that makes AccessibilityObject
- cache searching possible.
-
- Additional tests for finding frames, misspellings, and visited links will be
- included in a subsequent patch.
-
- Reviewed by Chris Fleizach.
-
- * platform/mac/accessibility/bounds-for-range-expected.txt:
- * platform/mac/accessibility/search-predicate-expected.txt: Added.
- * platform/mac/accessibility/search-predicate.html: Added.
-
-2011-08-07 Martin Robinson <mrobinson@igalia.com>
-
- Rebaseline a test on GTK+ for which r92554 checked in an
- incorrect result.
-
- * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Update results.
- * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Ditto.
-
-2011-08-06 Balazs Kelemen <kbalazs@webkit.org>
-
- Unreviewed gardening.
- Fix environmental differencies in the results added in r92564.
- I was in the wrong chroot.
-
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
-
-2011-08-06 Balazs Kelemen <kbalazs@webkit.org>
-
- Unreviewed gardening.
- Add missing Qt results.
-
- * platform/qt/Skipped:
- * platform/qt/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
- * platform/qt/fast/writing-mode/border-styles-vertical-lr-expected.txt: Added.
- * platform/qt/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
- * platform/qt/fast/writing-mode/border-styles-vertical-rl-expected.txt: Added.
- * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
- * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
- * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
- * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
- * platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
- * platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.txt: Added.
- * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
- * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
- * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
- * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
- * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
-
-2011-08-06 Adam Barth <abarth@webkit.org>
-
- Fix baselines for cross-origin-xsl-BLOCKED.html. These results
- uncovered a subtle bug in webkit-patch bulk-optimize-baselines, which
- I'll fix in a follow-up patch.
-
- * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
- * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
-
-2011-08-06 Adam Barth <abarth@webkit.org>
-
- Optimize expected results for editing.
- This patch was created with webkit-patch bulk-optimize-baselines.
-
- * platform/chromium-mac/editing/pasteboard/copy-paste-float-expected.txt: Removed.
- * platform/chromium-mac/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Removed.
- * platform/chromium-mac/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Removed.
- * platform/chromium-win-xp/editing/pasteboard/block-wrappers-necessary-expected.png: Removed.
- * platform/chromium-win/editing/pasteboard/copy-paste-float-expected.txt: Removed.
- * platform/chromium-win/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Removed.
- * platform/chromium-win/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Removed.
- * platform/chromium/editing/pasteboard/5761530-1-expected.txt: Removed.
- * platform/chromium/editing/pasteboard/copy-paste-float-expected.txt: Added.
- * platform/chromium/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Added.
- * platform/chromium/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Added.
-
-2011-08-06 Adam Barth <abarth@webkit.org>
-
- Optimize expected results for animations.
- This patch was created with webkit-patch bulk-optimize-baselines.
-
- * platform/chromium-mac/animations/keyframes-rule-expected.txt: Removed.
- * platform/chromium-mac/animations/opacity-transform-animation-expected.png: Added.
- * platform/chromium-win/animations/keyframes-rule-expected.txt: Removed.
- * platform/chromium/animations/keyframes-rule-expected.txt: Added.
- * platform/chromium/animations/opacity-transform-animation-expected.png: Removed.
-
-2011-08-06 Adam Barth <abarth@webkit.org>
-
- Optimize expected results for http/tests/security.
- This patch was created with webkit-patch optimize-baselines.
-
- * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/cross-frame-access-enumeration-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/cross-frame-access-get-override-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/cross-frame-access-history-get-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/cross-frame-access-history-get-override-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/cross-frame-access-history-put-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/cross-frame-access-location-get-override-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/cross-frame-access-location-put-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/listener/xss-window-onclick-shortcut-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt: Removed.
- * platform/chromium-mac/http/tests/security/xss-eval-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/cross-frame-access-enumeration-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/cross-frame-access-get-override-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/cross-frame-access-history-get-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/cross-frame-access-history-get-override-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/cross-frame-access-history-put-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/cross-frame-access-location-get-override-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/cross-frame-access-location-put-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/listener/xss-window-onclick-shortcut-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt: Removed.
- * platform/chromium-win/http/tests/security/xss-eval-expected.txt: Removed.
- * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added.
- * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Added.
- * platform/chromium/http/tests/security/cross-frame-access-enumeration-expected.txt: Added.
- * platform/chromium/http/tests/security/cross-frame-access-get-override-expected.txt: Added.
- * platform/chromium/http/tests/security/cross-frame-access-history-get-expected.txt: Added.
- * platform/chromium/http/tests/security/cross-frame-access-history-get-override-expected.txt: Added.
- * platform/chromium/http/tests/security/cross-frame-access-history-put-expected.txt: Added.
- * platform/chromium/http/tests/security/cross-frame-access-location-get-override-expected.txt: Added.
- * platform/chromium/http/tests/security/cross-frame-access-location-put-expected.txt: Added.
- * platform/chromium/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
- * platform/chromium/http/tests/security/dataURL: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Added.
- * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: Added.
- * platform/chromium/http/tests/security/frameNavigation: Added.
- * platform/chromium/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt: Added.
- * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt: Added.
- * platform/chromium/http/tests/security/listener: Added.
- * platform/chromium/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt: Added.
- * platform/chromium/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt: Added.
- * platform/chromium/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt: Added.
- * platform/chromium/http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt: Added.
- * platform/chromium/http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt: Added.
- * platform/chromium/http/tests/security/listener/xss-window-onclick-shortcut-expected.txt: Added.
- * platform/chromium/http/tests/security/xss-DENIED-frame-name-expected.txt: Added.
- * platform/chromium/http/tests/security/xss-eval-expected.txt: Added.
-
-2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
-
- svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
- https://bugs.webkit.org/show_bug.cgi?id=63186
-
- Rebaseline some tests on Leopard/gtk/qt in order to get the bots greener.
-
- Not reviewed.
-
- * platform/gtk/Skipped:
- * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
- * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
- * platform/mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
- * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
- * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
- * platform/win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
-
-2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
-
- svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
- https://bugs.webkit.org/show_bug.cgi?id=63186
-
- It turns out r92545 only partly resolved flakiness on non-mac platforms (especially gtk)
- - try reentering event loop after zooming, by calling notifyDone() using a 0ms timeout.
-
- Rubber-stamped by Antti Koivisto.
-
- * svg/zoom/resources/testPageZoom.js:
- (.setTimeout.): Reenter event loop after calling zoomPageIn/Out, before calling layoutTestController.notifyDone().
-
-2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
-
- More gardening: Fix mac-leopard/mac-wk2 failing SVG tests.
-
- Not reviewed.
-
- * platform/mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
- * platform/mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
- * platform/mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
- * platform/mac-wk2/svg/W3C-SVG-1.1: Added.
- * platform/mac-wk2/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
- * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
- * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
- * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
-
-2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
-
- Win gardening: Rebaseline four svg tests that only needed an update, win7/winxp svg results are clean again.
-
- Not reviewed.
-
- * platform/win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
- * platform/win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
- * platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
- * platform/win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
- * platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
-
-2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
-
- Follow-up for r92545.
- Rebaseline some tests on gtk/qt and win.
-
- Not reviewed.
-
- * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
- * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
- * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
- * platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
- * platform/win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
- * platform/win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
-
-2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
-
- REGRESSION(87526): ASSERT(!needsLayout()) followed by graphical glitches on google charts (svg loaded in iframe)
- https://bugs.webkit.org/show_bug.cgi?id=64974
-
- svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
- https://bugs.webkit.org/show_bug.cgi?id=63186
-
- Reviewed by Zoltan Herczeg.
-
- Rollout r89484, which disabled some svg/zoom/page tests, to see whether the flakiness is gone now.
- Add several new tests in svg/as-object - covering bug 64974.
-
- * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
- * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
- * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
- * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
- * platform/mac/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
- * platform/mac/svg/as-object/embedded-svg-size-changes-expected.png: Added.
- * platform/mac/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
- * platform/mac/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.txt: Added.
- * platform/mac/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
- * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
- * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
- * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
- * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
- * svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1.html: Added.
- * svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2.html: Added.
- * svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt: Added.
- * svg/as-object/embedded-svg-immediate-offsetWidth-query.html: Added.
- * svg/as-object/embedded-svg-size-changes-expected.txt: Added.
- * svg/as-object/embedded-svg-size-changes-no-layout-triggers.html: Added.
- * svg/as-object/embedded-svg-size-changes.html: Added.
- * svg/as-object/nested-embedded-svg-size-changes-expected.txt: Added.
- * svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1.html: Added.
- * svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2.html: Added.
- * svg/as-object/nested-embedded-svg-size-changes.html: Added.
- * svg/as-object/resources: Added.
- * svg/as-object/resources/embedded-svg-size-changes-no-layout-triggers.svg: Added.
- * svg/as-object/resources/embedded-svg-size-changes.svg: Added.
- * svg/as-object/resources/nested-embedded-svg-size-changes-target-no-layout-triggers-1.html: Added.
- * svg/as-object/resources/nested-embedded-svg-size-changes-target-no-layout-triggers-2.html: Added.
- * svg/as-object/resources/nested-embedded-svg-size-changes-target.html: Added.
- * svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml-disabled.
- * svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml-disabled: Removed.
- * svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml-disabled.
- * svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml-disabled: Removed.
- * svg/zoom/page/zoom-svg-through-object-with-auto-size.html: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html-disabled.
- * svg/zoom/page/zoom-svg-through-object-with-auto-size.html-disabled: Removed.
- * svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml-disabled.
- * svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml-disabled: Removed.
- * svg/zoom/page/zoom-svg-through-object-with-override-size.html: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-override-size.html-disabled.
- * svg/zoom/page/zoom-svg-through-object-with-override-size.html-disabled: Removed.
- * svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml-disabled.
- * svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml-disabled: Removed.
-
-2011-08-05 Dan Bernstein <mitz@apple.com>
-
- Renamed fast/blockflow to fast/writing-mode.
-
- Rubber-stamped by Sam Weinig.
-
- * fast/blockflow: Removed.
- * fast/writing-mode: Copied from fast/blockflow.
- * platform/chromium-linux/fast/blockflow: Removed.
- * platform/chromium-linux/fast/writing-mode: Copied from platform/chromium-linux/fast/blockflow.
- * platform/chromium-mac-leopard/fast/blockflow: Removed.
- * platform/chromium-mac-leopard/fast/writing-mode: Copied from platform/chromium-mac-leopard/fast/blockflow.
- * platform/chromium-mac/fast/blockflow: Removed.
- * platform/chromium-mac/fast/writing-mode: Copied from platform/chromium-mac/fast/blockflow.
- * platform/chromium-win-vista/fast/blockflow: Removed.
- * platform/chromium-win-vista/fast/writing-mode: Copied from platform/chromium-win-vista/fast/blockflow.
- * platform/chromium-win-xp/fast/blockflow: Removed.
- * platform/chromium-win-xp/fast/writing-mode: Copied from platform/chromium-win-xp/fast/blockflow.
- * platform/chromium-win/fast/blockflow: Removed.
- * platform/chromium-win/fast/writing-mode: Copied from platform/chromium-win/fast/blockflow.
- * platform/chromium/test_expectations.txt:
- * platform/gtk/fast/blockflow: Removed.
- * platform/gtk/fast/writing-mode: Copied from platform/gtk/fast/blockflow.
- * platform/mac-leopard/fast/blockflow: Removed.
- * platform/mac-leopard/fast/writing-mode: Copied from platform/mac-leopard/fast/blockflow.
- * platform/mac-wk2/fast/blockflow: Removed.
- * platform/mac-wk2/fast/writing-mode: Copied from platform/mac-wk2/fast/blockflow.
- * platform/mac/Skipped:
- * platform/mac/fast/blockflow: Removed.
- * platform/mac/fast/writing-mode: Copied from platform/mac/fast/blockflow.
- * platform/qt-mac/Skipped:
- * platform/qt/Skipped:
- * platform/qt/fast/blockflow: Removed.
- * platform/qt/fast/writing-mode: Copied from platform/qt/fast/blockflow.
- * platform/win/fast/blockflow: Removed.
- * platform/win/fast/writing-mode: Copied from platform/win/fast/blockflow.
- * platform/wk2/Skipped:
-
-2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
-
- r92330 has been rolled out so its rebaseline needs to be reverted as well
- https://bugs.webkit.org/show_bug.cgi?id=65805
-
- * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt: Added.
- * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt: Added.
- * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Added.
-
-2011-08-05 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r92330.
- http://trac.webkit.org/changeset/92330
- https://bugs.webkit.org/show_bug.cgi?id=65804
-
- caused various regressions in paste (Requested by rniwa on
- #webkit).
-
- * editing/pasteboard/5065605-expected.txt:
- * editing/pasteboard/copy-paste-text-in-h1-expected.txt: Removed.
- * editing/pasteboard/copy-paste-text-in-h1.html: Removed.
- * editing/pasteboard/display-block-on-spans-expected.txt:
- * editing/pasteboard/paste-pre-001-expected.txt:
- * editing/pasteboard/paste-pre-002-expected.txt:
- * editing/pasteboard/paste-text-011-expected.txt:
-
-2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
-
- Skip a failing test added by r92526 to Qt's skipped list.
- The failure is tracked by the bug 65801.
-
- * platform/qt/Skipped:
-
-2011-08-05 Jian Li <jianli@chromium.org>
-
- Skip test eeza-Pro-vertical-metrics-adjustment.html in chromium.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
-
- Upwards cursor movement incorrect when previous block ends with <br>
- https://bugs.webkit.org/show_bug.cgi?id=33247
-
- Reviewed by Tony Chang.
-
- Added tests to ensure WebKit lets user move caret up in strict mode and in RTL content
- when the previous line ends with a br.
-
- * editing/execCommand/move-selection-back-line-rtl-expected.txt: Copied from
- LayoutTests/editing/execCommand/move-selection-back-line-expected.txt.
- * editing/execCommand/move-selection-back-line-rtl.html: Copied from
- LayoutTests/editing/execCommand/move-selection-back-line.html.
- * editing/execCommand/move-selection-back-line-strict-expected.txt: Copied from
- LayoutTests/editing/execCommand/move-selection-back-line-expected.txt.
- * editing/execCommand/move-selection-back-line-strict.html: Copied from
- LayoutTests/editing/execCommand/move-selection-back-line.html.
-
-2011-08-05 Anders Carlsson <andersca@apple.com>
-
- Add more Lion specific test results and add more tests to the skipped list.
-
- * platform/mac-lion/Skipped:
- * platform/mac-snowleopard/fast/dom: Added.
- * platform/mac-snowleopard/fast/dom/52776-expected.png: Copied from platform/mac/fast/dom/52776-expected.png.
- * platform/mac-snowleopard/fast/dom/52776-expected.txt: Copied from platform/mac/fast/dom/52776-expected.txt.
- * platform/mac-snowleopard/fast/loader: Added.
- * platform/mac-snowleopard/fast/preloader: Added.
- * platform/mac-snowleopard/fast/preloader/document-write-2-expected.txt: Copied from fast/preloader/document-write-2-expected.txt.
- * platform/mac-snowleopard/fast/preloader/document-write-expected.txt: Copied from fast/preloader/document-write-expected.txt.
- * platform/mac-snowleopard/fast/preloader/script-expected.txt: Copied from fast/preloader/script-expected.txt.
- * platform/mac/fast/dom/52776-expected.png:
- * platform/mac/fast/dom/52776-expected.txt:
- * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
- * platform/mac/fast/loader/file-url-mimetypes-expected.txt:
- * platform/mac/fast/preloader: Added.
- * platform/mac/fast/preloader/document-write-2-expected.txt: Added.
- * platform/mac/fast/preloader/document-write-expected.txt: Added.
- * platform/mac/fast/preloader/script-expected.txt: Added.
-
-2011-08-05 Jian Li <jianli@chromium.org>
-
- Skip canvas-putImageData.html in chromium.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-05 Anders Carlsson <andersca@apple.com>
-
- Future proof an Objective-C test
- https://bugs.webkit.org/show_bug.cgi?id=65788
-
- Don't check explicitly for class names; just check that the objects are instances of the right classes.
-
- * platform/mac/fast/dom/wrapper-classes-objc-expected.txt:
- * platform/mac/fast/dom/wrapper-classes-objc.html:
-
-2011-08-05 Anders Carlsson <andersca@apple.com>
-
- Add a Lion specific test for fast/repaint/canvas-putImageData.html
-
- * platform/mac-snowleopard/fast/repaint: Added.
- * platform/mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt: Copied from fast/repaint/canvas-putImageData-expected.txt.
- * platform/mac/fast/repaint/canvas-putImageData-expected.txt: Added.
-
-2011-08-05 Anders Carlsson <andersca@apple.com>
-
- Add more Lion specific test results.
-
- * platform/mac-snowleopard/fast/text/capitalize-boundaries-expected.png: Copied from platform/mac/fast/text/capitalize-boundaries-expected.png.
- * platform/mac-snowleopard/fast/text/capitalize-boundaries-expected.txt: Copied from platform/mac/fast/text/capitalize-boundaries-expected.txt.
- * platform/mac-snowleopard/fast/text/complex-text-opacity-expected.png: Copied from platform/mac/fast/text/complex-text-opacity-expected.png.
- * platform/mac-snowleopard/fast/text/complex-text-opacity-expected.txt: Copied from platform/mac/fast/text/complex-text-opacity-expected.txt.
- * platform/mac-snowleopard/fast/text/international: Added.
- * platform/mac-snowleopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt: Copied from platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt.
- * platform/mac-snowleopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html: Copied from platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html.
- * platform/mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.png: Copied from platform/mac/fast/text/international/bidi-AN-after-L-expected.png.
- * platform/mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.txt: Copied from platform/mac/fast/text/international/bidi-AN-after-L-expected.txt.
- * platform/mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.png: Copied from platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png.
- * platform/mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.txt: Copied from platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt.
- * platform/mac-snowleopard/fast/text/international/bidi-CS-after-AN-expected.png: Copied from platform/mac/fast/text/international/bidi-CS-after-AN-expected.png.
- * platform/mac-snowleopard/fast/text/international/bidi-CS-after-AN-expected.txt: Copied from platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt.
- * platform/mac-snowleopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Copied from platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png.
- * platform/mac-snowleopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Copied from platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt.
- * platform/mac-snowleopard/fast/text/international/bidi-neutral-run-expected.png: Copied from platform/mac/fast/text/international/bidi-neutral-run-expected.png.
- * platform/mac-snowleopard/fast/text/international/bidi-neutral-run-expected.txt: Copied from platform/mac/fast/text/international/bidi-neutral-run-expected.txt.
- * platform/mac-snowleopard/fast/text/international/bold-bengali-expected.png: Copied from platform/mac/fast/text/international/bold-bengali-expected.png.
- * platform/mac-snowleopard/fast/text/international/bold-bengali-expected.txt: Copied from platform/mac/fast/text/international/bold-bengali-expected.txt.
- * platform/mac-snowleopard/fast/text/international/khmer-selection-expected.png: Copied from platform/mac/fast/text/international/khmer-selection-expected.png.
- * platform/mac-snowleopard/fast/text/international/khmer-selection-expected.txt: Copied from platform/mac/fast/text/international/khmer-selection-expected.txt.
- * platform/mac/fast/text/capitalize-boundaries-expected.png:
- * platform/mac/fast/text/capitalize-boundaries-expected.txt:
- * platform/mac/fast/text/complex-text-opacity-expected.png:
- * platform/mac/fast/text/complex-text-opacity-expected.txt:
- * platform/mac/fast/text/hyphenate-locale-expected.txt:
- * platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
- * platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
- * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
- * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png:
- * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
- * platform/mac/fast/text/international/bidi-CS-after-AN-expected.png:
- * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
- * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
- * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
- * platform/mac/fast/text/international/bidi-neutral-run-expected.png:
- * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
- * platform/mac/fast/text/international/bold-bengali-expected.png:
- * platform/mac/fast/text/international/bold-bengali-expected.txt:
- * platform/mac/fast/text/international/khmer-selection-expected.png:
- * platform/mac/fast/text/international/khmer-selection-expected.txt:
- * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.png:
- * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.txt:
- * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png:
-
-2011-08-05 Anders Carlsson <andersca@apple.com>
-
- Add two fast/text tests to the skipped list.
-
- * platform/mac-lion/Skipped:
-
-2011-08-05 Anders Carlsson <andersca@apple.com>
-
- Add Lion specific test results for css1 and css2.1.
-
- * platform/mac-snowleopard/css1: Added.
- * platform/mac-snowleopard/css1/font_properties: Added.
- * platform/mac-snowleopard/css1/font_properties/font-expected.png: Copied from platform/mac/css1/font_properties/font-expected.png.
- * platform/mac-snowleopard/css1/font_properties/font-expected.txt: Copied from platform/mac/css1/font_properties/font-expected.txt.
- * platform/mac-snowleopard/css2.1: Added.
- * platform/mac-snowleopard/css2.1/t1202-counter-09-b-expected.png: Copied from platform/mac/css2.1/t1202-counter-09-b-expected.png.
- * platform/mac-snowleopard/css2.1/t1202-counter-09-b-expected.txt: Copied from platform/mac/css2.1/t1202-counter-09-b-expected.txt.
- * platform/mac-snowleopard/css2.1/t1202-counters-09-b-expected.png: Copied from platform/mac/css2.1/t1202-counters-09-b-expected.png.
- * platform/mac-snowleopard/css2.1/t1202-counters-09-b-expected.txt: Copied from platform/mac/css2.1/t1202-counters-09-b-expected.txt.
- * platform/mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.png: Copied from platform/mac/css2.1/t1508-c527-font-05-b-expected.png.
- * platform/mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.txt: Copied from platform/mac/css2.1/t1508-c527-font-05-b-expected.txt.
- * platform/mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.png: Copied from platform/mac/css2.1/t1508-c527-font-10-c-expected.png.
- * platform/mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.txt: Copied from platform/mac/css2.1/t1508-c527-font-10-c-expected.txt.
- * platform/mac/css1/font_properties/font-expected.png:
- * platform/mac/css1/font_properties/font-expected.txt:
- * platform/mac/css2.1/t1202-counter-09-b-expected.png:
- * platform/mac/css2.1/t1202-counter-09-b-expected.txt:
- * platform/mac/css2.1/t1202-counters-09-b-expected.png:
- * platform/mac/css2.1/t1202-counters-09-b-expected.txt:
- * platform/mac/css2.1/t1508-c527-font-05-b-expected.png:
- * platform/mac/css2.1/t1508-c527-font-05-b-expected.txt:
- * platform/mac/css2.1/t1508-c527-font-10-c-expected.png:
- * platform/mac/css2.1/t1508-c527-font-10-c-expected.txt:
-
-2011-08-05 Jian Li <jianli@chromium.org>
-
- Unreviewed, skip those tests still failing on chromium due to incomplete
- baseline caused by r92466.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
-
- REGRESSION(r92433): media/video-src-change.html fails
- https://bugs.webkit.org/show_bug.cgi?id=65771
-
- Reviewed by Dimitri Glazkov.
-
- Give the listener as the second argument to removeEventListener.
-
- * media/video-src-change.html:
-
-2011-08-05 Ami Fischman <fischman@chromium.org>
-
- compositing/video/video-background-color.html test does not produce correct output
- https://bugs.webkit.org/show_bug.cgi?id=55519
-
- Unreviewed.
-
- Chromium doesn't support video codecs that support alpha, so stop
- running (and failing) a test that depends on codecs supporting alpha.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-05 Yael Aharon <yael.aharon@nokia.com>
-
- dir=auto needs to work on value of input and textarea elements
- https://bugs.webkit.org/show_bug.cgi?id=65428
-
- Reviewed by Darin Adler.
-
- * fast/dom/HTMLElement/attr-dir-auto-changed-text-form-control-expected.txt: Added.
- * fast/dom/HTMLElement/attr-dir-auto-changed-text-form-control.html: Added.
- * fast/dom/HTMLElement/attr-dir-auto-text-form-control-child-expected.txt: Added.
- * fast/dom/HTMLElement/attr-dir-auto-text-form-control-child.html: Added.
- * fast/dom/HTMLElement/attr-dir-auto-text-form-control-expected.txt: Added.
- * fast/dom/HTMLElement/attr-dir-auto-text-form-control.html: Added.
-
-2011-08-05 Vsevolod Vlasov <vsevik@chromium.org>
-
- [Qt]Web Inspector: REGRESSION(r91928): It made 2 tests fail
- https://bugs.webkit.org/show_bug.cgi?id=65364
-
- Unreviewed: unskipping tests now that the test was fixed.
-
- * platform/qt/Skipped:
-
-2011-08-05 Yury Semikhatsky <yurys@chromium.org>
-
- Web Inspector: constrain maximum depth for returnByValue objects
- https://bugs.webkit.org/show_bug.cgi?id=65761
-
- Reviewed by Pavel Feldman.
-
- * inspector/protocol/runtime-agent-expected.txt:
- * inspector/protocol/runtime-agent.html:
-
-2011-08-05 Zoltan Horvath <zoltan@webkit.org>
-
- [Qt] Skip 2 crashy tests on Qt SnowLeopard Intel Release bot to make a green world,
-
- * platform/qt-mac/Skipped:
-
-2011-08-05 Zoltan Horvath <zoltan@webkit.org>
-
- [Qt] Add http/tests/inspector/resource-tree/resource-tree-non-unique-url.html
- to Skiplist because it makes ARMv5 Linux Qt Release weepy.
-
- * platform/qt-arm/Skipped:
-
-2011-08-05 Zoltan Horvath <zoltan@webkit.org>
-
- [Qt] Ossyize fast/forms/enter-clicks-buttons.html because
- it makes Qt SnowLeopard Intel Release bot bleeding after r92375.
-
- * platform/qt-mac/Skipped:
-
-2011-08-05 David Reveman <reveman@chromium.org>
-
- [chromium] Rebaseline following r92255.
- https://bugs.webkit.org/show_bug.cgi?id=65736
-
- Reviewed by James Robinson.
-
- * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.png:
- * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png:
- * platform/chromium-gpu-linux/compositing/geometry/ancestor-overflow-change-expected.png:
- * platform/chromium-gpu-linux/compositing/geometry/fixed-in-composited-expected.png:
- * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png:
- * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
- * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-expected.png:
- * platform/chromium-gpu-linux/compositing/geometry/tall-page-composited-expected.png:
- * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
- * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png:
- * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png:
- * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
- * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transition-expected.png:
- * platform/chromium-gpu-linux/compositing/reflections/transform-inside-reflection-expected.png:
- * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.png:
- * platform/chromium-gpu-linux/compositing/transitions/scale-transition-no-start-expected.png:
- * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
- * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png:
- * platform/chromium-gpu-linux/media/video-transformed-expected.png:
- * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
- * platform/chromium-gpu-linux/media/video-zoom-expected.png:
- * platform/chromium-gpu-linux/platform/chromium/compositing/backface-visibility-transformed-expected.png:
- * platform/chromium-gpu-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
- * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png:
- * platform/chromium-gpu-linux/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
- * platform/chromium-gpu-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png:
- * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png:
- * platform/chromium-gpu-mac/compositing/direct-image-compositing-expected.png:
- * platform/chromium-gpu-mac/compositing/geometry/ancestor-overflow-change-expected.png:
- * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.png:
- * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
- * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
- * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-expected.png:
- * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png:
- * platform/chromium-gpu-mac/compositing/masks/masked-ancestor-expected.png:
- * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
- * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transition-expected.png:
- * platform/chromium-gpu-mac/compositing/reflections/transform-inside-reflection-expected.png:
- * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.png:
- * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.png:
- * platform/chromium-gpu-mac/media/video-transformed-expected.png:
- * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
- * platform/chromium-gpu-mac/platform/chromium/compositing/backface-visibility-transformed-expected.png:
- * platform/chromium-gpu-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
- * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png:
- * platform/chromium-gpu-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
- * platform/chromium-gpu-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png:
- * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png:
- * platform/chromium-gpu-win/compositing/direct-image-compositing-expected.png:
- * platform/chromium-gpu-win/compositing/geometry/ancestor-overflow-change-expected.png:
- * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png:
- * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
- * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
- * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-expected.png:
- * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
- * platform/chromium-gpu-win/compositing/iframes/composited-iframe-alignment-expected.png:
- * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.png:
- * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
- * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transition-expected.png:
- * platform/chromium-gpu-win/compositing/reflections/transform-inside-reflection-expected.png:
- * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.png:
- * platform/chromium-gpu-win/compositing/transitions/scale-transition-no-start-expected.png:
- * platform/chromium-gpu-win/media/video-transformed-expected.png:
- * platform/chromium-gpu-win/media/video-zoom-controls-expected.png:
- * platform/chromium-gpu-win/platform/chromium/compositing/backface-visibility-transformed-expected.png:
- * platform/chromium-gpu-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
- * platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.png:
- * platform/chromium-gpu-win/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
- * platform/chromium-gpu-win/platform/chromium/compositing/tiny-layer-rotated-expected.png:
- * platform/chromium/test_expectations.txt:
-
-2011-08-05 Shinichiro Hamaji <hamaji@chromium.org>
-
- Layout Test fast/xsl/xslt-import-depth.xml is failing
- https://bugs.webkit.org/show_bug.cgi?id=65758
-
- Chromium test_expectations.txt update
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-05 Shinichiro Hamaji <hamaji@chromium.org>
-
- Layout Test fast/xsl/import-after-comment.xml is failing
- https://bugs.webkit.org/show_bug.cgi?id=65757
-
- Chromium test_expectations.txt update
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-05 Shinichiro Hamaji <hamaji@chromium.org>
-
- Layout Test fast/loader/ping-error.html is failing
- https://bugs.webkit.org/show_bug.cgi?id=65754
-
- Chromium test_expectations.txt update
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-05 Kenichi Ishibashi <bashi@chromium.org>
-
- Parsing CSS3 font-feature-settings property
- https://bugs.webkit.org/show_bug.cgi?id=63618
-
- Add parsing test case for -webkit-font-feature-settings property.
-
- Reviewed by Shinichiro Hamaji.
-
- * css3/font-feature-settings-parsing-expected.txt: Added.
- * css3/font-feature-settings-parsing.html: Added.
-
-2011-08-05 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r92439.
- http://trac.webkit.org/changeset/92439
- https://bugs.webkit.org/show_bug.cgi?id=65753
-
- Caused 9 tests to fail on Qt (Requested by abarth on #webkit).
-
- * loader/document-destruction-within-unload-expected.txt: Removed.
- * loader/document-destruction-within-unload.html: Removed.
- * loader/resources/document-destruction-within-unload-iframe.html: Removed.
- * loader/resources/document-destruction-within-unload.svg: Removed.
-
-2011-08-04 Ryosuke Niwa <rniwa@webkit.org>
-
- Chromium test expectation update after r92341.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-04 Scott Graham <scottmg@chromium.org>
-
- Bad interaction between document destruction and unload events
- https://bugs.webkit.org/show_bug.cgi?id=64741
-
- Reviewed by Adam Barth.
-
- * loader/document-destruction-within-unload-expected.txt: Added.
- * loader/document-destruction-within-unload.html: Added.
- * loader/resources/document-destruction-within-unload-iframe.html: Added.
- * loader/resources/document-destruction-within-unload.svg: Added.
-
-2011-08-04 Kent Tamura <tkent@chromium.org>
-
- Move <input type=week> tests to fast/forms/week/
- https://bugs.webkit.org/show_bug.cgi?id=65676
-
- Reviewed by Tony Chang.
-
- * fast/forms/ValidityState-rangeOverflow-expected.txt:
- * fast/forms/ValidityState-rangeUnderflow-expected.txt:
- * fast/forms/ValidityState-stepMismatch-expected.txt:
- * fast/forms/ValidityState-typeMismatch-week-expected.txt: Removed.
- * fast/forms/ValidityState-typeMismatch-week.html: Removed.
- * fast/forms/date-input-visible-strings-expected.txt:
- * fast/forms/date-input-visible-strings.html:
- * fast/forms/input-stepup-stepdown-expected.txt:
- * fast/forms/input-stepup-stepdown-from-renderer-expected.txt:
- * fast/forms/input-type-change3-expected.txt:
- * fast/forms/input-valueasdate-week-expected.txt: Removed.
- * fast/forms/input-valueasdate-week.html: Removed.
- * fast/forms/input-valueasnumber-week-expected.txt: Removed.
- * fast/forms/input-valueasnumber-week.html: Removed.
- * fast/forms/script-tests/ValidityState-rangeOverflow.js:
- * fast/forms/script-tests/ValidityState-rangeUnderflow.js:
- * fast/forms/script-tests/ValidityState-stepMismatch.js:
- * fast/forms/script-tests/ValidityState-typeMismatch-week.js: Removed.
- * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js:
- * fast/forms/script-tests/input-stepup-stepdown.js:
- * fast/forms/script-tests/input-type-change3.js:
- * fast/forms/script-tests/input-valueasdate-week.js: Removed.
- * fast/forms/script-tests/input-valueasnumber-week.js: Removed.
- * fast/forms/week: Added.
- * fast/forms/week/ValidityState-rangeOverflow-week-expected.txt: Added.
- * fast/forms/week/ValidityState-rangeOverflow-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
- * fast/forms/week/ValidityState-rangeUnderflow-week-expected.txt: Added.
- * fast/forms/week/ValidityState-rangeUnderflow-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
- * fast/forms/week/ValidityState-stepMismatch-week-expected.txt: Added.
- * fast/forms/week/ValidityState-stepMismatch-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
- * fast/forms/week/ValidityState-typeMismatch-week-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-week-expected.txt.
- * fast/forms/week/ValidityState-typeMismatch-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-week.js.
- * fast/forms/week/input-valueasdate-week-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-week-expected.txt.
- * fast/forms/week/input-valueasdate-week.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-week.js.
- * fast/forms/week/input-valueasnumber-week-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-week-expected.txt.
- * fast/forms/week/input-valueasnumber-week.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-week.js.
- * fast/forms/week/week-input-type-expected.txt: Added.
- * fast/forms/week/week-input-type.html: Copied from LayoutTests/fast/forms/script-tests/input-type-change3.js.
- * fast/forms/week/week-input-visible-string-expected.txt: Added.
- * fast/forms/week/week-input-visible-string.html: Copied from LayoutTests/fast/forms/date-input-visible-strings.html.
- * fast/forms/week/week-stepup-stepdown-expected.txt: Added.
- * fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Added.
- * fast/forms/week/week-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
- * fast/forms/week/week-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
-
-2011-08-04 Tim Horton <timothy_horton@apple.com>
-
- Reviewed by Nikolas Zimmerman.
-
- Errors encountered within SVG documents should be reported to the console
- https://bugs.webkit.org/show_bug.cgi?id=62599
- <rdar://problem/9727074>
-
- Adjust SVG error tests to expect new console output on unexpected input.
-
- * platform/chromium-win/svg/hixie/error/013-expected.txt:
- * platform/gtk/svg/hixie/error/001-expected.txt:
- * platform/gtk/svg/hixie/error/007-expected.txt:
- * platform/gtk/svg/hixie/error/013-expected.txt:
- * platform/gtk/svg/hixie/error/015-expected.txt:
- * platform/mac/svg/hixie/error/001-expected.txt:
- * platform/mac/svg/hixie/error/007-expected.txt:
- * platform/mac/svg/hixie/error/013-expected.txt:
- * platform/mac/svg/hixie/error/015-expected.txt:
- * platform/qt/svg/hixie/error/001-expected.txt:
- * platform/qt/svg/hixie/error/007-expected.txt:
- * platform/qt/svg/hixie/error/013-expected.txt:
- * platform/qt/svg/hixie/error/015-expected.txt:
- * svg/custom/invalid-length-units-expected.txt:
- * svg/custom/svg-parse-overflow-1-expected.txt:
- * svg/custom/svg-parse-overflow-2-expected.txt:
- * svg/custom/svg-parse-overflow-3-expected.txt:
- * svg/custom/svg-parse-overflow-4-expected.txt:
- * svg/custom/svg-parse-overflow-5-expected.txt:
-
-2011-08-04 Sheriff Bot <webkit.review.bot@gmail.com>
-
- Unreviewed, rolling out r92419.
- http://trac.webkit.org/changeset/92419
- https://bugs.webkit.org/show_bug.cgi?id=65726
-
- "committed partially to branch" (Requested by thorton on
- #webkit).
-
- * platform/chromium-win/svg/hixie/error/013-expected.txt:
- * platform/gtk/svg/hixie/error/001-expected.txt:
- * platform/gtk/svg/hixie/error/007-expected.txt:
- * platform/gtk/svg/hixie/error/013-expected.txt:
- * platform/gtk/svg/hixie/error/015-expected.txt:
- * platform/mac/svg/hixie/error/001-expected.txt:
- * platform/mac/svg/hixie/error/007-expected.txt:
- * platform/mac/svg/hixie/error/013-expected.txt:
- * platform/mac/svg/hixie/error/015-expected.txt:
- * platform/qt/svg/hixie/error/001-expected.txt:
- * platform/qt/svg/hixie/error/007-expected.txt:
- * platform/qt/svg/hixie/error/013-expected.txt:
- * platform/qt/svg/hixie/error/015-expected.txt:
- * svg/custom/invalid-length-units-expected.txt:
- * svg/custom/svg-parse-overflow-1-expected.txt:
- * svg/custom/svg-parse-overflow-2-expected.txt:
- * svg/custom/svg-parse-overflow-3-expected.txt:
- * svg/custom/svg-parse-overflow-4-expected.txt:
- * svg/custom/svg-parse-overflow-5-expected.txt:
-
-2011-08-04 Tim Horton <timothy_horton@apple.com>
-
- Reviewed by Nikolas Zimmerman.
-
- Errors encountered within SVG documents should be reported to the console
- https://bugs.webkit.org/show_bug.cgi?id=62599
- <rdar://problem/9727074>
-
- Adjust SVG error tests to expect new console output on unexpected input.
-
- * platform/chromium-win/svg/hixie/error/013-expected.txt:
- * platform/gtk/svg/hixie/error/001-expected.txt:
- * platform/gtk/svg/hixie/error/007-expected.txt:
- * platform/gtk/svg/hixie/error/013-expected.txt:
- * platform/gtk/svg/hixie/error/015-expected.txt:
- * platform/mac/svg/hixie/error/001-expected.txt:
- * platform/mac/svg/hixie/error/007-expected.txt:
- * platform/mac/svg/hixie/error/013-expected.txt:
- * platform/mac/svg/hixie/error/015-expected.txt:
- * platform/qt/svg/hixie/error/001-expected.txt:
- * platform/qt/svg/hixie/error/007-expected.txt:
- * platform/qt/svg/hixie/error/013-expected.txt:
- * platform/qt/svg/hixie/error/015-expected.txt:
- * svg/custom/invalid-length-units-expected.txt:
- * svg/custom/svg-parse-overflow-1-expected.txt:
- * svg/custom/svg-parse-overflow-2-expected.txt:
- * svg/custom/svg-parse-overflow-3-expected.txt:
- * svg/custom/svg-parse-overflow-4-expected.txt:
- * svg/custom/svg-parse-overflow-5-expected.txt:
-
-2011-08-04 Fady Samuel <fsamuel@chromium.org>
-
- Background Does Not Scale Correctly with Page
-
- Scaling is applied twice to the background (the paint area is doubly scaled).
- This patch fixes this issue by passing the unscaled document rect to paintFillLayers
- in paintRootBoxFillLayers.
-
- https://bugs.webkit.org/show_bug.cgi?id=65690
-
- Reviewed by Simon Fraser.
-
- * fast/repaint/background-scaling-expected.png: Added.
- * fast/repaint/background-scaling-expected.txt: Added.
- * fast/repaint/background-scaling.html: Added.
-
-2011-08-04 Yael Aharon <yael.aharon@nokia.com>
-
- [Qt] 69 tests failing after http://trac.webkit.org/changeset/92375
- https://bugs.webkit.org/show_bug.cgi?id=65721
-
- Unreviewed.
-
- Skipping tests until rebaseline.
-
- * platform/qt/Skipped:
-
-2011-08-04 Sergey Glazunov <serg.glazunov@gmail.com>
-
- Fix integer overflow in custom bindings for WebGLRenderingContext
- https://bugs.webkit.org/show_bug.cgi?id=65646
-
- Reviewed by Kenneth Russell.
-
- * fast/canvas/webgl/resources/floatArrayUniformShader.vert: Added.
- * fast/canvas/webgl/resources/intArrayUniformShader2.vert: Added.
- * fast/canvas/webgl/uniform-array-length-overflow-expected.txt: Added.
- * fast/canvas/webgl/uniform-array-length-overflow.html: Added.
-
-2011-08-04 Adam Barth <abarth@webkit.org>
-
- Refine some test expectations to account for flakiness.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-04 Anders Carlsson <andersca@apple.com>
-
- Make fast/css/import-and-insert-rule-no-update.html less flaky
- https://bugs.webkit.org/show_bug.cgi?id=65713
-
- Reviewed by Dan Bernstein.
-
- Wait until the @imported style sheet has finished loading before running the test.
-
- * fast/css/import-and-insert-rule-no-update.html:
-
-2011-08-04 Anders Carlsson <andersca@apple.com>
-
- Add more failing tests to the skipped list.
-
- * platform/mac-lion/Skipped:
-
-2011-08-03 Adam Roben <aroben@apple.com>
-
- Test that a 2^25x2^25 pixel layer doesn't cause a crash
-
- Test for <http://webkit.org/b/65637> <rdar://problem/9784849> Crash beneath
- PlatformCALayerWinInternal::updateTiles when zooming on Google Maps
-
- Reviewed by Sam Weinig.
-
- * compositing/tiling/crash-huge-layer-expected.txt: Added.
- * compositing/tiling/crash-huge-layer.html: Added.
-
-2011-08-04 Jian Li <jianli@chromium.org>
-
- Unreviewed, mark gain.html as flaky on Linux chromium.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-04 Philippe Normand <pnormand@igalia.com>
-
- Unreviewed, skip 2 crashing tests on GTK. See bug 65699 and 65702.
-
- * platform/gtk/Skipped:
-
-2011-08-04 Philippe Normand <pnormand@igalia.com>
-
- Unreviewed, skip some svg tests on GTK, likely affected by bug 39022.
-
- * platform/gtk/Skipped:
-
-2011-08-04 Philippe Normand <pnormand@igalia.com>
-
- Unreviewed, GTK rebaseline and test_expectations update (2 tests
- now passing).
-
- * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt:
- * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
- * platform/gtk/test_expectations.txt:
-
-2011-08-04 Dimitri Glazkov <dglazkov@chromium.org>
-
- [Chromium] Normalize test_expectations.txt file.
-
- * platform/chromium/test_expectations.txt: Ran webkit-path optimize-expectations.
-
-2011-08-04 Philippe Normand <pnormand@igalia.com>
-
- Unreviewed, GTK new baselines for new tests.
-
- * platform/gtk/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Added.
- * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png: Added.
- * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt: Added.
- * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png: Added.
- * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt: Added.
- * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png: Added.
- * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt: Added.
- * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png: Added.
- * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt: Added.
- * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png: Added.
- * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt: Added.
- * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png: Added.
- * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt: Added.
- * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block-expected.png: Added.
- * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt: Added.
- * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png: Added.
- * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt: Added.
- * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png: Added.
- * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt: Added.
- * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png: Added.
- * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt: Added.
- * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png: Added.
- * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt: Added.
- * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png: Added.
- * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt: Added.
- * platform/gtk/fast/blockflow/broken-ideograph-small-caps-expected.png: Added.
- * platform/gtk/fast/blockflow/broken-ideographic-font-expected.png: Added.
- * platform/gtk/fast/borders/only-one-border-with-width-expected.png: Added.
- * platform/gtk/fast/borders/only-one-border-with-width-expected.txt: Added.
- * platform/gtk/fast/css/color-leakage-expected.png: Added.
- * platform/gtk/fast/css/color-leakage-expected.txt: Added.
- * platform/gtk/fast/css/font-family-pictograph-expected.png: Added.
- * platform/gtk/fast/css/font-family-pictograph-expected.txt: Added.
- * platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png: Added.
- * platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Added.
- * platform/gtk/fast/forms/input-appearance-number-rtl-expected.png: Added.
- * platform/gtk/fast/forms/input-appearance-number-rtl-expected.txt: Added.
- * platform/gtk/fast/forms/textarea-placeholder-wrapping-expected.png: Added.
- * platform/gtk/fast/forms/textarea-placeholder-wrapping-expected.txt: Added.
- * platform/gtk/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
- * platform/gtk/fast/forms/textfield-overflow-by-value-update-expected.txt: Added.
- * platform/gtk/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added.
- * platform/gtk/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Added.
- * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.png: Added.
- * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt: Added.
- * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
- * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
- * platform/gtk/fast/text/midword-break-before-surrogate-pair-expected.png: Added.
- * platform/gtk/fast/text/midword-break-before-surrogate-pair-expected.txt: Added.
- * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added.
- * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
- * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
- * platform/gtk/svg/as-border-image/svg-as-border-image-expected.png: Added.
- * platform/gtk/svg/as-border-image/svg-as-border-image-expected.txt: Added.
- * platform/gtk/svg/custom/absolute-root-position-masking-expected.png: Added.
- * platform/gtk/svg/custom/absolute-root-position-masking-expected.txt: Added.
- * platform/gtk/svg/custom/linking-uri-01-b-expected.png: Added.
- * platform/gtk/svg/custom/linking-uri-01-b-expected.txt: Added.
- * platform/gtk/svg/custom/repaint-shadow-expected.png: Added.
- * platform/gtk/svg/custom/repaint-shadow-expected.txt: Added.
- * platform/gtk/svg/custom/svg-fonts-fallback-expected.png: Added.
- * platform/gtk/svg/custom/svg-fonts-fallback-expected.txt: Added.
- * platform/gtk/svg/custom/svg-fonts-segmented-expected.png: Added.
- * platform/gtk/svg/custom/svg-fonts-segmented-expected.txt: Added.
- * platform/gtk/svg/custom/svg-fonts-word-spacing-expected.png: Added.
- * platform/gtk/svg/custom/svg-fonts-word-spacing-expected.txt: Added.
- * platform/gtk/svg/custom/text-tref-03-b-change-href-dom-expected.png: Added.
- * platform/gtk/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
- * platform/gtk/svg/custom/text-tref-03-b-change-href-expected.png: Added.
- * platform/gtk/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
- * platform/gtk/svg/custom/text-tref-03-b-referenced-element-removal-expected.png: Added.
- * platform/gtk/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
- * platform/gtk/svg/custom/text-tref-03-b-tref-removal-expected.png: Added.
- * platform/gtk/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
- * platform/gtk/svg/custom/tref-own-content-removal-expected.png: Added.
- * platform/gtk/svg/custom/tref-own-content-removal-expected.txt: Added.
- * platform/gtk/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
- * platform/gtk/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
- * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
- * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
-
-2011-08-04 Vsevolod Vlasov <vsevik@chromium.org>
-
- Web Inspector: Pretty print JSONP in network panel preview tab.
- https://bugs.webkit.org/show_bug.cgi?id=65559
-
- Reviewed by Pavel Feldman.
-
- * http/tests/inspector/network/network-preview-json-expected.txt: Added.
- * http/tests/inspector/network/network-preview-json.html: Added.
-
-2011-08-04 Pavel Feldman <pfeldman@google.com>
-
- Web Inspector: replace isRegex with urlRegex in setBreakpointByUrl
- https://bugs.webkit.org/show_bug.cgi?id=65684
-
- Reviewed by Yury Semikhatsky.
-
- * inspector/debugger/debugger-set-breakpoint-regex-expected.txt:
- * inspector/debugger/debugger-set-breakpoint-regex.html:
-
-2011-08-04 Pavel Feldman <pfeldman@google.com>
-
- Web Inspector: Rename sourceId -> scriptId in the protocol and the source code.
- https://bugs.webkit.org/show_bug.cgi?id=65682
-
- Reviewed by Yury Semikhatsky.
-
- * http/tests/inspector/debugger-test.js:
- (initialize_DebuggerTest):
- * inspector/debugger/source-file.html:
-
-2011-08-04 Philippe Normand <pnormand@igalia.com>
-
- Unreviewed, GTK rebaseline.
-
- * platform/gtk/fast/dom/Range/getBoundingClientRect-expected.txt:
- * platform/gtk/fast/dom/Range/getClientRects-expected.txt:
- * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
- * platform/gtk/fast/dom/Window/window-properties-expected.txt:
- * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Added.
- * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: Added.
- * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Added.
- * platform/gtk/fast/js/global-constructors-expected.txt: Added.
-
-2011-08-04 Shinichiro Hamaji <hamaji@chromium.org>
-
- [Chromium] Needs eventSender.scalePageBy()
- https://bugs.webkit.org/show_bug.cgi?id=58013
-
- Unreviewed chromium test_expectations.txt update
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-02 Hans Wennborg <hans@chromium.org>
-
- IndexedDB: Fix index data invalidation bugs.
- https://bugs.webkit.org/show_bug.cgi?id=65547
-
- Reviewed by Tony Chang.
-
- Add layout test to verify that update object store data causes old
- index data to be invalidated.
-
- * storage/indexeddb/index-unique.html: Added.
-
-2011-08-04 Shinichiro Hamaji <hamaji@chromium.org>
-
- Layout Test fast/box-shadow/box-shadow-clipped-slices.html is failing
- https://bugs.webkit.org/show_bug.cgi?id=65666
-
- Chromium test_expectations.txt update
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-04 Shinichiro Hamaji <hamaji@chromium.org>
-
- [Chromium] Needs eventSender.scalePageBy()
- https://bugs.webkit.org/show_bug.cgi?id=58013
-
- Chromium test rebaselining
-
- * platform/chromium-gpu-win/compositing/scaling/tiled-layer-recursion-expected.png: Added.
- * platform/chromium-mac-leopard/compositing/scaling/tiled-layer-recursion-expected.png: Added.
- * platform/chromium-mac/compositing/scaling/tiled-layer-recursion-expected.png: Added.
- * platform/chromium-win/compositing/scaling/tiled-layer-recursion-expected.png: Added.
- * platform/chromium/test_expectations.txt:
-
-2011-08-04 Adam Barth <abarth@webkit.org>
-
- Test progression after <http://trac.webkit.org/changeset/92341>.
-
- * platform/chromium-mac/fast/dom/Element/scale-page-client-rects-expected.txt:
- * platform/chromium-mac/fast/dom/Range/scale-page-client-rects-expected.txt:
-
-2011-08-04 Adam Barth <abarth@webkit.org>
-
- Update baselines after <http://trac.webkit.org/changeset/92340>.
-
- * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
- * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
- * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
- * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
- * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
-
-2011-08-04 Adam Barth <abarth@webkit.org>
-
- This test triggers a crasher on some ports. The crasher is filed already.
-
- * platform/qt/Skipped:
-
-2011-08-03 Alice Boxhall <aboxhall@chromium.org>
-
- An element with role=textbox should have settable AXValue unless read-only
- https://bugs.webkit.org/show_bug.cgi?id=65664
-
- Reviewed by Chris Fleizach.
-
- * accessibility/aria-readonly-expected.txt:
- * accessibility/aria-readonly.html:
-
-2011-08-03 Kentaro Hara <haraken@google.com>
-
- Implement EventSender.scalePageBy()
- https://bugs.webkit.org/show_bug.cgi?id=58013
-
- Reviewed by Darin Fisher.
-
- Implemented EventSender.scalePageBy(f, x, y), which scales a page by a factor of f
- and then sets a scroll position to (x, y). Enabled the tests that had been waiting
- for the implementation of EventSender.scalePageBy(f, x, y).
-
- * platform/chromium-linux/compositing/scaling/tiled-layer-recursion-expected.png: Added.
- * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.png: Added.
- * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.txt: Added.
- * platform/chromium-mac/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Removed.
- * platform/chromium-mac/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Removed.
- * platform/chromium-win/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Removed.
- * platform/chromium-win/fast/dom/Element/scale-page-client-rects-expected.txt: Removed.
- * platform/chromium-win/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Removed.
- * platform/chromium-win/fast/dom/Range/scale-page-client-rects-expected.txt: Removed.
- * platform/chromium/test_expectations.txt: Enabled one test. Enabled two tests for chromium-linux.
-
-2011-08-03 Ian Henderson <ianh@apple.com>
-
- Draw rectangular box shadow for elements with border-radius if no corners are visible
- https://bugs.webkit.org/show_bug.cgi?id=65006
-
- Reviewed by Simon Fraser.
-
- * fast/box-shadow/box-shadow-clipped-slices.html: Added.
- * platform/mac/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
- * platform/mac/fast/box-shadow/box-shadow-clipped-slices-expected.txt: Added.
-
-2011-08-03 Noel Gordon <noel.gordon@gmail.com>
-
- [Chromium] fast/dom/resource-locations-in-created-html-document.html fails on win32
- https://bugs.webkit.org/show_bug.cgi?id=65521
-
- Reviewed by Adam Barth.
-
- file: scheme URI paths on Windows include the disk drive reference (C: for example).
- Refer to http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx.
-
- * fast/dom/resource-locations-in-created-html-document.html:
- * platform/chromium/test_expectations.txt:
-
-2011-08-03 Ryosuke Niwa <rniwa@webkit.org>
-
- Revert an erroneous rebaseline from r92315.
-
- * fast/dom/navigator-detached-no-crash-expected.txt:
-
-2011-08-03 Ryosuke Niwa <rniwa@webkit.org>
-
- Chromium Windows and Linux rebaselines after r92330.
-
- * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt: Removed.
- * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt: Removed.
- * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Removed.
-
-2011-08-03 Ryosuke Niwa <rniwa@webkit.org>
-
- select-all, copy, paste of specialAncestorElements (e.g. pre, h1, etc) nests the element inside itself
- https://bugs.webkit.org/show_bug.cgi?id=26483
-
- Reviewed by Enrica Casucci.
-
- * editing/pasteboard/5065605-expected.txt:
- * editing/pasteboard/copy-paste-text-in-h1-expected.txt: Added.
- * editing/pasteboard/copy-paste-text-in-h1.html: Added.
- * editing/pasteboard/display-block-on-spans-expected.txt:
- * editing/pasteboard/paste-pre-001-expected.txt:
- * editing/pasteboard/paste-pre-002-expected.txt:
- * editing/pasteboard/paste-text-011-expected.txt:
-
-2011-08-03 Mark Pilgrim <pilgrim@chromium.org>
-
- Remove LegacyDefaultOptionalArguments flag from HTML DOM IDL files
- https://bugs.webkit.org/show_bug.cgi?id=65338
-
- Reviewed by Adam Barth.
-
- * fast/files/create-blob-url-crash-expected.txt:
- * fast/files/create-blob-url-crash.html:
- * fast/files/revoke-blob-url-expected.txt:
- * fast/files/revoke-blob-url.html:
- * fast/forms/ValidityState-customError-expected.txt:
- * fast/forms/ValidityState-customError.html:
-
-2011-08-03 Mark Pilgrim <pilgrim@chromium.org>
-
- Remove LegacyDefaultOptionalArguments flag from navigator IDL files
- https://bugs.webkit.org/show_bug.cgi?id=65370
-
- Reviewed by Adam Barth.
-
- * fast/dom/navigator-detached-no-crash-expected.txt:
- * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
-
-2011-08-03 Zhenyao Mo <zmo@google.com>
-
- Unreviewed, fix an error in test_expectations.txt.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-03 Zhenyao Mo <zmo@google.com>
-
- Unreviewed, skip fast/loader/reload-zero-byte-plugin.html for now, gardener stuff.
-
- * platform/chromium/test_expectations.txt:
-
-2011-08-03 Tommy Widenflycht <tommyw@google.com>
-
- MediaStream API: Implement PeerConnection and SignalingCallback
- https://bugs.webkit.org/show_bug.cgi?id=65101
-
- Reviewed by Adam Barth.
-
- LayoutTests will be provided by a follow-up CL, see <https://bugs.webkit.org/show_bug.cgi?id=56587>.
-
- * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
-
2011-08-03 Adam Barth <abarth@webkit.org>
Crash in DocumentWriter::endIfNotLoadingMainResource
« no previous file with comments | « no previous file | LayoutTests/fast/loader/reload-zero-byte-plugin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698