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

Unified Diff: LayoutTests/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 7708012: Merge 92764 - Web Inspector: [REGRESSION] Editor lost after committing a CSS property value for i... (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/inspector/styles/styles-commit-editing.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 93523)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,3 +1,506 @@
+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.
« no previous file with comments | « no previous file | LayoutTests/inspector/styles/styles-commit-editing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698