Index: LayoutTests/ChangeLog |
=================================================================== |
--- LayoutTests/ChangeLog (revision 145387) |
+++ LayoutTests/ChangeLog (working copy) |
@@ -1,14 +1,9621 @@ |
-2013-03-06 Tony Chang <tony@chromium.org> |
+2013-02-27 John Bauman <jbauman@chromium.org> |
- Crash during middle mouse click when page is removed |
- https://bugs.webkit.org/show_bug.cgi?id=111489 |
+ Plugin in iframe may not display |
+ https://bugs.webkit.org/show_bug.cgi?id=109879 |
+ Reviewed by Simon Fraser. |
+ |
+ Use log-npp-set-window to ensure plugin clip changes correctly. |
+ |
+ * platform/mac-wk2/plugins/plugin-clip-subframe-expected.txt: Added. |
+ * platform/mac/plugins/plugin-clip-subframe-expected.txt: Added. |
+ * plugins/plugin-clip-subframe-expected.txt: Added. |
+ * plugins/plugin-clip-subframe.html: Added. |
+ * plugins/resources/plugin-clip-subframe-iframe.html: Added. |
+ |
+2013-02-27 Chris Rogers <crogers@google.com> |
+ |
+ Implement channel up-mixing and down-mixing rules |
+ https://bugs.webkit.org/show_bug.cgi?id=110812 |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ * webaudio/audionode-channel-rules-expected.txt: Added. |
+ * webaudio/audionode-channel-rules.html: Added. |
+ |
+2013-02-27 Jochen Eisinger <jochen@chromium.org> |
+ |
+ Skip media tests that fail on content_shell |
+ |
+ Unreviewed gardening. |
+ |
+ * platform/chromium/ContentShellTestExpectations: |
+ |
+2013-02-27 Jochen Eisinger <jochen@chromium.org> |
+ |
+ plugins/netscape-plugin-setwindow-size*.html and plugins/pass-different-npp-struct.html should be async |
+ https://bugs.webkit.org/show_bug.cgi?id=110973 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ There is nothing that ensures that the log messages from the plugin |
+ come in before the layout test finished loading. |
+ |
+ * platform/mac-wk2/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed. |
+ * plugins/netscape-plugin-setwindow-size-2.html: |
+ * plugins/netscape-plugin-setwindow-size.html: |
+ * plugins/pass-different-npp-struct.html: |
+ |
+2013-02-27 Manuel Rego Casasnovas <rego@igalia.com> |
+ |
+ Add smartInsertDeleteEnabled setting to WebCore::Page |
+ https://bugs.webkit.org/show_bug.cgi?id=107840 |
+ |
+ Reviewed by Ryosuke Niwa. |
+ |
+ Replace testRunner.setSmartInsertDeleteEnabled by |
+ internals.settings.setSmartInsertDeleteEnabled in tests. |
+ |
+ * editing/deleting/smart-editing-disabled.html: |
+ * editing/selection/doubleclick-beside-cr-span.html: |
+ * editing/selection/doubleclick-whitespace-crash.html: |
+ * editing/selection/doubleclick-whitespace-img-crash.html: |
+ * editing/selection/doubleclick-whitespace.html: |
+ * platform/wk2/TestExpectations: Unflag |
+ editing/deleting/smart-editing-disabled.html as it passes now. |
+ |
+2013-02-27 Chris Fleizach <cfleizach@apple.com> |
+ |
+ WebSpeech: Support pause/resume ability |
+ https://bugs.webkit.org/show_bug.cgi?id=107345 |
+ |
+ Reviewed by Beth Dakin. |
+ |
+ * platform/mac/fast/speechsynthesis/speech-synthesis-pause-resume-expected.txt: Added. |
+ * platform/mac/fast/speechsynthesis/speech-synthesis-pause-resume.html: Added. |
+ |
+2013-02-27 Stephen Chenney <schenney@chromium.org> |
+ |
+ [Chromium] Test expectations updates |
+ |
+ Unreviewed expectations after recent bug fixes. |
+ |
+ * platform/chromium-mac-lion/fast/borders/border-radius-percent-expected.png: Added. |
+ * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png: |
+ * platform/chromium-mac-snowleopard/fast/borders/border-radius-percent-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png: |
+ * platform/chromium-mac/fast/borders/border-radius-percent-expected.png: Added. |
+ * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png: |
+ * platform/chromium-mac/svg/custom/transform-with-shadow-and-gradient-expected.png: |
+ * platform/chromium-win/fast/borders/border-radius-percent-expected.png: Added. |
+ * platform/chromium-win/svg/css/text-shadow-multiple-expected.png: |
+ * platform/chromium-win/svg/custom/transform-with-shadow-and-gradient-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-27 Andrei Bucur <abucur@adobe.com> |
+ |
+ REGRESSION(r124739): fast/lists/list-marker-remove-crash.html hits an assertion in MoveParagraphs |
+ https://bugs.webkit.org/show_bug.cgi?id=93247 |
+ |
+ Reviewed by Darin Adler. |
+ |
+ Update TestExpectations because the test doesn't crash any more. |
+ |
+ * platform/chromium/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt-4.8/TestExpectations: |
+ * platform/qt-mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-27 Aaron Colwell <acolwell@chromium.org> |
+ |
+ Fix SourceBufferList so SourceBuffer.append() calls are always rejected after the MediaSource is closed. |
+ https://bugs.webkit.org/show_bug.cgi?id=110917 |
+ |
+ Reviewed by Eric Carlson. |
+ |
+ * http/tests/media/media-source/video-media-source-reject-append-after-reopening-expected.txt: Added. |
+ * http/tests/media/media-source/video-media-source-reject-append-after-reopening.html: Added. |
+ |
+2013-02-27 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Unskipp inspector tests after r144071. |
+ |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-27 Justin Novosad <junov@google.com> |
+ |
+ REGRESSION (r134631) of border-radius percentage with border pixel |
+ https://bugs.webkit.org/show_bug.cgi?id=110889 |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ Adding new pixel test to verify the correct rendering of |
+ rounded rectangle backgrounds with inner border radii that |
+ exceed the dimensions of the inner edge of the border. |
+ |
+ * fast/borders/border-radius-percent-expected.txt: Added. |
+ * fast/borders/border-radius-percent.html: Added. |
+ * platform/chromium-linux/fast/borders/border-radius-percent-expected.png: Added. |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-27 Florin Malita <fmalita@chromium.org> |
+ |
+ [Chromium] Layout Test svg/custom/transform-with-shadow-and-gradient.svg is failing |
+ https://bugs.webkit.org/show_bug.cgi?id=76557 |
+ |
+ Reviewed by Stephen Chenney. |
+ |
+ * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png: |
+ * platform/chromium-linux/svg/custom/transform-with-shadow-and-gradient-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-27 No'am Rosenthal <noam@webkit.org> |
+ |
+ [Texmap] TextureMapper is too eager to use intermediate surfaces |
+ https://bugs.webkit.org/show_bug.cgi?id=110762 |
+ |
+ Reviewed by Allan Sandfeld Jensen. |
+ |
+ Added a few ref-tests for correct overlap blending in accelearated compositing mode. |
+ Skipping the new reflection test on Mac/Chromium since it's not rendered |
+ properly on those platforms. |
+ |
+ * compositing/overlap-blending/children-opacity-huge-expected.html: Added. |
+ * compositing/overlap-blending/children-opacity-huge.html: Added. |
+ * compositing/overlap-blending/children-opacity-no-overlap-expected.html: Added. |
+ * compositing/overlap-blending/children-opacity-no-overlap.html: Added. |
+ * compositing/overlap-blending/reflection-opacity-huge-expected.html: Added. |
+ * compositing/overlap-blending/reflection-opacity-huge.html: Added. |
+ |
+2013-02-27 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Template element support is already enabled in |
+ development builds. Removing skip entries for related tests as they all pass. |
+ |
+2013-02-27 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ Rebaselining after r144096. |
+ |
+ * platform/gtk/TestExpectations: |
+ * platform/gtk/css2.1/20110323/replaced-elements-001-expected.txt: |
+ * platform/gtk/css2.1/replaced-elements-001-expected.png: Added. |
+ * platform/gtk/css3/flexbox/button-expected.png: Added. |
+ * platform/gtk/css3/flexbox/button-expected.txt: Added. |
+ * platform/gtk/svg/custom/foreign-object-skew-expected.txt: |
+ * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt: |
+ |
+2013-02-27 Jochen Eisinger <jochen@chromium.org> |
+ |
+ Add plugins test expectations for content_shell |
+ |
+ Unreviewed gardening. |
+ |
+ * platform/chromium/ContentShellTestExpectations: |
+ |
+2013-02-27 Kent Tamura <tkent@chromium.org> |
+ |
+ REGRESSION: INPUT_MULTIPLE_FIELDS_UI: Changing CSS display property on input[type=date] unexpectedly makes another line for ::-webkit-calendar-picker-indicator |
+ https://bugs.webkit.org/show_bug.cgi?id=110974 |
+ |
+ Reviewed by Kentaro Hara. |
+ |
+ * fast/forms/date/date-appearance-basic-expected.txt: |
+ * fast/forms/date/date-appearance-basic.html: |
+ * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-27 Vivek Galatage <vivek.vg@samsung.com> |
+ |
+ Web Inspector: Refactor AuditsPanel with AuditController as newly introduced entity |
+ https://bugs.webkit.org/show_bug.cgi?id=110866 |
+ |
+ Reviewed by Alexander Pavlov. |
+ |
+ * inspector/extensions/extensions-audits-tests.js: |
+ |
+2013-02-27 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-27 Mihai Maerean <mmaerean@adobe.com> |
+ |
+ [CSS Regions] Region overset property is not properly computed when there is a region break |
+ https://bugs.webkit.org/show_bug.cgi?id=92497 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ * fast/multicol/break-after-always-bottom-margin-expected.txt: Added. |
+ * fast/multicol/break-after-always-bottom-margin.html: Added. |
+ * fast/regions/overset-break-expected.txt: Added. |
+ * fast/regions/overset-break-nested-expected.txt: Added. |
+ * fast/regions/overset-break-nested.html: Added. |
+ * fast/regions/overset-break-with-sibling-expected.txt: Added. |
+ * fast/regions/overset-break-with-sibling.html: Added. |
+ * fast/regions/overset-break.html: Added. |
+ |
+2013-02-27 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-27 Michael Starzinger <mstarzinger@chromium.org> |
+ |
+ [chromium] Adapt test expectations to V8 __proto__ changes. |
+ https://bugs.webkit.org/show_bug.cgi?id=110887 |
+ |
+ Reviewed by Stephen Chenney. |
+ |
+ ad window-custom-prototype) This is expected bahavior, consistent with |
+ SpiderMonkey. The test expectation is broken. Assigning 'null' to |
+ '__proto__' makes the accessor installed on Object.prototype disappear. |
+ |
+ ad JSON-parse) The result of JSON.parse() doesn't match the result we |
+ get when evaluating the same string through eval() as V8 still has |
+ special handling of the __proto__ property for object literals. |
+ |
+ ad cyclic-prototypes) Test fully matches the WebKit expectation now and |
+ no longer fails. However the exception message has a slightly different |
+ format and hence causes a text diff. |
+ |
+ * platform/chromium/TestExpectations: Temporary mark tests failing. |
+ * platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt: |
+ * platform/chromium/fast/js/JSON-parse-expected.txt: |
+ * platform/chromium/fast/js/cyclic-prototypes-expected.txt: |
+ |
+2013-02-27 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-27 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-27 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-27 Li Yin <li.yin@intel.com> |
+ |
+ MediaStream constructor test should cover ended MediaStreamTrack. |
+ https://bugs.webkit.org/show_bug.cgi?id=110941 |
+ |
+ Reviewed by Kentaro Hara. |
+ |
+ Spec: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastream |
+ If tracks has ended, it should skip these tracks and continue with the next one. |
+ |
+ * fast/mediastream/MediaStreamConstructor-expected.txt: |
+ * fast/mediastream/MediaStreamConstructor.html: |
+ |
+2013-02-27 Thiago Marcos P. Santos <thiago.santos@intel.com> |
+ |
+ [EFL] Unreviewed gardening |
+ |
+ Updated tests baselines. |
+ |
+ * platform/efl/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added. |
+ |
+2013-02-27 Mike West <mkwst@chromium.org> |
+ |
+ XHR should fire 'abort' event when navigation interrupts a request. |
+ https://bugs.webkit.org/show_bug.cgi?id=110867 |
+ |
+ Reviewed by Alexey Proskuryakov. |
+ |
+ Adding a layout test to ensure that navigation-canceled XMLHttpRequests |
+ fire an 'abort' event rather than an 'error' event. |
+ |
+ * http/tests/xmlhttprequest/navigation-should-abort-expected.txt: Added. |
+ * http/tests/xmlhttprequest/navigation-should-abort.html: Added. |
+ |
+2013-02-27 Thiago Marcos P. Santos <thiago.santos@intel.com> |
+ |
+ [EFL] Unreviewed gardening |
+ |
+ Mark custom elements tests as failures until we enable them. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-27 Seokju Kwon <seokju.kwon@gmail.com> |
+ |
+ [EFL] Remove test related to html5lib after r144032 |
+ https://bugs.webkit.org/show_bug.cgi?id=110946 |
+ |
+ Unreviewed, EFL gardening. |
+ |
+ Test was removed after r144032. And remove it from TestExpectations. |
+ html5lib/generated/run-template.html. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-27 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-27 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-26 Benjamin Poulain <benjamin@webkit.org> |
+ |
+ Fix the tests based on computedStyleIncludingVisitedInfo for asynchronous update of the visited style |
+ https://bugs.webkit.org/show_bug.cgi?id=110708 |
+ |
+ Reviewed by Ryosuke Niwa. |
+ |
+ The tests using computedStyleIncludingVisitedInfo were using the asumption that visited style |
+ is updated synchronously with the loading of resources. |
+ This assumption is valid for Mac WebKit1, but does not hold for multiprocess |
+ WebKit because the list of visited URLs is maintained outside the WebProcess. |
+ |
+ This patch changes the tests to use the 'shouldBecomeXXX' test functions in order to wait |
+ for the asynchronous update. With the change, all the tests succeed reliably on WebKit2. |
+ |
+ * fast/history/multiple-classes-visited-expected.txt: |
+ * fast/history/multiple-classes-visited.html: |
+ * fast/history/nested-visited-test-expected.txt: |
+ * fast/history/nested-visited-test.html: |
+ * fast/history/self-is-visited-expected.txt: |
+ * fast/history/self-is-visited.html: |
+ * fast/history/sibling-visited-test-expected.txt: |
+ * fast/history/sibling-visited-test.html: |
+ * fast/js/resources/js-test-pre.js: |
+ (.condition): |
+ (.failureHandler): |
+ (shouldBecomeDifferent): |
+ * platform/wk2/TestExpectations: |
+ * platform/chromium/TestExpectations: The tests can now also timeout due to |
+ computedStyleIncludingVisitedInfo missing from Chromium's DRT. |
+ |
+2013-02-27 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed gardening. |
+ |
+ * platform/efl/TestExpectations: Removing expectation for html5lib/runner.html, the test was removed in r144032. |
+ * platform/gtk/TestExpectations: Ditto. |
+ * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Added. Required after r144105. |
+ |
+2013-02-27 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r144136, r144143, and r144147. |
+ http://trac.webkit.org/changeset/144136 |
+ http://trac.webkit.org/changeset/144143 |
+ http://trac.webkit.org/changeset/144147 |
+ https://bugs.webkit.org/show_bug.cgi?id=110950 |
+ |
+ Caused some timeouts and flaky crashes (Requested by abarth on |
+ #webkit). |
+ |
+ * platform/chromium-mac/security/block-test-no-port-expected.txt: Copied from LayoutTests/platform/chromium/security/block-test-no-port-expected.txt. |
+ * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt: |
+ * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt: |
+ * platform/chromium-win/security/block-test-no-port-expected.txt: Copied from LayoutTests/platform/chromium/security/block-test-no-port-expected.txt. |
+ * platform/chromium/TestExpectations: |
+ * platform/chromium/fast/images/support-broken-image-delegate-expected.txt: |
+ * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Removed. |
+ * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Removed. |
+ * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Removed. |
+ * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: |
+ * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Removed. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Removed. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Removed. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Removed. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Removed. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Removed. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Removed. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Removed. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Removed. |
+ * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Removed. |
+ * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Removed. |
+ * platform/chromium/security/block-test-no-port-expected.txt: |
+ |
+2013-02-26 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ One more unreviewed fix after r144032 and r144051. |
+ https://bugs.webkit.org/show_bug.cgi?id=110734 |
+ |
+ * TestExpectations: Unskip tests. |
+ * html5lib/generated/run-template-write.html: Revert an accidental change by r144051. |
+ * platform/gtk/TestExpectations: Skip run-template-data.html and run-template-write.html instead of run-template.html |
+ * platform/mac/TestExpectations: Ditto. |
+ * platform/qt/TestExpectations: Ditto. |
+ * platform/win/TestExpectations: Ditto. |
+ * platform/wincairo/TestExpectations: Ditto. |
+ |
+2013-02-26 Adam Barth <abarth@webkit.org> |
+ |
+ Unreviewed. |
+ |
+ Note another multipart failure to work through. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-26 Uday Kiran <udaykiran@motorola.com> |
+ |
+ getPropertyValue for -webkit-column-rule returns null, should compute the shorthand value |
+ https://bugs.webkit.org/show_bug.cgi?id=110698 |
+ |
+ Reviewed by Alexander Pavlov. |
+ |
+ * fast/css/getPropertyValue-column-rule-expected.txt: Added. |
+ * fast/css/getPropertyValue-column-rule.html: Added. |
+ |
+2013-02-26 Uday Kiran <udaykiran@motorola.com> |
+ |
+ getPropertyValue for -webkit-margin-collapse returns null, should compute the shorthand value |
+ https://bugs.webkit.org/show_bug.cgi?id=110903 |
+ |
+ Reviewed by Alexander Pavlov. |
+ |
+ Added test for getPropertyValue("-webkit-margin-collapse"). |
+ |
+ * fast/css/getPropertyValue-webkit-margin-collapse-expected.txt: Added. |
+ * fast/css/getPropertyValue-webkit-margin-collapse.html: Added. |
+ |
+2013-02-26 Uday Kiran <udaykiran@motorola.com> |
+ |
+ getPropertyValue for -webkit-marquee returns null, should compute the shorthand value |
+ https://bugs.webkit.org/show_bug.cgi?id=110816 |
+ |
+ Reviewed by Alexander Pavlov. |
+ |
+ Added testcases to check getPropertyValue for -webkit-marquee shorthand. |
+ |
+ * fast/css/getPropertyValue-webkit-marquee-expected.txt: Added. |
+ * fast/css/getPropertyValue-webkit-marquee.html: Added. |
+ |
+2013-02-26 Adam Barth <abarth@webkit.org> |
+ |
+ Unreviewed. |
+ |
+ Update expectations to show new FrameLoaderClient callbacks. I missed |
+ this test earlier because it doesn't run on Linux. |
+ |
+ * platform/chromium-win/http/tests/loading/redirect-methods-expected.txt: |
+ |
+2013-02-26 Filip Pizlo <fpizlo@apple.com> |
+ |
+ DFG OSR exit doesn't know which virtual register to use for the last result register for post_inc and post_dec |
+ https://bugs.webkit.org/show_bug.cgi?id=109036 |
+ <rdar://problem/13292139> |
+ |
+ Reviewed by Gavin Barraclough. |
+ |
+ * fast/js/dfg-post-inc-then-exit-expected.txt: Added. |
+ * fast/js/dfg-post-inc-then-exit.html: Added. |
+ * fast/js/jsc-test-list: |
+ * fast/js/script-tests/dfg-post-inc-then-exit.js: Added. |
+ (foo): |
+ |
+2013-02-26 Adam Barth <abarth@webkit.org> |
+ |
+ [Chromium] Enable threaded HTML parser by default in DumpRenderTree |
+ https://bugs.webkit.org/show_bug.cgi?id=110907 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ Update test results to show subtle differences in FrameLoaderClient callbacks. |
+ |
+ * platform/chromium-mac/security/block-test-no-port-expected.txt: Removed. |
+ * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt: |
+ * platform/chromium-win/security/block-test-no-port-expected.txt: Removed. |
+ * platform/chromium/fast/images/support-broken-image-delegate-expected.txt: |
+ * platform/chromium/fast/loader/main-document-url-for-non-http-loads-expected.txt: Added. |
+ * platform/chromium/http/tests/loading/307-after-303-after-post-expected.txt: Added. |
+ * platform/chromium/http/tests/misc/favicon-loads-with-images-disabled-expected.txt: Added. |
+ * platform/chromium/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: |
+ * platform/chromium/http/tests/misc/window-dot-stop-expected.txt: Added. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt: Added. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-allow-expected.txt: Added. |
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added. |
+ * platform/chromium/inspector/debugger/pause-in-inline-script-expected.txt: Added. |
+ * platform/chromium/inspector/timeline/timeline-script-tag-1-expected.txt: Added. |
+ * platform/chromium/security/block-test-no-port-expected.txt: |
+ |
+2013-02-26 Stephen Chenney <schenney@chromium.org> |
+ |
+ Crashes in fast/notifications/notifications-request-permission.html after r144126 |
+ https://bugs.webkit.org/show_bug.cgi?id=108196 |
+ |
+ Unreviewed expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-26 Stephen Chenney <schenney@chromium.org> |
+ |
+ Deleting extraneous baseline after feDisplacementMap fix |
+ https://bugs.webkit.org/show_bug.cgi?id=10592 |
+ |
+ Unreviewed expectations update. Slow build bot to blame. |
+ |
+ * platform/chromium-win-xp/svg/filters/feDisplacementMap-expected.png: Removed. |
+ |
+2013-02-26 Adam Klein <adamk@chromium.org> |
+ |
+ Parsing of HTML tags in MathML Text Insertion Points leads to bogus parser behavior |
+ https://bugs.webkit.org/show_bug.cgi?id=110808 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * html5lib/generated/run-math-data-expected.txt: Added. |
+ * html5lib/generated/run-math-data.html: Added. |
+ * html5lib/generated/run-math-write-expected.txt: Added. |
+ * html5lib/generated/run-math-write.html: Added. |
+ * html5lib/resources/math.dat: Added. |
+ |
+2013-02-26 Kaustubh Atrawalkar <kaustubh@motorola.com> |
+ |
+ Notification.requestPermission callback should be optional |
+ https://bugs.webkit.org/show_bug.cgi?id=108196 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Specs says it should be optional. |
+ http://notifications.spec.whatwg.org/#notification |
+ |
+ * fast/notifications/notifications-request-permission-optional-expected.txt: Added. |
+ * fast/notifications/notifications-request-permission-optional.html: Added. |
+ |
+2013-02-26 Stephen Chenney <schenney@chromium.org> |
+ |
+ [Chromium] TestExpectations addition |
+ |
+ Unreviewed addition of fast/js/regress/inlined-put-by-id-transition.html which crashes occasionally. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-26 Stephen Chenney <schenney@chromium.org> |
+ |
+ New baselines after feDisplacementMap fix |
+ https://bugs.webkit.org/show_bug.cgi?id=10592 |
+ |
+ Unreviewed expectations update. |
+ |
+ * platform/chromium-linux-x86/svg/filters/feDisplacementMap-expected.png: Removed. |
+ * platform/chromium-linux/svg/filters/feDisplacementMap-expected.png: Removed. |
+ * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/filters/feDisplacementMap-expected.png: Removed. |
+ * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: |
+ * platform/chromium-mac/svg/filters/feDisplacementMap-expected.png: |
+ * platform/chromium-mac/svg/filters/filterRes-expected.png: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: |
+ * platform/chromium-win/svg/filters/feDisplacementMap-expected.png: |
+ * platform/chromium-win/svg/filters/filterRes-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-26 Michelangelo De Simone <michelangelo@webkit.org> |
+ |
+ [CSS Shaders] Implement color and luminosity non-separable blend modes |
+ https://bugs.webkit.org/show_bug.cgi?id=106226 |
+ |
+ Added relevant tests for the "color" and "luminosity" non-separable blend modes. |
+ These tests are currently skipped on Mac due to a slight color difference; please |
+ see relevant bug: http://webkit.org/b/107487. |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ * css3/filters/custom/custom-filter-nonseparable-blend-mode-color-expected.html: Added. |
+ * css3/filters/custom/custom-filter-nonseparable-blend-mode-color.html: Added. |
+ * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.html: Added. |
+ * css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity.html: Added. |
+ |
+2013-02-26 Dirk Pranke <dpranke@chromium.org> |
+ |
+ [chromium] Re-enable the fixed version of freetype on linux |
+ https://bugs.webkit.org/show_bug.cgi?id=110542 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ Re-add entries for two tests that pass on Lucid but fail on Precise |
+ even with the Freetype change. This isn't worth adding in |
+ Lucid and Precise keywords for just these two tests. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-26 Stephen Chenney <schenney@chromium.org> |
+ |
+ feDisplacementMap filter gets color space wrong |
+ https://bugs.webkit.org/show_bug.cgi?id=105929 |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ Add two new feDisplacementMap tests to get better coverage. And update some results. |
+ |
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: |
+ * platform/chromium-linux/svg/filters/feDisplacementMap-expected.png: |
+ * platform/chromium-linux/svg/filters/filterRes-expected.png: |
+ * svg/filters/feDisplacementMap-color-interpolation-filters-expected.svg: Added. |
+ * svg/filters/feDisplacementMap-color-interpolation-filters.svg: Added. |
+ * svg/filters/feDisplacementMap-filterUnits-expected.svg: Added. |
+ * svg/filters/feDisplacementMap-filterUnits.svg: Added. |
+ |
+2013-02-26 Mike West <mkwst@chromium.org> |
+ |
+ X-Frame-Options should accept ALLOWALL as a valid value. |
+ https://bugs.webkit.org/show_bug.cgi?id=110857 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * http/tests/security/XFrameOptions/resources/x-frame-options-allowall.cgi: Added. |
+ * http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Added. |
+ * http/tests/security/XFrameOptions/x-frame-options-allowall.html: Added. |
+ Exciting new test! |
+ * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: |
+ Exciting new baseline for an old test that was already using ALLOWALL! |
+ |
+2013-02-26 Tony Chang <tony@chromium.org> |
+ |
+ CSS Flexbox: dynamically applied align-items doesn't affect item alignment |
+ https://bugs.webkit.org/show_bug.cgi?id=110341 |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ Also fix a typo causing align-self-* classes from not applying. There |
+ was only one test that tried to use the align-self classes and it was |
+ testing all values behaved the same. |
+ |
+ * css3/flexbox/relayout-align-items-expected.txt: Added. |
+ * css3/flexbox/relayout-align-items.html: Added. |
+ * css3/flexbox/resources/flexbox.css: |
+ (.align-self-auto): |
+ (.align-self-flex-start): |
+ (.align-self-flex-end): |
+ (.align-self-center): |
+ (.align-self-baseline): |
+ (.align-self-stretch): |
+ |
+2013-02-26 Christian Biesinger <cbiesinger@chromium.org> |
+ |
+ Empty <button>s should collapse; empty <input type="button"> should not collapse |
+ https://bugs.webkit.org/show_bug.cgi?id=110654 |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ * css3/flexbox/button-expected.png: Added. |
+ * css3/flexbox/button-expected.txt: Added. |
+ * css3/flexbox/button.html: Added. |
+ Test empty buttons, <input type=button>, and buttons with |
+ overflow:scroll; |
+ |
+ * css3/flexbox/position-absolute-child-with-contenteditable-expected.html: Added. |
+ * css3/flexbox/position-absolute-child-with-contenteditable.html: Added. |
+ Test flex boxes with hasLineIfEmpty()=true and absolute positioned |
+ children. Uses contenteditable=true to get that effect. |
+ |
+ * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.png: |
+ * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.txt: |
+ * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png: |
+ * platform/chromium-linux/svg/custom/foreign-object-skew-expected.txt: |
+ * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png: |
+ * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.txt: |
+ Regenerate test cases that use <input type=button>. |
+ |
+ * platform/chromium/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ * platform/win/TestExpectations: |
+ Mark tests for rebaselining. |
+ |
+2013-02-26 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed gardening. |
+ |
+ Adding failure expectations for three html5lib tests that are failing after r144032 |
+ on EFL and GTK, most likely due to the ports sharing Libsoup as the network backend. |
+ |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ |
+2013-02-26 Joshua Bell <jsbell@chromium.org> |
+ |
+ IndexedDB: IDBObjectStore.index() doesn't report errors after deleteIndex() |
+ https://bugs.webkit.org/show_bug.cgi?id=110792 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ Added regression test for bug. |
+ |
+ * storage/indexeddb/deleteIndex-bug110792-expected.txt: Added. |
+ * storage/indexeddb/deleteIndex-bug110792.html: Added. |
+ |
+2013-02-26 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r144019. |
+ http://trac.webkit.org/changeset/144019 |
+ https://bugs.webkit.org/show_bug.cgi?id=110892 |
+ |
+ due to 8% perf regression on chromium-win7 intl1 page cycler, |
+ see https://bugs.webkit.org/show_bug.cgi?id=110872 (Requested |
+ by gasubic on #webkit). |
+ |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-26 Stephen Chenney <schenney@chromium.org> |
+ |
+ [Chromium] New baselines for css3-modsel-15c |
+ |
+ Unreviewed test expectations update. |
+ |
+ * platform/chromium-linux-x86/css3/selectors3/xml: Removed. |
+ * platform/chromium-linux/css3/selectors3/xml/css3-modsel-15c-expected.png: Added. |
+ * platform/chromium-mac-lion/css3/selectors3/xml/css3-modsel-15c-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15c-expected.png: Added. |
+ * platform/chromium-win/css3/selectors3/xml/css3-modsel-15c-expected.png: Added. |
+ * platform/chromium-win/css3/selectors3/xml/css3-modsel-15c-expected.txt: Added. |
+ * platform/chromium/css3/selectors3/xml/css3-modsel-15c-expected.png: Removed. |
+ * platform/chromium/css3/selectors3/xml/css3-modsel-15c-expected.txt: Removed. |
+ |
+2013-02-25 Antoine Quint <graouts@apple.com> |
+ |
+ Web Inspector: Cannot deep expand an element that has previously been partially expanded |
+ https://bugs.webkit.org/show_bug.cgi?id=110424 |
+ |
+ Update existing test for InspectorDOMAgent::requestChildNodes to cover the case |
+ where we want to request children for a node that already has had children pushed |
+ but may not have pushed children at the depth requested. |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector-protocol/dom-request-child-nodes-depth-expected.txt: |
+ * inspector-protocol/dom-request-child-nodes-depth.html: |
+ |
+2013-02-26 Martin Robinson <mrobinson@igalia.com> |
+ |
+ REGRESSION (r143619): Crashes in three layout tests |
+ https://bugs.webkit.org/show_bug.cgi?id=110588 |
+ |
+ Reviewed by Gustavo Noronha Silva. |
+ |
+ * platform/gtk/TestExpectations: Unskip some tests which are no longer |
+ crashing. |
+ |
+2013-02-26 Andrey Kosyakov <caseq@chromium.org> |
+ |
+ Unreviewed, rolling out r144041, r144044, and r144048. |
+ http://trac.webkit.org/changeset/144041 |
+ http://trac.webkit.org/changeset/144044 |
+ http://trac.webkit.org/changeset/144048 |
+ https://bugs.webkit.org/show_bug.cgi?id=105796 |
+ |
+ Broke build |
+ |
+ * inspector/timeline/timeline-enum-stability-expected.txt: |
+ |
+2013-02-26 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Migrate IndexedDB support to ResourceTreeModel's SecurityOriginAdded/Removed events. |
+ https://bugs.webkit.org/show_bug.cgi?id=110863 |
+ |
+ Reviewed by Alexander Pavlov. |
+ |
+ * http/tests/inspector/indexeddb/database-names-expected.txt: |
+ * http/tests/inspector/indexeddb/database-names.html: |
+ |
+2013-02-26 Csaba Osztrogonác <ossy@webkit.org> |
+ |
+ Unreviewed fix after r144032. |
+ https://bugs.webkit.org/show_bug.cgi?id=110734 |
+ |
+ Update expected files due to JSC/V8 differences. |
+ |
+ * TestExpectations: Skip 2 failing tests until proper fix. |
+ * html5lib/generated/run-template-write.html: |
+ * html5lib/generated/run-tests1-data-expected.txt: |
+ * html5lib/generated/run-tests1-write-expected.txt: |
+ * html5lib/generated/run-tests18-data-expected.txt: |
+ * html5lib/generated/run-tests18-write-expected.txt: |
+ * html5lib/generated/run-tests7-data-expected.txt: |
+ * html5lib/generated/run-tests7-write-expected.txt: |
+ * platform/chromium/html5lib/generated/run-tests1-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests1-data-expected.txt. |
+ * platform/chromium/html5lib/generated/run-tests1-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests1-write-expected.txt. |
+ * platform/chromium/html5lib/generated/run-tests18-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests18-data-expected.txt. |
+ * platform/chromium/html5lib/generated/run-tests18-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests18-write-expected.txt. |
+ * platform/chromium/html5lib/generated/run-tests7-data-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests7-data-expected.txt. |
+ * platform/chromium/html5lib/generated/run-tests7-write-expected.txt: Copied from LayoutTests/html5lib/generated/run-tests7-write-expected.txt. |
+ |
+2013-02-26 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-26 Stephen Chenney <schenney@chromium.org> |
+ |
+ [Chromium] TestExpectations cleanup. |
+ |
+ Unreviewed removal of expectations for tests that are now passing. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-26 Sergio Villar Senin <svillar@igalia.com> |
+ |
+ REGRESSION (r143931): set-cookie-on-redirect.html breaks subsequent tests |
+ https://bugs.webkit.org/show_bug.cgi?id=110844 |
+ |
+ Reviewed by Alexey Proskuryakov. |
+ |
+ Clean up cookies at the beginning and after finishing the test in |
+ order not to break other tests behavior. |
+ |
+ * http/tests/cookies/resources/set-cookie-on-redirect.php: clear cookie before returning. |
+ * http/tests/cookies/set-cookie-on-redirect.html: clear all cookies before starting the test. |
+ |
+2013-02-26 Andrey Kosyakov <caseq@chromium.org> |
+ |
+ Web Inspector: show deferred paints on Timeline |
+ https://bugs.webkit.org/show_bug.cgi?id=105851 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/timeline/timeline-enum-stability-expected.txt: Added "Rasterize" record type. |
+ |
+2013-02-26 Takashi Toyoshima <toyoshim@chromium.org> |
+ |
+ Add User-Agent header in opening handshake headers. |
+ https://bugs.webkit.org/show_bug.cgi?id=110601 |
+ |
+ Reviewed by Alexey Proskuryakov. |
+ |
+ RFC-6455 doesn't require to send User-Agent header, but allow it. |
+ Many web application developers want to have it, and Firefox already |
+ did it. This patch adds User-Agent header in opening handshake also in |
+ WebKit ports. |
+ |
+ Test: http/tests/websocket/tests/hybi/useragent-in-openinghandshake.html |
+ |
+ * http/tests/websocket/tests/hybi/sendback_ua_wsh.py: Added. |
+ (web_socket_do_extra_handshake): |
+ (web_socket_transfer_data): |
+ * http/tests/websocket/tests/hybi/useragent-in-openinghandshake-expected.txt: Added. |
+ * http/tests/websocket/tests/hybi/useragent-in-openinghandshake.html: Added. |
+ |
+2013-02-26 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Updating expectations for two inspector tests. |
+ Expanding expectation for media/encrypted-media/encrypted-media-syntax.html to expect timeouts as well. |
+ Adding a flaky failure expectation for svg/custom/animation-currentColor.svg. |
+ |
+2013-02-26 Jochen Eisinger <jochen@chromium.org> |
+ |
+ [chromium] add content shell specific TestExpectations |
+ https://bugs.webkit.org/show_bug.cgi?id=110710 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ For now, add tests that pass on content shell but fail on DRT. |
+ Next, I will file bugs for all the remaining failing tests and skip |
+ them here to ease the transition from DRT. |
+ |
+ * platform/chromium/ContentShellTestExpectations: Added. |
+ |
+2013-02-26 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. |
+ |
+ * platform/qt-5.0-wk1/http/tests/navigation/forward-and-cancel-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/forward-and-cancel-expected.txt. |
+ * platform/qt-5.0-wk1/http/tests/navigation/postredirect-frames-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/postredirect-frames-expected.txt. |
+ * platform/qt-5.0-wk1/http/tests/navigation/postredirect-goback2-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/navigation/postredirect-goback2-expected.txt. |
+ |
+2013-02-26 Eric Seidel <eric@webkit.org> |
+ |
+ Layout Test Multiple html5lib/ tests are too slow and should be split. |
+ https://bugs.webkit.org/show_bug.cgi?id=110734 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Split all of the html5lib tests into write and data variants |
+ instead of running both in sequence in each test. |
+ I added a script to autogenerate all of the test harness files |
+ from the *.dat files in resources/ (which we sync with the |
+ upstream html5lib tests. |
+ |
+ I removed all the old tests and expectations as well as TestExpectation entries. |
+ All of these tests should now be fast enough to avoid timeout on all platforms. |
+ I set the expectations from my chromium-linux (v8) machine, thus someone |
+ from a jsc port will need to rebaseline appropriately from their machine. |
+ |
+ * TestExpectations: |
+ * html5lib/generate-test-wrappers.py: Added. |
+ (WrapperGenerator): |
+ (_files_in_directory_with_suffix): |
+ (_last_path_component_removing_suffix): |
+ (_remove_harness_prefix): |
+ (_remove_harness_type): |
+ (_test_name_from_harness_name): |
+ (_remove_stale_tests): |
+ (_input_path): |
+ (_harness_path): |
+ (_harness_content): |
+ (_write_harness): |
+ (main): |
+ * html5lib/generated/run-adoption01-data-expected.txt: Added. |
+ * html5lib/generated/run-adoption01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-adoption01-write-expected.txt: Added. |
+ * html5lib/generated/run-adoption01-write.html: Renamed from LayoutTests/html5lib/generated/run-template.html. |
+ * html5lib/generated/run-adoption02-data-expected.txt: Added. |
+ * html5lib/generated/run-adoption02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-adoption02-write-expected.txt: Added. |
+ * html5lib/generated/run-adoption02-write.html: Renamed from LayoutTests/html5lib/generated/run-tests11.html. |
+ * html5lib/generated/run-comments01-data-expected.txt: Added. |
+ * html5lib/generated/run-comments01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-comments01-write-expected.txt: Added. |
+ * html5lib/generated/run-comments01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-doctype01-data-expected.txt: Added. |
+ * html5lib/generated/run-doctype01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-doctype01-write-expected.txt: Added. |
+ * html5lib/generated/run-doctype01-write.html: Renamed from LayoutTests/html5lib/generated/run-tests10.html. |
+ * html5lib/generated/run-domjs-unsafe-data-expected.txt: Added. |
+ * html5lib/generated/run-domjs-unsafe-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-domjs-unsafe-write-expected.txt: Added. |
+ * html5lib/generated/run-domjs-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-entities01-data-expected.txt: Added. |
+ * html5lib/generated/run-entities01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-entities01-write-expected.txt: Added. |
+ * html5lib/generated/run-entities01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-entities02-data-expected.txt: Added. |
+ * html5lib/generated/run-entities02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-entities02-write-expected.txt: Added. |
+ * html5lib/generated/run-entities02-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-html5test-com-data-expected.txt: Added. |
+ * html5lib/generated/run-html5test-com-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-html5test-com-write-expected.txt: Added. |
+ * html5lib/generated/run-html5test-com-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-inbody01-data-expected.txt: Added. |
+ * html5lib/generated/run-inbody01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-inbody01-write-expected.txt: Added. |
+ * html5lib/generated/run-inbody01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-isindex-data-expected.txt: Added. |
+ * html5lib/generated/run-isindex-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-isindex-write-expected.txt: Added. |
+ * html5lib/generated/run-isindex-write.html: Renamed from LayoutTests/html5lib/generated/run-tests2.html. |
+ * html5lib/generated/run-pending-spec-changes-data-expected.txt: Added. |
+ * html5lib/generated/run-pending-spec-changes-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-data-expected.txt: Added. |
+ * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-data.html: Added. |
+ * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-write-expected.txt: Added. |
+ * html5lib/generated/run-pending-spec-changes-plain-text-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-pending-spec-changes-write-expected.txt: Added. |
+ * html5lib/generated/run-pending-spec-changes-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-plain-text-unsafe-data-expected.txt: Added. |
+ * html5lib/generated/run-plain-text-unsafe-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-plain-text-unsafe-write-expected.txt: Added. |
+ * html5lib/generated/run-plain-text-unsafe-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-scriptdata01-data-expected.txt: Added. |
+ * html5lib/generated/run-scriptdata01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-scriptdata01-write-expected.txt: Added. |
+ * html5lib/generated/run-scriptdata01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tables01-data-expected.txt: Added. |
+ * html5lib/generated/run-tables01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tables01-write-expected.txt: Added. |
+ * html5lib/generated/run-tables01-write.html: Renamed from LayoutTests/html5lib/generated/run-tests22.html. |
+ * html5lib/generated/run-template-data-expected.txt: Added. |
+ * html5lib/generated/run-template-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-template-expected.txt: Removed. |
+ * html5lib/generated/run-template-write-expected.txt: Added. |
+ * html5lib/generated/run-template-write.html: Renamed from LayoutTests/html5lib/generated/run-tests3.html. |
+ * html5lib/generated/run-tests1-data-expected.txt: Added. |
+ * html5lib/generated/run-tests1-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests1-expected.txt: Removed. |
+ * html5lib/generated/run-tests1-write-expected.txt: Added. |
+ * html5lib/generated/run-tests1-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests10-data-expected.txt: Added. |
+ * html5lib/generated/run-tests10-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests10-expected.txt: Removed. |
+ * html5lib/generated/run-tests10-write-expected.txt: Added. |
+ * html5lib/generated/run-tests10-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests11-data-expected.txt: Added. |
+ * html5lib/generated/run-tests11-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests11-expected.txt: Removed. |
+ * html5lib/generated/run-tests11-write-expected.txt: Added. |
+ * html5lib/generated/run-tests11-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests12-data-expected.txt: Added. |
+ * html5lib/generated/run-tests12-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests12-expected.txt: Removed. |
+ * html5lib/generated/run-tests12-write-expected.txt: Added. |
+ * html5lib/generated/run-tests12-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests12.html: Removed. |
+ * html5lib/generated/run-tests14-data-expected.txt: Added. |
+ * html5lib/generated/run-tests14-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests14-expected.txt: Removed. |
+ * html5lib/generated/run-tests14-write-expected.txt: Added. |
+ * html5lib/generated/run-tests14-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests14.html: Removed. |
+ * html5lib/generated/run-tests15-data-expected.txt: Added. |
+ * html5lib/generated/run-tests15-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests15-expected.txt: Removed. |
+ * html5lib/generated/run-tests15-write-expected.txt: Added. |
+ * html5lib/generated/run-tests15-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests15.html: Removed. |
+ * html5lib/generated/run-tests16-data-expected.txt: Added. |
+ * html5lib/generated/run-tests16-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests16-expected.txt: Removed. |
+ * html5lib/generated/run-tests16-write-expected.txt: Added. |
+ * html5lib/generated/run-tests16-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests16.html: Removed. |
+ * html5lib/generated/run-tests17-data-expected.txt: Added. |
+ * html5lib/generated/run-tests17-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests17-expected.txt: Removed. |
+ * html5lib/generated/run-tests17-write-expected.txt: Added. |
+ * html5lib/generated/run-tests17-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests17.html: Removed. |
+ * html5lib/generated/run-tests18-data-expected.txt: Added. |
+ * html5lib/generated/run-tests18-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests18-expected.txt: Removed. |
+ * html5lib/generated/run-tests18-write-expected.txt: Added. |
+ * html5lib/generated/run-tests18-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests18.html: Removed. |
+ * html5lib/generated/run-tests19-data-expected.txt: Added. |
+ * html5lib/generated/run-tests19-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests19-expected.txt: Removed. |
+ * html5lib/generated/run-tests19-write-expected.txt: Added. |
+ * html5lib/generated/run-tests19-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests19.html: Removed. |
+ * html5lib/generated/run-tests2-data-expected.txt: Added. |
+ * html5lib/generated/run-tests2-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests2-expected.txt: Removed. |
+ * html5lib/generated/run-tests2-write-expected.txt: Added. |
+ * html5lib/generated/run-tests2-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests20-data-expected.txt: Added. |
+ * html5lib/generated/run-tests20-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests20-expected.txt: Removed. |
+ * html5lib/generated/run-tests20-write-expected.txt: Added. |
+ * html5lib/generated/run-tests20-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests20.html: Removed. |
+ * html5lib/generated/run-tests21-data-expected.txt: Added. |
+ * html5lib/generated/run-tests21-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests21-expected.txt: Removed. |
+ * html5lib/generated/run-tests21-write-expected.txt: Added. |
+ * html5lib/generated/run-tests21-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests21.html: Removed. |
+ * html5lib/generated/run-tests22-data-expected.txt: Added. |
+ * html5lib/generated/run-tests22-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests22-expected.txt: Removed. |
+ * html5lib/generated/run-tests22-write-expected.txt: Added. |
+ * html5lib/generated/run-tests22-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests23-data-expected.txt: Added. |
+ * html5lib/generated/run-tests23-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests23-expected.txt: Removed. |
+ * html5lib/generated/run-tests23-write-expected.txt: Added. |
+ * html5lib/generated/run-tests23-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests23.html: Removed. |
+ * html5lib/generated/run-tests24-data-expected.txt: Added. |
+ * html5lib/generated/run-tests24-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests24-expected.txt: Removed. |
+ * html5lib/generated/run-tests24-write-expected.txt: Added. |
+ * html5lib/generated/run-tests24-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests24.html: Removed. |
+ * html5lib/generated/run-tests25-data-expected.txt: Added. |
+ * html5lib/generated/run-tests25-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests25-expected.txt: Removed. |
+ * html5lib/generated/run-tests25-write-expected.txt: Added. |
+ * html5lib/generated/run-tests25-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests25.html: Removed. |
+ * html5lib/generated/run-tests26-data-expected.txt: Added. |
+ * html5lib/generated/run-tests26-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests26-expected.txt: Removed. |
+ * html5lib/generated/run-tests26-write-expected.txt: Added. |
+ * html5lib/generated/run-tests26-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests26.html: Removed. |
+ * html5lib/generated/run-tests3-data-expected.txt: Added. |
+ * html5lib/generated/run-tests3-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests3-expected.txt: Removed. |
+ * html5lib/generated/run-tests3-write-expected.txt: Added. |
+ * html5lib/generated/run-tests3-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests4-data-expected.txt: Added. |
+ * html5lib/generated/run-tests4-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests4-expected.txt: Removed. |
+ * html5lib/generated/run-tests4-write-expected.txt: Added. |
+ * html5lib/generated/run-tests4-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests4.html: Removed. |
+ * html5lib/generated/run-tests5-data-expected.txt: Added. |
+ * html5lib/generated/run-tests5-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests5-expected.txt: Removed. |
+ * html5lib/generated/run-tests5-write-expected.txt: Added. |
+ * html5lib/generated/run-tests5-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests5.html: Removed. |
+ * html5lib/generated/run-tests6-data-expected.txt: Added. |
+ * html5lib/generated/run-tests6-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests6-expected.txt: Removed. |
+ * html5lib/generated/run-tests6-write-expected.txt: Added. |
+ * html5lib/generated/run-tests6-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests6.html: Removed. |
+ * html5lib/generated/run-tests7-data-expected.txt: Added. |
+ * html5lib/generated/run-tests7-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests7-expected.txt: Removed. |
+ * html5lib/generated/run-tests7-write-expected.txt: Added. |
+ * html5lib/generated/run-tests7-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests7.html: Removed. |
+ * html5lib/generated/run-tests8-data-expected.txt: Added. |
+ * html5lib/generated/run-tests8-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests8-expected.txt: Removed. |
+ * html5lib/generated/run-tests8-write-expected.txt: Added. |
+ * html5lib/generated/run-tests8-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests8.html: Removed. |
+ * html5lib/generated/run-tests9-data-expected.txt: Added. |
+ * html5lib/generated/run-tests9-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests9-expected.txt: Removed. |
+ * html5lib/generated/run-tests9-write-expected.txt: Added. |
+ * html5lib/generated/run-tests9-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests9.html: Removed. |
+ * html5lib/generated/run-tests_innerHTML_1-data-expected.txt: Added. |
+ * html5lib/generated/run-tests_innerHTML_1-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tests_innerHTML_1-write-expected.txt: Added. |
+ * html5lib/generated/run-tests_innerHTML_1-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tricky01-data-expected.txt: Added. |
+ * html5lib/generated/run-tricky01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-tricky01-write-expected.txt: Added. |
+ * html5lib/generated/run-tricky01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-webkit01-data-expected.txt: Added. |
+ * html5lib/generated/run-webkit01-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-webkit01-write-expected.txt: Added. |
+ * html5lib/generated/run-webkit01-write.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-webkit02-data-expected.txt: Added. |
+ * html5lib/generated/run-webkit02-data.html: Copied from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/generated/run-webkit02-write-expected.txt: Added. |
+ * html5lib/generated/run-webkit02-write.html: Renamed from LayoutTests/html5lib/generated/run-tests1.html. |
+ * html5lib/resources/runner.js: |
+ (window.onload): |
+ * html5lib/runner-expected.txt: Removed. |
+ * html5lib/runner.html: Removed. |
+ * platform/chromium/TestExpectations: |
+ * platform/chromium/html5lib/generated/run-tests1-expected.txt: Removed. |
+ * platform/chromium/html5lib/generated/run-tests18-expected.txt: Removed. |
+ * platform/chromium/html5lib/generated/run-tests7-expected.txt: Removed. |
+ |
+2013-02-26 Takashi Sakamoto <tasak@google.com> |
+ |
+ Shadow DOM styles appear to be over-eagerly shared |
+ https://bugs.webkit.org/show_bug.cgi?id=110797 |
+ |
+ Reviewed by Dimitri Glazkov. |
+ |
+ * fast/dom/shadow/no-style-sharing-with-distributed-nodes-expected.html: Added. |
+ * fast/dom/shadow/no-style-sharing-with-distributed-nodes.html: Added. |
+ |
+2013-02-26 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Update platform specific expected file after r143836. |
+ |
+ * platform/qt/TestExpectations: Skipped after r143300. |
+ * platform/qt/fast/forms/select-baseline-expected.txt: Update after r143836. |
+ |
+2013-02-26 Alexander Pavlov <apavlov@chromium.org> |
+ |
+ Web Inspector: CSSAgent.setStyleSheetText crashes on inline styles |
+ https://bugs.webkit.org/show_bug.cgi?id=110359 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/styles/styles-new-API-expected.txt: |
+ * inspector/styles/styles-new-API.html: |
+ |
+2013-02-26 Tien-Ren Chen <trchen@chromium.org> |
+ |
+ Implement coordinated scrollbar for subframes and overflow:scroll |
+ https://bugs.webkit.org/show_bug.cgi?id=109560 |
+ |
+ Reviewed by James Robinson. |
+ |
+ Coordinated scrollbars changes drawsContent flag on scrollbar GraphicsLayers, |
+ test expectation are updated. |
+ |
+ * platform/chromium-linux/compositing/iframes/become-overlapped-iframe-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/composited-parent-iframe-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/connect-compositing-iframe-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/connect-compositing-iframe2-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/connect-compositing-iframe3-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/enter-compositing-iframe-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/iframe-resize-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/iframe-size-from-zero-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/overlapped-iframe-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/resizer-expected.txt: Added. |
+ * platform/chromium-linux/compositing/iframes/scrolling-iframe-expected.txt: Added. |
+ * platform/chromium-linux/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt. |
+ * platform/chromium-linux/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt. |
+ * platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt: |
+ * platform/chromium-linux/compositing/overflow/textarea-scroll-touch-expected.txt: Added. |
+ * platform/chromium-linux/compositing/overflow/updating-scrolling-content-expected.txt: |
+ * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added. |
+ * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added. |
+ * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added. |
+ * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/compositing/force-compositing-mode/overflow-iframe-enter-compositing-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt. |
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt. |
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-auto-with-touch-toggle-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt. |
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt. |
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt. |
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/scrolling-without-painting-expected.txt: |
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/updating-scrolling-content-expected.txt: |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe2-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/enter-compositing-iframe-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-resize-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/iframe-size-from-zero-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/invisible-nested-iframe-show-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/overlapped-iframe-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/resizer-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/scrolling-iframe-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/overflow/scrolling-without-painting-expected.txt. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scrolling-without-painting-expected.txt: |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/updating-scrolling-content-expected.txt: |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added. |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-26 Glenn Adams <glenn@skynav.com> |
+ |
+ CSS3: line-break property support |
+ https://bugs.webkit.org/show_bug.cgi?id=89235 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ * platform/mac/TestExpectations: Mark css3/line-break tests as passing. |
+ |
+2013-02-26 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Unskipp now passing tests after r144005. |
+ https://bugs.webkit.org/show_bug.cgi?id=110756. |
+ |
+ Reviewed by Geoffrey Garen. |
+ |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-25 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-25 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-25 Xueqing Huang <huangxueqing@baidu.com> |
+ |
+ Flexbox should ignore firstLetter pseudo element. |
+ https://bugs.webkit.org/show_bug.cgi?id=105126 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ The CSS WG decided that first-line and first-letter should not |
+ apply to flex containers. |
+ http://dev.w3.org/csswg/css3-flexbox/issues-cr-2012#issue-13 |
+ |
+ * css3/flexbox/flexbox-ignore-container-firstLetter-expected.txt: Added. |
+ * css3/flexbox/flexbox-ignore-container-firstLetter.html: Added. |
+ * css3/flexbox/flexbox-ignore-firstLetter-expected.txt: Added. |
+ * css3/flexbox/flexbox-ignore-firstLetter.html: Added. |
+ * css3/flexbox/inline-flex-crash-expected.txt: |
+ * css3/flexbox/inline-flex-crash2-expected.txt: |
+ |
+2013-02-25 James Simonsen <simonjam@chromium.org> |
+ |
+ [Resource Timing] Update test suite so it can be exported to the W3C |
+ https://bugs.webkit.org/show_bug.cgi?id=107343 |
+ |
+ Reviewed by Tony Gentilcore. |
+ |
+ * http/tests/w3c/webperf/resources/webperftestharness.js: Removed unneeded functions and moved new ones to extension. |
+ * http/tests/w3c/webperf/resources/webperftestharnessextension.js: |
+ (test_resource_entries): |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order-expected.txt. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_attribute_order.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_attribute_order.html. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached-expected.txt. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_cached.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_cached.html. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse-expected.txt. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_connection_reuse.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_connection_reuse.html. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion-expected.txt. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_dynamic_insertion.html. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type-expected.txt. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_frame_initiator_type.html. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_data_url-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url-expected.txt. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_data_url.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_data_url.html. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_failures-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures-expected.txt. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_ignore_failures.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_ignore_failures.html. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_redirects-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects-expected.txt. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_redirects.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_redirects.html. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting-expected.txt. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_reparenting.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_reparenting.html. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_script_types-expected.txt: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types-expected.txt. |
+ * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_script_types.html: Renamed from LayoutTests/http/tests/w3c/webperf/submission/resource-timing/html/test_resource_script_types.html. |
+ * platform/chromium/TestExpectations: Moved directories... |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-21 Jeffrey Pfau <jpfau@apple.com> |
+ |
+ Optionally partition cache to prevent using cache for tracking |
+ https://bugs.webkit.org/show_bug.cgi?id=110269 |
+ |
+ Reviewed by Maciej Stachowiak. |
+ |
+ Added tests for ensuring the cache partitioning functions |
+ |
+ * http/tests/cache/partitioned-cache-expected.txt: Added. |
+ * http/tests/cache/partitioned-cache.html: Added. |
+ * http/tests/cache/resources/echo-cookie.cgi: Added. |
+ * http/tests/cache/resources/partitioned-cache-loader.html: Added. |
+ |
+2013-02-25 Eric Seidel <eric@webkit.org> |
+ |
+ Move html5lib/run-test* into html5lib/generated in preparation for generating these harnesses |
+ https://bugs.webkit.org/show_bug.cgi?id=110795 |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ * html5lib/generated/run-template-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-template.html: Added. |
+ * html5lib/generated/run-tests1-expected.txt: Renamed from LayoutTests/html5lib/run-test7-expected.txt. |
+ * html5lib/generated/run-tests1.html: Added. |
+ * html5lib/generated/run-tests10-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests10.html: Added. |
+ * html5lib/generated/run-tests11-expected.txt: Renamed from LayoutTests/html5lib/run-test11-expected.txt. |
+ * html5lib/generated/run-tests11.html: Added. |
+ * html5lib/generated/run-tests12-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests12.html: Added. |
+ * html5lib/generated/run-tests14-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests14.html: Added. |
+ * html5lib/generated/run-tests15-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests15.html: Added. |
+ * html5lib/generated/run-tests16-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests16.html: Added. |
+ * html5lib/generated/run-tests17-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests17.html: Added. |
+ * html5lib/generated/run-tests18-expected.txt: Renamed from LayoutTests/html5lib/run-test18-expected.txt. |
+ * html5lib/generated/run-tests18.html: Added. |
+ * html5lib/generated/run-tests19-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests19.html: Added. |
+ * html5lib/generated/run-tests2-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests2.html: Added. |
+ * html5lib/generated/run-tests20-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests20.html: Added. |
+ * html5lib/generated/run-tests21-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests21.html: Added. |
+ * html5lib/generated/run-tests22-expected.txt: Renamed from LayoutTests/html5lib/run-test10-expected.txt. |
+ * html5lib/generated/run-tests22.html: Added. |
+ * html5lib/generated/run-tests23-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests23.html: Added. |
+ * html5lib/generated/run-tests24-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests24.html: Added. |
+ * html5lib/generated/run-tests25-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests25.html: Added. |
+ * html5lib/generated/run-tests26-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests26.html: Added. |
+ * html5lib/generated/run-tests3-expected.txt: Renamed from LayoutTests/html5lib/run-test14-expected.txt. |
+ * html5lib/generated/run-tests3.html: Added. |
+ * html5lib/generated/run-tests4-expected.txt: Renamed from LayoutTests/html5lib/run-test12-expected.txt. |
+ * html5lib/generated/run-tests4.html: Added. |
+ * html5lib/generated/run-tests5-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests5.html: Added. |
+ * html5lib/generated/run-tests6-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests6.html: Added. |
+ * html5lib/generated/run-tests7-expected.txt: Renamed from LayoutTests/html5lib/run-test1-expected.txt. |
+ * html5lib/generated/run-tests7.html: Added. |
+ * html5lib/generated/run-tests8-expected.txt: Copied from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests8.html: Added. |
+ * html5lib/generated/run-tests9-expected.txt: Renamed from LayoutTests/html5lib/run-template-expected.txt. |
+ * html5lib/generated/run-tests9.html: Added. |
+ * html5lib/run-template.html: Removed. |
+ * html5lib/run-test1.html: Removed. |
+ * html5lib/run-test10.html: Removed. |
+ * html5lib/run-test11.html: Removed. |
+ * html5lib/run-test12.html: Removed. |
+ * html5lib/run-test14.html: Removed. |
+ * html5lib/run-test15-expected.txt: Removed. |
+ * html5lib/run-test15.html: Removed. |
+ * html5lib/run-test16-expected.txt: Removed. |
+ * html5lib/run-test16.html: Removed. |
+ * html5lib/run-test17-expected.txt: Removed. |
+ * html5lib/run-test17.html: Removed. |
+ * html5lib/run-test18.html: Removed. |
+ * html5lib/run-test19-expected.txt: Removed. |
+ * html5lib/run-test19.html: Removed. |
+ * html5lib/run-test2-expected.txt: Removed. |
+ * html5lib/run-test2.html: Removed. |
+ * html5lib/run-test20-expected.txt: Removed. |
+ * html5lib/run-test20.html: Removed. |
+ * html5lib/run-test21-expected.txt: Removed. |
+ * html5lib/run-test21.html: Removed. |
+ * html5lib/run-test22-expected.txt: Removed. |
+ * html5lib/run-test22.html: Removed. |
+ * html5lib/run-test23-expected.txt: Removed. |
+ * html5lib/run-test23.html: Removed. |
+ * html5lib/run-test24-expected.txt: Removed. |
+ * html5lib/run-test24.html: Removed. |
+ * html5lib/run-test25-expected.txt: Removed. |
+ * html5lib/run-test25.html: Removed. |
+ * html5lib/run-test26-expected.txt: Removed. |
+ * html5lib/run-test26.html: Removed. |
+ * html5lib/run-test3-expected.txt: Removed. |
+ * html5lib/run-test3.html: Removed. |
+ * html5lib/run-test4-expected.txt: Removed. |
+ * html5lib/run-test4.html: Removed. |
+ * html5lib/run-test5-expected.txt: Removed. |
+ * html5lib/run-test5.html: Removed. |
+ * html5lib/run-test6-expected.txt: Removed. |
+ * html5lib/run-test6.html: Removed. |
+ * html5lib/run-test7.html: Removed. |
+ * html5lib/run-test8-expected.txt: Removed. |
+ * html5lib/run-test8.html: Removed. |
+ * html5lib/run-test9-expected.txt: Removed. |
+ * html5lib/run-test9.html: Removed. |
+ * platform/chromium/TestExpectations: |
+ * platform/chromium/html5lib/generated/run-tests1-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test7-expected.txt. |
+ * platform/chromium/html5lib/generated/run-tests18-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test18-expected.txt. |
+ * platform/chromium/html5lib/generated/run-tests7-expected.txt: Renamed from LayoutTests/platform/chromium/html5lib/run-test1-expected.txt. |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ * platform/win/TestExpectations: |
+ * platform/wincairo/TestExpectations: |
+ |
+2013-02-25 Philip Rogers <pdr@google.com> |
+ |
+ Remove two stale entries from TestExpectations |
+ |
+ Unreviewed patch of test expectations. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-25 Philip Rogers <pdr@google.com> |
+ |
+ Rebaseline 3 svg/as-image/ tests |
+ |
+ Unreviewed rebaseline of test expectations. |
+ |
+ * platform/chromium-linux/svg/as-image/animated-svg-as-image-expected.png: |
+ * platform/chromium-linux/svg/as-image/animated-svg-as-image-same-image-expected.png: |
+ * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-1-expected.png: |
+ * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-expected.png: |
+ * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-same-image-expected.png: |
+ * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-1-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png: |
+ * platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png: |
+ * platform/chromium-mac/svg/as-image/animated-svg-as-image-same-image-expected.png: |
+ * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png: |
+ * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png: |
+ * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png: |
+ * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png: |
+ |
+2013-02-25 Alexis Menard <alexis@webkit.org> |
+ |
+ transition-property property doesn't accept "all, <IDENT>". |
+ https://bugs.webkit.org/show_bug.cgi?id=110074 |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ Extend exising test to cover the bug. |
+ |
+ * transitions/transitions-parsing-expected.txt: |
+ * transitions/transitions-parsing.html: |
+ |
+2013-02-25 Sergio Villar Senin <svillar@igalia.com> |
+ |
+ [soup] "Too many redirects" error loading chat in plus.google.com |
+ https://bugs.webkit.org/show_bug.cgi?id=64575 |
+ |
+ Reviewed by Martin Robinson. |
+ |
+ This new test checks firstPartyForCookies is properly set to the |
+ new URL on redirects. |
+ |
+ * http/tests/cookies/resources/set-cookie-on-redirect.php: Added. |
+ * http/tests/cookies/set-cookie-on-redirect-expected.txt: Added. |
+ * http/tests/cookies/set-cookie-on-redirect.html: Added. |
+ |
+2013-02-25 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Skip asserting tests. |
+ https://bugs.webkit.org/show_bug.cgi?id=110756 |
+ |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-25 Alexei Filippov <alph@chromium.org> |
+ |
+ Web Inspector: Remove CPU profile from a group causes exception |
+ https://bugs.webkit.org/show_bug.cgi?id=110466 |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ WebInspector.ProfilesPanel._removeProfileHandle did not handle |
+ profile removal from a group. The fix takes care of this case. |
+ |
+ Test: inspector/profiler/cpu-profiler-profile-removal.html |
+ |
+ * inspector/profiler/cpu-profiler-profile-removal-expected.txt: Added. |
+ * inspector/profiler/cpu-profiler-profile-removal.html: Added. |
+ |
+2013-02-25 Mike West <mkwst@chromium.org> |
+ |
+ XSSAuditor tests shouldn't depend on IFrames's load order. |
+ https://bugs.webkit.org/show_bug.cgi?id=110737 |
+ |
+ Reviewed by Jochen Eisinger. |
+ |
+ Various tests under http/tests/security/xssAuditor actually wrap up |
+ multiple test cases under a single HTML file by loading a variety of |
+ IFrames. Currently, the error messages that these tests expect aren't |
+ detailed enough to distinguish between the order in which the IFrames |
+ load: they all generate the same error, so the ordering is irrelevant. |
+ |
+ Before we increase the error message detail in webkit.org/b/110733, we |
+ need to ensure that these tests don't rely on load order. One option |
+ is to serialize the IFrame loading by chaining onload events, but that |
+ seems like a slow way of doing things. This patch takes a different |
+ approach, breaking the multiple-IFrame tests into many single-IFrame |
+ tests (which should be more shardable, and actually execute more quickly |
+ in the long run). |
+ |
+ * http/tests/security/xssAuditor/open-iframe-src-expected.txt: Removed. |
+ * http/tests/security/xssAuditor/open-iframe-src.html: Removed. |
+ * http/tests/security/xssAuditor/open-script-src-expected.txt: Removed. |
+ * http/tests/security/xssAuditor/open-script-src.html: Removed. |
+ * http/tests/security/xssAuditor/property-escape-comment-expected.txt: Removed. |
+ * http/tests/security/xssAuditor/property-escape-comment.html: Removed. |
+ * http/tests/security/xssAuditor/property-escape-entity-expected.txt: Removed. |
+ * http/tests/security/xssAuditor/property-escape-entity.html: Removed. |
+ * http/tests/security/xssAuditor/property-escape-quote-expected.txt: Removed. |
+ * http/tests/security/xssAuditor/property-escape-quote.html: Removed. |
+ * http/tests/security/xssAuditor/script-tag-with-comma-expected.txt: Removed. |
+ * http/tests/security/xssAuditor/script-tag-with-comma.html: Removed. |
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt: Removed. |
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated.html: Removed. |
+ Removed these tests, breaking them into multiple single-IFrame HTML files. |
+ * http/tests/security/xssAuditor/open-iframe-src-01.html: Added. |
+ * http/tests/security/xssAuditor/open-iframe-src-02.html: Added. |
+ * http/tests/security/xssAuditor/open-script-src-01-expected.txt: Added. |
+ * http/tests/security/xssAuditor/open-script-src-01.html: Added. |
+ * http/tests/security/xssAuditor/open-script-src-02-expected.txt: Added. |
+ * http/tests/security/xssAuditor/open-script-src-02.html: Added. |
+ * http/tests/security/xssAuditor/open-script-src-03-expected.txt: Added. |
+ * http/tests/security/xssAuditor/open-script-src-03.html: Added. |
+ * http/tests/security/xssAuditor/open-script-src-04-expected.txt: Added. |
+ * http/tests/security/xssAuditor/open-script-src-04.html: Added. |
+ * http/tests/security/xssAuditor/property-escape-comment-01-expected.txt: Added. |
+ * http/tests/security/xssAuditor/property-escape-comment-01.html: Added. |
+ * http/tests/security/xssAuditor/property-escape-comment-02-expected.txt: Added. |
+ * http/tests/security/xssAuditor/property-escape-comment-02.html: Added. |
+ * http/tests/security/xssAuditor/property-escape-comment-03-expected.txt: Added. |
+ * http/tests/security/xssAuditor/property-escape-comment-03.html: Added. |
+ * http/tests/security/xssAuditor/property-escape-entity-01-expected.txt: Added. |
+ * http/tests/security/xssAuditor/property-escape-entity-01.html: Added. |
+ * http/tests/security/xssAuditor/property-escape-entity-02-expected.txt: Added. |
+ * http/tests/security/xssAuditor/property-escape-entity-02.html: Added. |
+ * http/tests/security/xssAuditor/property-escape-entity-03-expected.txt: Added. |
+ * http/tests/security/xssAuditor/property-escape-entity-03.html: Added. |
+ * http/tests/security/xssAuditor/property-escape-quote-01.html: Added. |
+ * http/tests/security/xssAuditor/property-escape-quote-02.html: Added. |
+ * http/tests/security/xssAuditor/property-escape-quote-03.html: Added. |
+ * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt: Added. |
+ * http/tests/security/xssAuditor/script-tag-with-comma-01.html: Added. |
+ * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt: Added. |
+ * http/tests/security/xssAuditor/script-tag-with-comma-02.html: Added. |
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt: Added. |
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01.html: Added. |
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt: Added. |
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02.html: Added. |
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt: Added. |
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03.html: Added. |
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment5.html: Added. |
+ These tests perform the same validation as the combined tests, they |
+ simply do it without introducing load-order dependencies. |
+ |
+2013-02-25 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-25 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-25 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-25 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-25 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-25 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-25 Alexei Filippov <alph@chromium.org> |
+ |
+ Web Inspector: move profile type specific code out of ProfilesPanel (refactor) |
+ https://bugs.webkit.org/show_bug.cgi?id=110597 |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ Move profile type specific functionality out of ProfilesPanel class. |
+ This is a first part of WebInspector.ProfilesPanel refactoring. |
+ |
+ No new tests as the functionality isn't changed. |
+ |
+ * inspector/profiler/canvas2d/canvas-replay-log-grid.html: |
+ * inspector/profiler/heap-snapshot-inspect-dom-wrapper-expected.txt: |
+ * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html: |
+ * inspector/profiler/heap-snapshot-loader.html: |
+ * inspector/profiler/heap-snapshot-test.js: |
+ (initialize_HeapSnapshotTest.): |
+ (initialize_HeapSnapshotTest): |
+ * inspector/profiler/profiler-test.js: |
+ (initialize_ProfilerTest.InspectorTest.startProfilerTest.startTest): |
+ (initialize_ProfilerTest.InspectorTest.startProfilerTest): |
+ |
+2013-02-25 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Skipped failing tests. |
+ |
+ * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png: Removed. |
+ * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt: Removed. |
+ * platform/qt-5.0/fast/forms/select-baseline-expected.png: Removed. |
+ * platform/qt-5.0/fast/forms/select-baseline-expected.txt: Removed. |
+ * platform/qt/TestExpectations: |
+ * platform/qt/fast/forms/select-baseline-expected.png: Update after r143836. |
+ * platform/qt/fast/forms/select-baseline-expected.txt: Update after r143836. |
+ |
+2013-02-25 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-25 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Unskip tests after r143800. |
+ |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-25 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Giving up on individually listing slow sputnik tests, replaced all |
+ the expectations with a single one covering the whole directory in both release and debug builds. |
+ Also removing duplicate expectations and adding an expectation for tests that require custom elements support. |
+ * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Rebaselining. |
+ * platform/gtk/media/audio-controls-rendering-expected.png: Removed. Requires a new baseline. |
+ * platform/gtk/media/audio-controls-rendering-expected.txt: Removed. Ditto. |
+ |
+2013-02-25 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed chromium test expectations update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-25 Ilya Tikhonovsky <loislo@chromium.org> |
+ |
+ Web Inspector: Improve speed of Linkifier.reset operation. |
+ https://bugs.webkit.org/show_bug.cgi?id=110696 |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ Linkifier calls Location.dispose N times and each dispose method calls Array.remove |
+ which scans entire array and does splice. So the complexity of Linkifier.reset |
+ is O(N^2). I replaced the arrays with Set and got O(N) complexity. |
+ |
+ Drive by fix: The identifier generator was slightly changed. |
+ Now it produces identifiers that couldn't be converted into a number. |
+ So the engine will never convert Set/Map object into an array. |
+ |
+ * inspector/debugger/callstack-placards-discarded.html: |
+ * inspector/debugger/linkifier.html: |
+ |
+2013-02-24 Kihong Kwon <kihong.kwon@samsung.com> |
+ |
+ Add an ASSERT to didChangeDeviceProximity |
+ https://bugs.webkit.org/show_bug.cgi?id=110317 |
+ |
Reviewed by Hajime Morrita. |
- * editing/pasteboard/resources/selection-paste-crash.html: Added. |
- * editing/pasteboard/selection-paste-crash-expected.txt: Added. |
- * editing/pasteboard/selection-paste-crash.html: Added. |
+ Fix wrong test cases which are found by ASSERT insertion. |
+ * proximity/basic-operation-expected.txt: |
+ * proximity/basic-operation.html: |
+ * proximity/resources/event-after-navigation-new.html: |
+ |
+2013-02-24 Mike West <mkwst@chromium.org> |
+ |
+ CSP 1.1: Experiment with 'reflected-xss' directive. |
+ https://bugs.webkit.org/show_bug.cgi?id=104479 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-allow-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-allow.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-allow-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-allow.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-block.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-filter.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-invalid.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-unset-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-allow-unset.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-allow.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-block.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-filter.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-invalid.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-block-unset.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-allow.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-block.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-filter.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-invalid.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-filter-unset.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-allow.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-block.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-filter.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-invalid.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-invalid-unset.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-allow-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-allow.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-block.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-filter.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-invalid.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-and-xss-protection-unset-unset.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid.html: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-parsing.html: Added. |
+ * http/tests/security/contentSecurityPolicy/resources/reflected-xss-and-xss-protection.js: Added. |
+ (testMixedHeader): |
+ (frameLoaded): |
+ (frameErrored): |
+ * http/tests/security/xssAuditor/resources/echo-intertag.pl: |
+ Added the ability to send an 'X-WebKit-CSP' header to test 'reflected-xss' behavior. |
+ |
+2013-02-24 Keishi Hattori <keishi@webkit.org> |
+ |
+ Add methods to date types for new calendar picker |
+ https://bugs.webkit.org/show_bug.cgi?id=110454 |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-date-types-expected.txt: Added. |
+ * platform/chromium/fast/forms/calendar-picker/calendar-picker-date-types.html: Added. Unit tests for date types. |
+ |
+2013-02-24 Hajime Morrita <morrita@google.com> |
+ |
+ [Custom Elements] Implement bare-bone document.register() |
+ https://bugs.webkit.org/show_bug.cgi?id=100229 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * fast/dom/custom/document-register-basic-expected.txt: Added. |
+ * fast/dom/custom/document-register-basic.html: Added. |
+ * fast/dom/custom/document-register-reentrant-null-constructor-expected.txt: Added. |
+ * fast/dom/custom/document-register-reentrant-null-constructor.html: Added. |
+ * fast/dom/custom/document-register-reentrant-returning-fake-expected.txt: Added. |
+ * fast/dom/custom/document-register-reentrant-returning-fake.html: Added. |
+ * fast/dom/custom/document-register-reentrant-throwing-constructor-expected.txt: Added. |
+ * fast/dom/custom/document-register-reentrant-throwing-constructor.html: Added. |
+ * fast/dom/custom/resources/document-register-fuzz.js: Added. |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-24 Benjamin Poulain <benjamin@webkit.org> |
+ |
+ Add timeout to the Chromium expectation of state-url-sets-links-visited.html |
+ |
+ Unreviewed. |
+ |
+ * platform/chromium/TestExpectations: Since Chromium's DRT does not support |
+ computedStyleIncludingVisitedInfo, the test can also timeout as it will |
+ raise an exception before invoking finishJSTest. |
+ |
+2013-02-23 Benjamin Poulain <benjamin@webkit.org> |
+ |
+ Add support for testing states changing asynchronously. Apply it to state-url-sets-links-visited.html. |
+ https://bugs.webkit.org/show_bug.cgi?id=109883 |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ Some tests depends on state change happening asynchronously. This is typically solved by using |
+ timers with a long enough interval. |
+ |
+ Timers have the general pitfalls of causing unreliable tests, and forcing unnecessary delays |
+ in the tests. |
+ |
+ This patch introduces new testing helpers, shouldBecomeEqual and shouldBecomeEqualToString, to |
+ test a change of state repetively until it succeed (or timeout). Those test functions execute |
+ the condition every 5ms until the test succeed. |
+ |
+ The helper shouldBecomeEqualToString is applied on state-url-sets-links-visited.html to illustrate |
+ the concept. |
+ |
+ * fast/js/resources/js-test-pre.js: |
+ (_waitForCondition): Generic helper function for the familly shouldBecomeXXX. |
+ (.condition): |
+ (.failureHandler): |
+ (shouldBecomeEqual): |
+ (shouldBecomeEqualToString): |
+ |
+ * fast/loader/stateobjects/state-url-sets-links-visited.html: |
+ * platform/wk2/TestExpectations: |
+ state-url-sets-links-visited.html failed on WebKit2 because the visited links table is updated |
+ asynchronously, and the style is only updated after 1 IPC message + 1 timer + 1 IPC message. |
+ |
+ The test is changed to use shouldBecomeEqualToString in order to become reliable. If the UIProcess |
+ does not update the style in a reasonable amount of time, the test fails. |
+ |
+ * platform/chromium/TestExpectations: Make the test as failing on Chromium until proper test support is added |
+ to DRT or Internals. |
+ |
+2013-02-23 Philip Rogers <pdr@google.com> |
+ |
+ Prevent crash in animated transform lists |
+ https://bugs.webkit.org/show_bug.cgi?id=110704 |
+ |
+ Reviewed by Abhishek Arya. |
+ |
+ * svg/animations/animateTransform-list-crash-expected.txt: Added. |
+ * svg/animations/animateTransform-list-crash.html: Added. |
+ |
+2013-02-23 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Skip javascriptDialogEvents.html since its result bleed into other tests non-deterministically per bug 110186. |
+ |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-23 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed gardening. |
+ |
+ * platform/efl/TestExpectations: Adding a failure expectation for the html5lib/runner.html test |
+ that started failing with r143804. |
+ * platform/gtk/TestExpectations: Ditto. Also adding flaky crasher expectations for two http tests, |
+ crashes are originating from IDB code and starter appearing with r143694. |
+ |
+2013-02-23 Martin Robinson <mrobinson@igalia.com> |
+ |
+ Remove some tests needing to be rebaselined from TestExpectations |
+ |
+ * platform/gtk/TestExpectations: Update the list of tests needing new baselines |
+ and skip some that are timing out on my machine. |
+ * platform/gtk/accessibility/color-well-expected.txt: Added. |
+ * platform/gtk/accessibility/image-link-expected.txt: Added. |
+ * platform/gtk/accessibility/image-map1-expected.txt: Added. |
+ * platform/gtk/accessibility/image-map2-expected.txt: Added. |
+ * platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt: Added. |
+ * platform/gtk/accessibility/multiselect-list-reports-active-option-expected.txt: Added. |
+ * platform/gtk/accessibility/notification-listeners-expected.txt: Added. |
+ * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.png: |
+ * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.txt: |
+ * platform/gtk/editing/selection/extend-by-sentence-001-expected.png: |
+ * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Added. |
+ * platform/gtk/fast/block/float/024-expected.png: |
+ * platform/gtk/fast/block/float/024-expected.txt: Added. |
+ * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.png: |
+ * platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Added. |
+ * platform/gtk/fast/css/resize-corner-tracking-expected.png: |
+ * platform/gtk/fast/css/resize-corner-tracking-expected.txt: |
+ * platform/gtk/fast/css/resize-corner-tracking-transformed-iframe-expected.png: Added. |
+ * platform/gtk/fast/css/resize-corner-tracking-transformed-iframe-expected.txt: Added. |
+ * platform/gtk/fast/inline/drawStyledEmptyInlines-expected.png: |
+ * platform/gtk/fast/inline/drawStyledEmptyInlines-expected.txt: |
+ * platform/gtk/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: |
+ * platform/gtk/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: |
+ * platform/gtk/fast/inline/justify-emphasis-inline-box-expected.png: Added. |
+ * platform/gtk/fast/inline/justify-emphasis-inline-box-expected.txt: Added. |
+ * platform/gtk/fast/repaint/caret-with-transformation-expected.png: Added. |
+ * platform/gtk/fast/repaint/caret-with-transformation-expected.txt: Added. |
+ * platform/gtk/fast/text/capitalize-empty-generated-string-expected.png: |
+ * platform/gtk/fast/text/capitalize-empty-generated-string-expected.txt: |
+ * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: |
+ * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: |
+ * platform/gtk/fast/text/whitespace/006-expected.png: |
+ * platform/gtk/fast/text/whitespace/006-expected.txt: |
+ * platform/gtk/fast/text/whitespace/007-expected.png: |
+ * platform/gtk/fast/text/whitespace/007-expected.txt: |
+ * platform/gtk/media/audio-controls-rendering-expected.png: Added. |
+ * platform/gtk/media/audio-controls-rendering-expected.txt: |
+ * platform/gtk/media/controls-after-reload-expected.txt: |
+ * platform/gtk/media/controls-strict-expected.txt: |
+ * platform/gtk/media/controls-styling-strict-expected.txt: |
+ * platform/gtk/media/controls-without-preload-expected.txt: |
+ * platform/gtk/media/video-controls-rendering-expected.txt: |
+ * platform/gtk/media/video-display-toggle-expected.txt: |
+ * platform/gtk/media/video-playing-and-pause-expected.txt: |
+ * platform/gtk/svg/as-image/image-preserveAspectRatio-all-expected.png: Added. |
+ * platform/gtk/svg/as-image/image-preserveAspectRatio-all-expected.txt: Added. |
+ * platform/gtk/svg/batik/text/xmlSpace-expected.png: |
+ * platform/gtk/svg/batik/text/xmlSpace-expected.txt: |
+ * platform/gtk/svg/carto.net/combobox-expected.png: |
+ * platform/gtk/svg/carto.net/combobox-expected.txt: |
+ * platform/gtk/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
+ * platform/gtk/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Added. |
+ * platform/gtk/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
+ * platform/gtk/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added. |
+ * platform/gtk/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added. |
+ * platform/gtk/svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added. |
+ * platform/gtk/svg/filters/filter-hidden-content-expected.png: Added. |
+ * platform/gtk/svg/filters/filter-hidden-content-expected.txt: Added. |
+ * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.png: |
+ * platform/gtk/tables/mozilla/bugs/bug113235-3-expected.txt: |
+ * platform/gtk/tables/mozilla/bugs/bug1188-expected.png: |
+ * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt: |
+ * platform/gtk/tables/mozilla/bugs/bug1318-expected.png: |
+ * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt: |
+ |
+2013-02-23 Jason Anderssen <janderssen@gmail.com> |
+ |
+ Moved setAutofilled from TestRunner to WebCore |
+ https://bugs.webkit.org/show_bug.cgi?id=110521 |
+ |
+ Reviewed by Benjamin Poulain. |
+ |
+ * fast/forms/input-autofilled.html: |
+ * fast/forms/reset-autofilled.html: |
+ * platform/wk2/TestExpectations: |
+ |
+2013-02-22 Christian Biesinger <cbiesinger@chromium.org> |
+ |
+ Rebaseline ports after bug 109994 |
+ https://bugs.webkit.org/show_bug.cgi?id=110551 |
+ |
+ Unreviewed rebaseline of test expectations. |
+ |
+ * css2.1/20110323/replaced-elements-001-expected.txt: Renamed from LayoutTests/platform/mac/css2.1/20110323/replaced-elements-001-expected.txt. |
+ * fast/forms/button-generated-content-expected.txt: |
+ * fast/forms/select-baseline-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/select-baseline-expected.txt. |
+ * platform/chromium-mac-lion/css2.1/20110323/replaced-elements-001-expected.png: |
+ * platform/chromium-mac-lion/fast/forms/button-generated-content-expected.png: |
+ * platform/chromium-mac-lion/fast/forms/select-baseline-expected.png: |
+ * platform/chromium-mac-lion/svg/custom/foreign-object-skew-expected.png: |
+ * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-elements-001-expected.png: |
+ * platform/chromium-mac-snowleopard/fast/forms/button-generated-content-expected.png: |
+ * platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: |
+ * platform/chromium-mac/css2.1/20110323/replaced-elements-001-expected.png: |
+ * platform/chromium-mac/fast/forms/button-generated-content-expected.png: |
+ * platform/chromium-mac/fast/forms/select-baseline-expected.png: |
+ * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png: |
+ * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.png: |
+ * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.txt: |
+ * platform/chromium-win/fast/forms/button-generated-content-expected.png: |
+ * platform/chromium-win/fast/forms/button-generated-content-expected.txt: |
+ * platform/chromium-win/fast/forms/select-baseline-expected.png: |
+ * platform/chromium-win/fast/forms/select-baseline-expected.txt: |
+ * platform/chromium-win/svg/custom/foreign-object-skew-expected.png: |
+ * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt: |
+ * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.png: |
+ * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.txt: |
+ * platform/chromium/TestExpectations: |
+ * platform/chromium/css2.1/20110323/replaced-elements-001-expected.txt: Removed. |
+ * platform/efl/TestExpectations: |
+ * platform/efl/css2.1/20110323/replaced-elements-001-expected.txt: |
+ * platform/efl/fast/forms/button-generated-content-expected.txt: |
+ * platform/efl/fast/forms/select-baseline-expected.txt: |
+ * platform/efl/svg/custom/foreign-object-skew-expected.txt: Renamed from LayoutTests/platform/mac/svg/custom/foreign-object-skew-expected.txt. |
+ * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt: |
+ * platform/gtk/TestExpectations: |
+ * platform/gtk/css2.1/20110323/replaced-elements-001-expected.txt: |
+ * platform/gtk/fast/forms/button-generated-content-expected.txt: |
+ * platform/gtk/fast/forms/select-baseline-expected.txt: |
+ * platform/gtk/svg/custom/foreign-object-skew-expected.txt: |
+ * platform/gtk/tables/mozilla/bugs/bug92647-2-expected.txt: |
+ * platform/mac/TestExpectations: |
+ * platform/mac/fast/forms/select-baseline-expected.txt: Removed. |
+ * platform/mac/tables/mozilla/bugs/bug92647-2-expected.txt: Removed. |
+ * platform/qt/TestExpectations: |
+ * platform/qt/css2.1/20110323/replaced-elements-001-expected.txt: |
+ * platform/qt/fast/forms/button-generated-content-expected.txt: |
+ * platform/qt/fast/forms/select-baseline-expected.txt: |
+ * platform/qt/svg/custom/foreign-object-skew-expected.txt: |
+ * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt: |
+ * platform/win-future/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/fast/forms/button-generated-content-expected.txt. |
+ * svg/custom/foreign-object-skew-expected.txt: Renamed from LayoutTests/platform/chromium/svg/custom/foreign-object-skew-expected.txt. |
+ * tables/mozilla/bugs/bug92647-2-expected.txt: Renamed from LayoutTests/platform/chromium/tables/mozilla/bugs/bug92647-2-expected.txt. |
+ |
+2013-02-22 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ More rebaselines after http://trac.webkit.org/changeset/143804. |
+ |
+ * html5lib/run-test1-expected.txt: |
+ * html5lib/run-test18-expected.txt: |
+ * html5lib/run-test7-expected.txt: |
+ |
+2013-02-22 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ WebKit can erroneously strip font-size CSS property from font element with size attribute |
+ https://bugs.webkit.org/show_bug.cgi?id=110657 |
+ |
+ Reviewed by Justin Garcia. |
+ |
+ Added two regression tests to ensure WebKit doesn't erroneously remove inline styles of an element |
+ when its implicit styles differ from the inline styles. Also rebaselined some tests as their results |
+ have progressed. |
+ |
+ * editing/pasteboard/insert-u-with-text-decoration-none-expected.txt: Added. |
+ * editing/pasteboard/insert-u-with-text-decoration-none.html: Added. |
+ * editing/pasteboard/insert-font-with-size-and-css-expected.txt: Added. |
+ * editing/pasteboard/insert-font-with-size-and-css.html: Added. |
+ * editing/pasteboard/4744008-expected.txt: |
+ * editing/pasteboard/paste-text-with-style-5-expected.txt: |
+ * editing/pasteboard/paste-text-with-style-5.html: |
+ * editing/pasteboard/style-from-rules-expected.txt: |
+ * editing/pasteboard/style-from-rules.html: |
+ |
+2013-02-22 Nils Barth <nbarth@chromium.org> |
+ |
+ REGRESSION(r130089): Scrollbar thumb no longer re-rendered on hover |
+ https://bugs.webkit.org/show_bug.cgi?id=109230 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ * fast/css/pseudo-element-selector-scrollbar-hover-expected.html: Added. |
+ * fast/css/pseudo-element-selector-scrollbar-hover.html: Added. |
+ |
+2013-02-22 Levi Weintraub <leviw@chromium.org> |
+ |
+ Unreviewed gardening, updating test expecations after r140374. |
+ |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/events/touch: Removed. |
+ * platform/chromium-mac/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: |
+ * platform/chromium-win-xp/platform/chromium/fast/events/touch: Removed. |
+ * platform/chromium-win/platform/chromium/fast/events/touch/compositor-touch-hit-rects-expected.txt: |
+ |
+2013-02-22 Dirk Pranke <dpranke@chromium.org> |
+ |
+ Unreviewed, rolling out r143794. |
+ http://trac.webkit.org/changeset/143794 |
+ https://bugs.webkit.org/show_bug.cgi?id=110542 |
+ |
+ debug linux builds broken? |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-22 Stephen Chenney <schenney@chromium.org> |
+ |
+ [Chromium] Test expectations for newish tests |
+ |
+ Unreviewed test expectations addition. |
+ |
+ * platform/chromium-linux-x86/fast/text/decorations-with-text-combine-expected.txt: Added. |
+ * platform/chromium-linux-x86/fast/text/orientation-sideways-expected.txt: Added. |
+ * platform/chromium-linux/fast/text/decorations-with-text-combine-expected.png: Added. |
+ * platform/chromium-linux/fast/text/decorations-with-text-combine-expected.txt: Added. |
+ * platform/chromium-linux/fast/text/orientation-sideways-expected.png: Added. |
+ * platform/chromium-linux/fast/text/orientation-sideways-expected.txt: Added. |
+ * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.png: Added. |
+ * platform/chromium-mac-lion/fast/text/decorations-with-text-combine-expected.txt: Added. |
+ * platform/chromium-mac-lion/fast/text/orientation-sideways-expected.png: Added. |
+ * platform/chromium-mac-lion/fast/text/orientation-sideways-expected.txt: Added. |
+ * platform/chromium-mac-snowleopard/fast/text/decorations-with-text-combine-expected.txt: Added. |
+ * platform/chromium-mac-snowleopard/fast/text/orientation-sideways-expected.txt: Added. |
+ * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.png: Added. |
+ * platform/chromium-mac/fast/text/decorations-with-text-combine-expected.txt: Added. |
+ * platform/chromium-mac/fast/text/orientation-sideways-expected.png: Added. |
+ * platform/chromium-mac/fast/text/orientation-sideways-expected.txt: Added. |
+ * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.png: Added. |
+ * platform/chromium-win-xp/fast/text/decorations-with-text-combine-expected.txt: Added. |
+ * platform/chromium-win-xp/fast/text/orientation-sideways-expected.png: Added. |
+ * platform/chromium-win-xp/fast/text/orientation-sideways-expected.txt: Added. |
+ * platform/chromium-win/fast/text/decorations-with-text-combine-expected.png: Added. |
+ * platform/chromium-win/fast/text/decorations-with-text-combine-expected.txt: Added. |
+ * platform/chromium-win/fast/text/orientation-sideways-expected.png: Added. |
+ * platform/chromium-win/fast/text/orientation-sideways-expected.txt: Added. |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-22 Eric Seidel <eric@webkit.org> |
+ |
+ Teach the html5lib tests how to test the threaded HTML parser |
+ https://bugs.webkit.org/show_bug.cgi?id=110643 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * TestExpectations: |
+ * html5lib/resources/runner.js: |
+ (window.onload): |
+ * html5lib/run-template-expected.txt: |
+ * html5lib/run-test10-expected.txt: |
+ * html5lib/run-test11-expected.txt: |
+ * html5lib/run-test12-expected.txt: |
+ * html5lib/run-test14-expected.txt: |
+ * html5lib/run-test15-expected.txt: |
+ * html5lib/run-test16-expected.txt: |
+ * html5lib/run-test17-expected.txt: |
+ * html5lib/run-test19-expected.txt: |
+ * html5lib/run-test2-expected.txt: |
+ * html5lib/run-test20-expected.txt: |
+ * html5lib/run-test21-expected.txt: |
+ * html5lib/run-test22-expected.txt: |
+ * html5lib/run-test23-expected.txt: |
+ * html5lib/run-test24-expected.txt: |
+ * html5lib/run-test25-expected.txt: |
+ * html5lib/run-test26-expected.txt: |
+ * html5lib/run-test3-expected.txt: |
+ * html5lib/run-test4-expected.txt: |
+ * html5lib/run-test5-expected.txt: |
+ * html5lib/run-test6-expected.txt: |
+ * html5lib/run-test8-expected.txt: |
+ * html5lib/run-test9-expected.txt: |
+ * html5lib/runner-expected.txt: |
+ * platform/chromium/html5lib/run-test1-expected.txt: |
+ * platform/chromium/html5lib/run-test18-expected.txt: |
+ * platform/chromium/html5lib/run-test7-expected.txt: |
+ |
+2013-02-22 Adam Barth <abarth@webkit.org> |
+ |
+ fast/parser/parser-yield-timing.html doesn't integrate with js-test-pre correctly |
+ https://bugs.webkit.org/show_bug.cgi?id=110645 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ * fast/parser/parser-yield-timing.html: |
+ |
+2013-02-21 Ojan Vafai <ojan@chromium.org> |
+ |
+ Increase the max preferred width of tables to 1000000 |
+ https://bugs.webkit.org/show_bug.cgi?id=110545 |
+ |
+ Reviewed by Emil A Eklund. |
+ |
+ * fast/table/large-shrink-wrapped-width-expected.txt: Added. |
+ * fast/table/large-shrink-wrapped-width.html: Added. |
+ |
+2013-02-22 Ian Vollick <vollick@chromium.org> |
+ |
+ [chromium] Update test expectations for XP after 143554 |
+ https://bugs.webkit.org/show_bug.cgi?id=110636 |
+ |
+ Unreviewed gardening. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-22 Dirk Pranke <dpranke@chromium.org> |
+ |
+ [chromium] enable the fixed version of freetype on linux |
+ https://bugs.webkit.org/show_bug.cgi?id=110542 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ Add entries for two tests that pass on Lucid but fail on Precise |
+ even with the Freetype change. This isn't worth adding in |
+ Lucid and Precise keywords for just these two tests. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-22 Kenneth Russell <kbr@google.com> |
+ |
+ Uint8ClampedArray constructor is wrong in WorkerContext.idl |
+ https://bugs.webkit.org/show_bug.cgi?id=110634 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Added copy of new WebGL conformance test both in old location |
+ (fast/canvas/webgl) and new location (webgl -- not yet being run |
+ on any ports) to avoid losing test coverage after cutover. |
+ |
+ * fast/canvas/webgl/array-unit-tests.html: |
+ * fast/canvas/webgl/resources/typed-array-test-cases.js: Added. |
+ * fast/canvas/webgl/resources/typed-array-worker.js: Added. |
+ (constructTypedArray): |
+ (constructDataView): |
+ (onmessage): |
+ * fast/canvas/webgl/typed-arrays-in-workers-expected.txt: Added. |
+ * fast/canvas/webgl/typed-arrays-in-workers.html: Added. |
+ * webgl/conformance/typedarrays/typed-arrays-in-workers-expected.txt: Added. |
+ * webgl/conformance/typedarrays/typed-arrays-in-workers.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt: |
+ * webgl/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html: |
+ * webgl/resources/webgl_test_files/conformance/typedarrays/resources/typed-array-test-cases.js: Added. |
+ * webgl/resources/webgl_test_files/conformance/typedarrays/resources/typed-array-worker.js: Added. |
+ (constructTypedArray): |
+ (constructDataView): |
+ (onmessage): |
+ * webgl/resources/webgl_test_files/conformance/typedarrays/typed-arrays-in-workers.html: Added. |
+ |
+2013-02-22 James Simonsen <simonjam@chromium.org> |
+ |
+ Preloads should be cleared when JavaScript cancels loading prematurely. |
+ https://bugs.webkit.org/show_bug.cgi?id=110388 |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ * http/tests/cache/preload-cleared-after-parrsing-canceled-by-js-expected.txt: Added. |
+ * http/tests/cache/preload-cleared-after-parrsing-canceled-by-js.html: Added. |
+ |
+2013-02-22 Rouslan Solomakhin <rouslan@chromium.org> |
+ |
+ Expect editing/spelling/spelling-changed-text.html to fail on Qt and GTK |
+ https://bugs.webkit.org/show_bug.cgi?id=110447 |
+ |
+ Reviewed by Ryosuke Niwa. |
+ |
+ Qt and GTK layout tests do not mark the word "wellcome" as a misspelling in |
+ editing/spelling/spelling-changed-text.html layout test. This patch disables |
+ editing/spelling/spelling-changed-text.html on Qt and GTK platforms. |
+ |
+ * platform/gtk/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ]. |
+ * platform/qt/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ]. |
+ |
+2013-02-22 Gregg Tavares <gman@chromium.org> |
+ |
+ Add script to generate LayoutTests from WebGL Conformance Tests |
+ https://bugs.webkit.org/show_bug.cgi?id=110525 |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ Adds the script generate-webgl-tests.py which given a path |
+ to the WebGL Conformance 'sdk/tests' folder generates and |
+ or updates LayoutTests for WebGL. Example |
+ |
+ git clone git://github.com/KhronosGroup/WebGL.git |
+ generate-webgl-tests.py -w WebGL/sdk/tests -e |
+ |
+ * webgl/generate-webgl-tests.py: Added. |
+ (ReadFile): |
+ (WriteFile): |
+ (CopyTree): |
+ (FileReader): |
+ (GreaterThanOrEqualToVersion): |
+ (GetTestList): |
+ (main): |
+ * webgl/resources/webgl-expectation-template.txt: Added. |
+ * webgl/resources/webgl-wrapper-template.html: Added. |
+ |
+2013-02-22 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ Removed expectations for tests that now pass. Adjusted an expectation for a flaky crasher. |
+ Marked a few more sputnik tests as slow. |
+ |
+ * platform/gtk-wk1/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ |
+2013-02-22 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Mac WebKit2 rebaselines. |
+ |
+ Partially revert http://trac.webkit.org/changeset/143709 since the expected result for |
+ cross-origin-local-storage-wk1-expected.txt is different on Mac WebKit on the contrary to |
+ the change log description in the changeset. |
+ |
+ Also skip editing/spelling/spelling-changed-text.html on Mac since the test requires |
+ the support for asynchronous spellchecking. |
+ |
+ * platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Copied |
+ from platform/mac/http/tests/security/cross-origin-local-storage-wk1-expected.txt. |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-22 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Add a Mac baseline for the test added in r142955. |
+ |
+ * platform/mac/TestExpectations: |
+ * platform/mac/svg/filters/filter-hidden-content-expected.png: Added. |
+ * platform/mac/svg/filters/filter-hidden-content-expected.txt: Added. |
+ |
+2013-02-22 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Marking a bunch of (mostly Sputnik) tests as slow. |
+ |
+2013-02-22 Kunihiko Sakamoto <ksakamoto@chromium.org> |
+ |
+ INPUT_MULTIPLE_FIELDS_UI: Unable to enter "24" to hour field |
+ https://bugs.webkit.org/show_bug.cgi?id=110431 |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ Added test cases for hour formats 0-11 and 1-24. |
+ |
+ * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt: |
+ * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html: |
+ |
+2013-02-21 Zoltan Horvath <zoltan@webkit.org> |
+ |
+ [CSS Regions] Region boxes should respect -shape-inside CSS property |
+ https://bugs.webkit.org/show_bug.cgi?id=107880 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ The shape-inside CSS property modifies the shape of the inner inline flow content from rectangular content box |
+ to an arbitrary geometry. The detailed documentation is located in the CSS-Exclusions specification: |
+ http://dev.w3.org/csswg/css3-exclusions/#shape-inside-property. This change adds support for the shape-inside property |
+ on CSS Regions. |
+ |
+ * fast/regions/shape-inside-on-regions-expected.html: Added. |
+ * fast/regions/shape-inside-on-regions.html: Added. |
+ |
+2013-02-22 Bem Jones-Bey <bjonesbe@adobe.com> |
+ |
+ text-overflow:ellipsis is not applied when the block contains nested blocks |
+ https://bugs.webkit.org/show_bug.cgi?id=101879 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ Use the test from the specification that is supplied as part of the |
+ bug. |
+ |
+ * fast/css/text-overflow-ellipsis-anonymous-blocks-expected.html: Added. |
+ * fast/css/text-overflow-ellipsis-anonymous-blocks.html: Added. |
+ |
+2013-02-22 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> |
+ |
+ [WTR] Do not dump information about empty subframes. |
+ https://bugs.webkit.org/show_bug.cgi?id=110585 |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ Remove some platform-specific expectations now that the results match |
+ the base expectations. |
+ |
+ * platform/efl/TestExpectations: Unskip tests that are now passing. |
+ * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed. |
+ * platform/mac-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed. |
+ * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed. |
+ * platform/qt-5.0-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed. |
+ * platform/win-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed. |
+ * platform/win-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed. |
+ |
+2013-02-22 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r143678 and r143702. |
+ http://trac.webkit.org/changeset/143678 |
+ http://trac.webkit.org/changeset/143702 |
+ https://bugs.webkit.org/show_bug.cgi?id=110613 |
+ |
+ Breaks fast/loader/stateobjects/state-url-sets-links- |
+ visited.html in Chromium (Requested by abarth on #webkit). |
+ |
+ * fast/js/resources/js-test-pre.js: |
+ * fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: |
+ * fast/loader/stateobjects/state-url-sets-links-visited.html: |
+ * platform/chromium-win/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: Copied from LayoutTests/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt. |
+ * platform/chromium/TestExpectations: |
+ * platform/win/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: Copied from LayoutTests/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt. |
+ * platform/wk2/TestExpectations: |
+ |
+2013-02-22 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Added platform specific expected files after 143626. |
+ |
+ * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-22 Sudarsana Nagineni <sudarsana.nagineni@intel.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Skip failing tests on EFL bots. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-22 Allan Sandfeld Jensen <allan.jensen@digia.com> |
+ |
+ Allow child-frame content in hit-tests. |
+ https://bugs.webkit.org/show_bug.cgi?id=95204 |
+ |
+ Reviewed by Julien Chaffraix. |
+ |
+ A new tests for nodesFromRect that returns result from child frames. |
+ |
+ * fast/dom/nodesFromRect/nodesFromRect-child-frame-content-expected.txt: Added. |
+ * fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html: Added. |
+ * fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html: |
+ * fast/dom/nodesFromRect/resources/child-frame.html: Added. |
+ * fast/dom/nodesFromRect/resources/nodesFromRect.js: |
+ (check): |
+ (checkShadowContent): |
+ (nodesFromRectAsString): |
+ |
+2013-02-22 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Adding crash expectations for tests that regressed with r143624. |
+ * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining. |
+ |
+2013-02-22 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Skip tests until regressions (r143470, r143654) fixed. |
+ |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-22 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> |
+ |
+ Unreviewed gardening. |
+ |
+ Remove some platform expectations which are identical to the |
+ original ones. |
+ |
+ * platform/efl/http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked-expected.txt: Removed. |
+ * platform/gtk/http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Removed. |
+ * platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Removed. |
+ * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt: Removed. |
+ * platform/qt-5.0-wk2/http/tests/navigation/postredirect-frames-expected.txt: Removed. |
+ * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback2-expected.txt: Removed. |
+ |
+2013-02-22 Kondapally Kalyan <kalyan.kondapally@intel.com> |
+ |
+ [WebGL][EFL] Support for creating surface with alpha disabled. |
+ https://bugs.webkit.org/show_bug.cgi?id=110067 |
+ |
+ Reviewed by Kenneth Rohde Christiansen. |
+ |
+ Enabled compositing/webgl/webgl-no-alpha.html for Efl port. |
+ |
+ * platform/efl/TestExpectations: |
+ * platform/efl/compositing/webgl/webgl-no-alpha-expected.png: Added. |
+ * platform/efl/compositing/webgl/webgl-no-alpha-expected.txt: Added. |
+ |
+2013-02-22 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Layout Test fast/multicol/newmulticol/positioned-split.html is failing on chromium mac 10.8 since it was added |
+ https://bugs.webkit.org/show_bug.cgi?id=110568 |
+ |
+ Unreviewed test expectation update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-22 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Layout Test fast/loader/stateobjects/state-url-sets-links-visited.html is timing out in chromium |
+ https://bugs.webkit.org/show_bug.cgi?id=110566 |
+ |
+ Unreviewed test expectation update. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-22 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed tests rebaseline. |
+ |
+ * platform/chromium-linux-x86/fast/images/favicon-as-image-expected.png: Added. |
+ * platform/chromium-linux/fast/images/favicon-as-image-expected.png: |
+ * platform/chromium-linux/http/tests/misc/favicon-as-image-expected.png: Added. |
+ * platform/chromium-linux/http/tests/misc/favicon-as-image-expected.txt: Added. |
+ * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added. |
+ * platform/chromium-mac-lion/fast/images/favicon-as-image-expected.png: |
+ * platform/chromium-mac-lion/fast/images/favicon-as-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/images/favicon-as-image-expected.txt. |
+ * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: |
+ * platform/chromium-mac-snowleopard/fast/images/favicon-as-image-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: Added. |
+ * platform/chromium-mac/fast/images/favicon-as-image-expected.png: |
+ * platform/chromium-mac/fast/images/favicon-as-image-expected.txt: |
+ * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.png: |
+ * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/favicon-as-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/images/favicon-as-image-expected.txt. |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-21 Takashi Sakamoto <tasak@google.com> |
+ |
+ RenderTable::paintBoxDecorations sometimes draws box-shadow twice. |
+ https://bugs.webkit.org/show_bug.cgi?id=110196 |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ * fast/css/table-border-radius-with-box-shadow-expected.html: Added. |
+ * fast/css/table-border-radius-with-box-shadow.html: Added. |
+ |
+2013-02-21 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Add failing test expectations for bugs 110554 and 110555. |
+ |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-21 Benjamin Poulain <benjamin@webkit.org> |
+ |
+ Add support for testing states changing asynchronously. Apply it to state-url-sets-links-visited.html. |
+ https://bugs.webkit.org/show_bug.cgi?id=109883 |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ Some tests depends on state change happening asynchronously. This is typically solved by using |
+ timers with a long enough interval. |
+ |
+ Timers have the general pitfalls of causing unreliable tests, and forcing unnecessary delays |
+ in the tests. |
+ |
+ This patch introduces new testing helpers, shouldBecomeEqual and shouldBecomeEqualToString, to |
+ test a change of state repetively until it succeed (or timeout). Those test functions execute |
+ the condition every 5ms until the test succeed. |
+ |
+ The helper shouldBecomeEqualToString is applied on state-url-sets-links-visited.html to illustrate |
+ the concept. |
+ |
+ * fast/js/resources/js-test-pre.js: |
+ (_waitForCondition): Generic helper function for the familly shouldBecomeXXX. |
+ (.condition): |
+ (.failureHandler): |
+ (shouldBecomeEqual): |
+ (shouldBecomeEqualToString): |
+ |
+ * fast/loader/stateobjects/state-url-sets-links-visited.html: |
+ * platform/wk2/TestExpectations: |
+ state-url-sets-links-visited.html fails on WebKit2 because the visited links table is updated |
+ asynchronously, and the style is only updated after 1 IPC message + 1 timer + 1 IPC message. |
+ |
+ The test is changed to use shouldBecomeEqualToString in order to become reliable. If the UIProcess |
+ does not update the style in a reasonable amount of time, the test fails. |
+ |
+2013-02-21 Adam Barth <abarth@webkit.org> |
+ |
+ Threaded HTML Parser fails fast/dom/Document/readystate.html |
+ https://bugs.webkit.org/show_bug.cgi?id=110529 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ This test is a reduction of the original issue. |
+ |
+ * fast/parser/body-should-exist-after-open-close-expected.txt: Added. |
+ * fast/parser/body-should-exist-after-open-close.html: Added. |
+ |
+2013-02-21 Rouslan Solomakhin <rouslan@chromium.org> |
+ |
+ Fix editing/spelling/spelling-changed-text.html on Qt and GTK |
+ https://bugs.webkit.org/show_bug.cgi?id=110447 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ After r143470 editing/spelling/spelling-changed-text.html fails on Qt and GTK, |
+ because Qt and Gtk spelling tests do not mark "cheher" as a misspelling. This |
+ patch changes the test to use the misspelling "wellcome" instead. |
+ |
+ * editing/spelling/spelling-changed-text-expected.txt: Changed "cheher" to "wellcome". |
+ * editing/spelling/spelling-changed-text.html: Changed "cheher" to "wellcome". |
+ * platform/gtk/TestExpectations: Enabled editing/spelling/spelling-changed-text.html test. |
+ * platform/qt/TestExpectations: Enabled editing/spelling/spelling-changed-text.html test. |
+ |
+2013-02-21 Eric Seidel <eric@webkit.org> |
+ |
+ LayoutTests/fast/encoding/parser-tests-*.html timeout with threaded HTML parser |
+ https://bugs.webkit.org/show_bug.cgi?id=109995 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Mark http/tests/security/feed-urls-from-remote.html as timeout on chromium. |
+ I believe this is due to a bug in our DRT implementation in the policyDelegate case |
+ (which AFAIK is not a codepath which Chromium actually uses in the wild). |
+ The test already times out on TOT if you remove the setCustomPolicyDelegate calls. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-21 Erik Arvidsson <arv@chromium.org> |
+ |
+ Nodes should not have attributes property |
+ https://bugs.webkit.org/show_bug.cgi?id=110510 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * fast/dom/Node/initial-values-expected.txt: |
+ * fast/dom/Node/script-tests/initial-values.js: |
+ * fast/dom/Text/text-should-not-have-attributes-expected.txt: Added. |
+ * fast/dom/Text/text-should-not-have-attributes.html: Added. |
+ |
+2013-02-21 Alok Priyadarshi <alokp@chromium.org> |
+ |
+ Suppressed failing tests after r143626. |
+ These tests need to be rebaselined. |
+ |
+ Unreviewed gardening of TestExpectations. |
+ |
+ * platform/efl/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-21 Simon Fraser <simon.fraser@apple.com> |
+ |
+ [Safari] Crash with opacity + drop shadow filter + child element extending beyond filter outsets |
+ https://bugs.webkit.org/show_bug.cgi?id=107467 |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ Testcase with filtered element with opacity, and layer child. |
+ |
+ * css3/filters/filter-with-opacity-and-children-expected.txt: Added. |
+ * css3/filters/filter-with-opacity-and-children.html: Added. |
+ |
+2013-02-21 Philip Rogers <pdr@google.com> |
+ |
+ Rebaseline 4 SVG tests after an aspect ratio change in r143389 |
+ |
+ These 4 SVG tests needed a rebaseline after fixing WK99984. |
+ |
+ Unreviewed rebaseline of test expectations. |
+ |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
+ * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png: Added. |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
+ * platform/chromium-mac/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added. |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-21 Philip Rogers <pdr@google.com> |
+ |
+ Fix duplicate TestExpecataions entry for svg/custom/foreign-object-skew.svg |
+ |
+ Unreviewed gardening of TestExpecations |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-21 Filip Pizlo <fpizlo@apple.com> |
+ |
+ Rebalance the running times of JSRegress somewhat. |
+ |
+ Rubber stamped by Mark Hahnenberg. |
+ |
+ * fast/js/regress/script-tests/adapt-to-double-divide.js: |
+ (foo): |
+ * fast/js/regress/script-tests/array-access-polymorphic-structure.js: |
+ * fast/js/regress/script-tests/int-overflow-local.js: |
+ * fast/js/regress/script-tests/method-on-number.js: |
+ (foo): |
+ * fast/js/regress/script-tests/rare-osr-exit-on-local.js: |
+ * fast/js/regress/script-tests/slow-convergence.js: |
+ |
+2013-02-21 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r143419. |
+ http://trac.webkit.org/changeset/143419 |
+ https://bugs.webkit.org/show_bug.cgi?id=110507 |
+ |
+ Broke border-image on Mac (Requested by jpfau on #webkit). |
+ |
+ * fast/borders/border-image-02.html: Removed. |
+ * platform/chromium-linux/fast/borders/border-image-02-expected.png: Removed. |
+ * platform/chromium/TestExpectations: |
+ * platform/chromium/fast/borders/border-image-02-expected.txt: Removed. |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/fast/borders/border-image-02-expected.png: Removed. |
+ * platform/gtk/fast/borders/border-image-02-expected.txt: Removed. |
+ * platform/mac-wk2/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ * platform/win/TestExpectations: |
+ |
+2013-02-21 Filip Pizlo <fpizlo@apple.com> |
+ |
+ Add Apache's HashMap.java translated into JavaScript as a JSRegress test |
+ |
+ Rubber stamped by Geoffrey Garen. |
+ |
+ * fast/js/regress/HashMap-put-get-iterate-keys.html: Added. |
+ * fast/js/regress/HashMap-put-get-iterate.html: Added. |
+ * fast/js/regress/HashMap-string-put-get-iterate.html: Added. |
+ * fast/js/regress/script-tests/HashMap-put-get-iterate-keys.js: Added. |
+ (HashMap): |
+ (HashMap.): |
+ (get var): |
+ * fast/js/regress/script-tests/HashMap-put-get-iterate.js: Added. |
+ (HashMap): |
+ (HashMap.): |
+ (get var): |
+ * fast/js/regress/script-tests/HashMap-string-put-get-iterate.js: Added. |
+ (HashMap): |
+ (HashMap.): |
+ (get var): |
+ |
+2013-02-21 Tom Sepez <tsepez@chromium.org> |
+ |
+ XSSAuditor should block pages by redirecting to a sandboxed data: URL. |
+ https://bugs.webkit.org/show_bug.cgi?id=110406 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt: Added. |
+ * http/tests/security/xssAuditor/block-does-not-leak-location.html: Added. |
+ * http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt: Added. |
+ * http/tests/security/xssAuditor/block-does-not-leak-referrer.html: Added. |
+ * http/tests/security/xssAuditor/full-block-base-href-expected.txt: |
+ * http/tests/security/xssAuditor/full-block-base-href.html: |
+ * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt: |
+ * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt: |
+ * http/tests/security/xssAuditor/full-block-iframe-javascript-url.html: |
+ * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php: |
+ * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt: |
+ * http/tests/security/xssAuditor/full-block-javascript-link.html: |
+ * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt: |
+ * http/tests/security/xssAuditor/full-block-link-onclick.html: |
+ * http/tests/security/xssAuditor/full-block-object-tag-expected.txt: |
+ * http/tests/security/xssAuditor/full-block-object-tag.html: |
+ * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt: |
+ * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt: Added. |
+ * http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html: Added. |
+ * http/tests/security/xssAuditor/full-block-script-tag-expected.txt: |
+ * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt: |
+ * http/tests/security/xssAuditor/full-block-script-tag-with-source.html: |
+ * http/tests/security/xssAuditor/full-block-script-tag.html: |
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-1.html: |
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-2.html: |
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-3.html: |
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-4.html: |
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-5.html: |
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-6.html: |
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-7.html: |
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-8.html: |
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-9.html: |
+ * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt: |
+ * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt: |
+ * http/tests/security/xssAuditor/xss-protection-parsing-02.html: |
+ * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt: |
+ * http/tests/security/xssAuditor/xss-protection-parsing-03.html: |
+ * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt: |
+ * http/tests/security/xssAuditor/xss-protection-parsing-04.html: |
+ Rebaselined tests. Can no longer use final location of about:blank to |
+ indicate success. |
+ |
+ * http/tests/security/xssAuditor/resources/utilities.js: |
+ (checkIfFrameLocationMatchesSrcAndCallDone): |
+ Check final location against frame source (should only match when same |
+ origin and not blocked). |
+ |
+ * http/tests/security/xssAuditor/resources/echo-intertag.pl: |
+ Clean up noise in httpd error log about undefined values. |
+ |
+2013-02-21 Christian Biesinger <cbiesinger@chromium.org> |
+ |
+ Convert buttons from DeprecatedFlexBox to nondeprecated FlexibleBox |
+ https://bugs.webkit.org/show_bug.cgi?id=109994 |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ * fast/flexbox/box-orient-button.html: Change -webkit-box to |
+ -webkit-flex, and related changes. |
+ * fast/flexbox/resources/box-orient-button.js: |
+ (setFlexDirection): webkitBoxOrient -> webkitFlexDirection |
+ |
+ * fast/replaced/table-percent-height.html: Give a value to the |
+ <input type="button"> so that the layout doesn't change. No need to |
+ change expectations because this test uses dumpAsText() and just |
+ compares one button's height to another. |
+ |
+ * http/tests/security/isolatedWorld/userGestureEvents.html: Add text |
+ to the button so that sending the click event doesn't miss the |
+ now-smaller button. |
+ * http/tests/security/isolatedWorld/userGestureEvents-expected.txt: |
+ Add that text to the expectation too. |
+ |
+ * fast/forms/button-generated-content-expected.txt: |
+ * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.png: |
+ * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.txt: |
+ * platform/chromium-linux/fast/forms/button-generated-content-expected.png: |
+ * platform/chromium-linux/fast/forms/button-generated-content-expected.txt: |
+ * platform/chromium-linux/fast/forms/select-baseline-expected.png: |
+ * platform/chromium-linux/fast/forms/select-baseline-expected.txt: |
+ * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png: |
+ * platform/chromium-linux/svg/custom/foreign-object-skew-expected.txt: |
+ * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png: |
+ * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.txt: |
+ * platform/mac/css2.1/20110323/replaced-elements-001-expected.txt: |
+ * platform/mac/fast/forms/select-baseline-expected.txt: |
+ * platform/mac/svg/custom/foreign-object-skew-expected.txt: |
+ Rebaseline. Most changes come from the fact that an empty button now |
+ consistently has a small height, when previously it would sometimes |
+ have the height of the line. See this testcase: |
+ https://bugs.webkit.org/attachment.cgi?id=188679 |
+ The new behavior is consistent with Firefox. |
+ |
+ The only other difference is fast/forms/button-generated-content.html: |
+ The empty buttons are now aligned on the baseline instead of being |
+ vertically centered in the line. This is consistent with Firefox. |
+ |
+ * platform/chromium/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ * platform/win/TestExpectations: |
+ Mark tests for rebaselining. |
+ |
+2013-02-21 Beth Dakin <bdakin@apple.com> |
+ |
+ Out-of-view fixed position check should not be affected by page scale at all on Mac |
+ https://bugs.webkit.org/show_bug.cgi?id=110294 |
+ -and corresponding- |
+ <rdar://problem/13247582> |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ These layer results should be the same regardless of the scale factor. |
+ |
+ * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: |
+ * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: |
+ * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html: |
+ * compositing/layer-creation/fixed-position-out-of-view-scaled.html: |
+ * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Removed. |
+ * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Removed. |
+ * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed-expected.txt: |
+ |
+ Skip these on Chromium for now. |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-21 Philip Rogers <pdr@google.com> |
+ |
+ Stop starting animations when leaving a page |
+ https://bugs.webkit.org/show_bug.cgi?id=110257 |
+ |
+ Reviewed by Stephen Chenney. |
+ |
+ * svg/animations/reset-animation-crash-expected.html: Added. |
+ * svg/animations/reset-animation-crash.html: Added. |
+ |
+2013-02-21 Nate Chapin <japhet@chromium.org> |
+ |
+ REGRESSION: Crash in MainResourceLoader::setDataBufferingPolicy when sharing an html5 video via email |
+ https://bugs.webkit.org/show_bug.cgi?id=110075 |
+ |
+ Reviewed by Alexey Proskuryakov. |
+ |
+ * webarchive/loading/resources/video-in-webarchive.webarchive: Added. |
+ * webarchive/loading/video-in-webarchive-expected.txt: Added. |
+ * webarchive/loading/video-in-webarchive.html: Added. |
+ |
+2013-02-21 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r143616. |
+ http://trac.webkit.org/changeset/143616 |
+ https://bugs.webkit.org/show_bug.cgi?id=110491 |
+ |
+ Caused a test failure on Chromium Mac. (Requested by vollick |
+ on #webkit). |
+ |
+ * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Removed. |
+ * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Removed. |
+ |
+2013-02-21 Alok Priyadarshi <alokp@chromium.org> |
+ |
+ Mark GraphicsLayers as opaque when possible |
+ https://bugs.webkit.org/show_bug.cgi?id=70634 |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ * compositing/absolute-inside-out-of-view-fixed-expected.txt: |
+ * compositing/backing/no-backing-for-clip-expected.txt: |
+ * compositing/backing/no-backing-for-clip-overlap-expected.txt: |
+ * compositing/backing/no-backing-for-perspective-expected.txt: |
+ * compositing/clip-child-by-non-stacking-ancestor-expected.txt: |
+ * compositing/columns/composited-in-paginated-expected.txt: |
+ * compositing/contents-opaque/contents-opaque-background-clip-expected.txt: Copied from LayoutTests/platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt. |
+ * compositing/contents-opaque/contents-opaque-background-clip.html: Added. |
+ * compositing/contents-opaque/contents-opaque-background-color-expected.txt: Copied from LayoutTests/platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt. |
+ * compositing/contents-opaque/contents-opaque-background-color.html: Added. |
+ * compositing/contents-opaque/contents-opaque-layer-opacity-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt. |
+ * compositing/contents-opaque/contents-opaque-layer-opacity.html: Added. |
+ * compositing/contents-opaque/contents-opaque-layer-transform-expected.txt: Copied from LayoutTests/compositing/clip-child-by-non-stacking-ancestor-expected.txt. |
+ * compositing/contents-opaque/contents-opaque-layer-transform.html: Added. |
+ * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: |
+ * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: |
+ * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: |
+ * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: |
+ * compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: |
+ * compositing/geometry/bounds-ignores-hidden-expected.txt: |
+ * compositing/geometry/clip-expected.txt: |
+ * compositing/geometry/clip-inside-expected.txt: |
+ * compositing/geometry/fixed-position-composited-switch-expected.txt: |
+ * compositing/geometry/flipped-writing-mode-expected.txt: |
+ * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: |
+ * compositing/geometry/layer-due-to-layer-children-switch-expected.txt: |
+ * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: |
+ * compositing/geometry/limit-layer-bounds-fixed-expected.txt: |
+ * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: |
+ * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: |
+ * compositing/geometry/limit-layer-bounds-positioned-expected.txt: |
+ * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: |
+ * compositing/geometry/limit-layer-bounds-transformed-expected.txt: |
+ * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: |
+ * compositing/geometry/preserve-3d-switching-expected.txt: |
+ * compositing/iframes/become-composited-nested-iframes-expected.txt: |
+ * compositing/iframes/become-overlapped-iframe-expected.txt: |
+ * compositing/iframes/composited-parent-iframe-expected.txt: |
+ * compositing/iframes/connect-compositing-iframe-delayed-expected.txt: |
+ * compositing/iframes/connect-compositing-iframe-expected.txt: |
+ * compositing/iframes/connect-compositing-iframe2-expected.txt: |
+ * compositing/iframes/connect-compositing-iframe3-expected.txt: |
+ * compositing/iframes/enter-compositing-iframe-expected.txt: |
+ * compositing/iframes/iframe-resize-expected.txt: |
+ * compositing/iframes/invisible-nested-iframe-hide-expected.txt: |
+ * compositing/iframes/invisible-nested-iframe-show-expected.txt: |
+ * compositing/iframes/overlapped-iframe-expected.txt: |
+ * compositing/iframes/overlapped-iframe-iframe-expected.txt: |
+ * compositing/iframes/overlapped-nested-iframes-expected.txt: |
+ * compositing/iframes/page-cache-layer-tree-expected.txt: |
+ * compositing/iframes/scrolling-iframe-expected.txt: |
+ * compositing/layer-creation/animation-overlap-with-children-expected.txt: |
+ * compositing/layer-creation/fixed-position-and-transform-expected.txt: |
+ * compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: |
+ * compositing/layer-creation/fixed-position-out-of-view-expected.txt: |
+ * compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: |
+ * compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: |
+ * compositing/layer-creation/fixed-position-under-transform-expected.txt: |
+ * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: |
+ * compositing/layer-creation/overflow-scroll-overlap-expected.txt: |
+ * compositing/layer-creation/overlap-animation-clipping-expected.txt: |
+ * compositing/layer-creation/overlap-animation-expected.txt: |
+ * compositing/layer-creation/overlap-child-layer-expected.txt: |
+ * compositing/layer-creation/overlap-clipping-expected.txt: |
+ * compositing/layer-creation/overlap-transformed-3d-expected.txt: |
+ * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: |
+ * compositing/layer-creation/overlap-transformed-layer-expected.txt: |
+ * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: |
+ * compositing/layer-creation/overlap-transforms-expected.txt: |
+ * compositing/layer-creation/spanOverlapsCanvas-expected.txt: |
+ * compositing/layer-creation/stacking-context-overlap-expected.txt: |
+ * compositing/layer-creation/translatez-overlap-expected.txt: |
+ * compositing/masks/mask-layer-size-expected.txt: |
+ * compositing/overflow-trumps-transform-style-expected.txt: |
+ * compositing/overflow/clip-descendents-expected.txt: |
+ * compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: |
+ * compositing/overflow/textarea-scroll-touch-expected.txt: |
+ * compositing/plugins/no-backing-store-expected.txt: |
+ * compositing/repaint/invalidations-on-composited-layers-expected.txt: |
+ * compositing/rtl/rtl-absolute-expected.txt: |
+ * compositing/rtl/rtl-absolute-overflow-expected.txt: |
+ * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: |
+ * compositing/rtl/rtl-fixed-expected.txt: |
+ * compositing/rtl/rtl-fixed-overflow-expected.txt: |
+ * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
+ * compositing/rtl/rtl-iframe-absolute-expected.txt: |
+ * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: |
+ * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: |
+ * compositing/rtl/rtl-iframe-fixed-expected.txt: |
+ * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: |
+ * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: |
+ * compositing/rtl/rtl-iframe-relative-expected.txt: |
+ * compositing/rtl/rtl-relative-expected.txt: |
+ * compositing/tiled-layers-hidpi-expected.txt: |
+ * compositing/tiling/backface-preserve-3d-tiled-expected.txt: |
+ * compositing/tiling/crash-reparent-tiled-layer-expected.txt: |
+ * compositing/tiling/huge-layer-add-remove-child-expected.txt: |
+ * compositing/tiling/huge-layer-with-layer-children-expected.txt: |
+ * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: |
+ * compositing/tiling/rotated-tiled-clamped-expected.txt: |
+ * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: |
+ * compositing/tiling/tile-cache-zoomed-expected.txt: |
+ * compositing/tiling/tiled-layer-resize-expected.txt: |
+ * compositing/visible-rect/2d-transformed-expected.txt: |
+ * compositing/visible-rect/3d-transform-style-expected.txt: |
+ * compositing/visible-rect/3d-transformed-expected.txt: |
+ * compositing/visible-rect/animated-expected.txt: |
+ * compositing/visible-rect/animated-from-none-expected.txt: |
+ * compositing/visible-rect/clipped-by-viewport-expected.txt: |
+ * compositing/visible-rect/clipped-visible-rect-expected.txt: |
+ * compositing/visible-rect/iframe-and-layers-expected.txt: |
+ * compositing/visible-rect/iframe-no-layers-expected.txt: |
+ * compositing/visible-rect/nested-transform-expected.txt: |
+ * compositing/visible-rect/scrolled-expected.txt: |
+ * css3/filters/filtered-compositing-descendant-expected.txt: |
+ * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: |
+ * platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: |
+ * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
+ * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: |
+ * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: |
+ * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: |
+ * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: |
+ * platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: |
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: |
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: |
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: |
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: |
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: |
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: |
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: |
+ * platform/chromium-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt: |
+ * platform/chromium-mac/compositing/overflow/textarea-scroll-touch-expected.txt: |
+ * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: |
+ * platform/chromium-mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: |
+ * platform/chromium-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: |
+ * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: |
+ * platform/chromium-mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: |
+ * platform/chromium-mac/platform/chromium/virtual/gpu/compositedscrolling/overflow/textarea-scroll-touch-expected.txt: |
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/textarea-scroll-touch-expected.txt: |
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt: |
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: |
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: |
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: |
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt: |
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt: |
+ * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: |
+ * platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: |
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt: |
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt: |
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt: |
+ * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt: |
+ * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt: |
+ * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt: |
+ * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: |
+ * platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: |
+ * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: |
+ * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: |
+ * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: |
+ * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt: |
+ * platform/chromium-win/compositing/iframes/invisible-nested-iframe-show-expected.txt: |
+ * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: |
+ * platform/chromium-win/compositing/tiling/crash-reparent-tiled-layer-expected.txt: |
+ * platform/chromium-win/compositing/tiling/huge-layer-add-remove-child-expected.txt: |
+ * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-expected.txt: |
+ * platform/chromium-win/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: |
+ * platform/chromium/TestExpectations: |
+ * platform/chromium/compositing/backing/no-backing-for-clip-expected.txt: |
+ * platform/chromium/compositing/backing/no-backing-for-clip-overlap-expected.txt: |
+ * platform/chromium/compositing/backing/no-backing-for-perspective-expected.txt: |
+ * platform/chromium/compositing/columns/composited-in-paginated-expected.txt: |
+ * platform/chromium/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: |
+ * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: |
+ * platform/chromium/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: |
+ * platform/chromium/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: |
+ * platform/chromium/compositing/geometry/clip-expected.txt: |
+ * platform/chromium/compositing/geometry/clip-inside-expected.txt: |
+ * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt: |
+ * platform/chromium/compositing/geometry/flipped-writing-mode-expected.txt: |
+ * platform/chromium/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: |
+ * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: |
+ * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: |
+ * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-expected.txt: |
+ * platform/chromium/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: |
+ * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-expected.txt: |
+ * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: |
+ * platform/chromium/compositing/geometry/preserve-3d-switching-expected.txt: |
+ * platform/chromium/compositing/iframes/become-composited-nested-iframes-expected.txt: |
+ * platform/chromium/compositing/iframes/become-overlapped-iframe-expected.txt: |
+ * platform/chromium/compositing/iframes/composited-parent-iframe-expected.txt: |
+ * platform/chromium/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: |
+ * platform/chromium/compositing/iframes/connect-compositing-iframe-expected.txt: |
+ * platform/chromium/compositing/iframes/connect-compositing-iframe2-expected.txt: |
+ * platform/chromium/compositing/iframes/connect-compositing-iframe3-expected.txt: |
+ * platform/chromium/compositing/iframes/enter-compositing-iframe-expected.txt: |
+ * platform/chromium/compositing/iframes/iframe-resize-expected.txt: |
+ * platform/chromium/compositing/iframes/iframe-size-from-zero-expected.txt: |
+ * platform/chromium/compositing/iframes/invisible-nested-iframe-hide-expected.txt: |
+ * platform/chromium/compositing/iframes/overlapped-iframe-expected.txt: |
+ * platform/chromium/compositing/iframes/overlapped-iframe-iframe-expected.txt: |
+ * platform/chromium/compositing/iframes/overlapped-nested-iframes-expected.txt: |
+ * platform/chromium/compositing/iframes/resizer-expected.txt: |
+ * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt: |
+ * platform/chromium/compositing/layer-creation/fixed-position-and-transform-expected.txt: |
+ * platform/chromium/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: |
+ * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-expected.txt: |
+ * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: |
+ * platform/chromium/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: |
+ * platform/chromium/compositing/layer-creation/fixed-position-under-transform-expected.txt: |
+ * platform/chromium/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: |
+ * platform/chromium/compositing/layer-creation/overflow-scroll-overlap-expected.txt: |
+ * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt: |
+ * platform/chromium/compositing/layer-creation/overlap-animation-expected.txt: |
+ * platform/chromium/compositing/layer-creation/overlap-child-layer-expected.txt: |
+ * platform/chromium/compositing/layer-creation/overlap-clipping-expected.txt: |
+ * platform/chromium/compositing/layer-creation/overlap-transformed-3d-expected.txt: |
+ * platform/chromium/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: |
+ * platform/chromium/compositing/layer-creation/overlap-transformed-layer-expected.txt: |
+ * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: |
+ * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt: |
+ * platform/chromium/compositing/layer-creation/spanOverlapsCanvas-expected.txt: |
+ * platform/chromium/compositing/layer-creation/stacking-context-overlap-expected.txt: |
+ * platform/chromium/compositing/layer-creation/translatez-overlap-expected.txt: |
+ * platform/chromium/compositing/overflow-trumps-transform-style-expected.txt: |
+ * platform/chromium/compositing/overflow/clip-descendents-expected.txt: |
+ * platform/chromium/compositing/rtl/rtl-absolute-expected.txt: |
+ * platform/chromium/compositing/rtl/rtl-absolute-overflow-expected.txt: |
+ * platform/chromium/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: |
+ * platform/chromium/compositing/rtl/rtl-fixed-expected.txt: |
+ * platform/chromium/compositing/rtl/rtl-fixed-overflow-expected.txt: |
+ * platform/chromium/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
+ * platform/chromium/compositing/rtl/rtl-iframe-absolute-expected.txt: |
+ * platform/chromium/compositing/rtl/rtl-iframe-fixed-expected.txt: |
+ * platform/chromium/compositing/rtl/rtl-iframe-relative-expected.txt: |
+ * platform/chromium/compositing/rtl/rtl-relative-expected.txt: |
+ * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt: |
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: |
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt: |
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: |
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: |
+ * platform/efl/compositing/repaint/invalidations-on-composited-layers-expected.txt: |
+ * platform/mac-wk2/compositing/visible-rect/iframe-no-layers-expected.txt: |
+ * platform/mac/TestExpectations: |
+ * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt: |
+ * platform/mac/compositing/iframes/resizer-expected.txt: |
+ * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: |
+ * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: |
+ * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt: |
+ * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: |
+ * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: |
+ * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: |
+ * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: |
+ * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt: |
+ * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: |
+ * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: |
+ * platform/mac/compositing/tiling/tiled-layer-resize-expected.txt: |
+ * platform/mac/compositing/visible-rect/iframe-no-layers-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt: |
+ * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: |
+ * platform/qt/compositing/backing/no-backing-for-clip-expected.txt: |
+ * platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt: |
+ * platform/qt/compositing/backing/no-backing-for-perspective-expected.txt: |
+ * platform/qt/compositing/geometry/preserve-3d-switching-expected.txt: |
+ * platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt: |
+ * platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: |
+ * platform/qt/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: |
+ * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt: |
+ * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt: |
+ * platform/win/compositing/tiling/rotated-tiled-clamped-expected.txt: |
+ * platform/win/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: |
+ |
+2013-02-21 Julien Chaffraix <jchaffraix@webkit.org> |
+ |
+ [CSS Grid Layout] Implement grid growth during auto placement |
+ https://bugs.webkit.org/show_bug.cgi?id=110418 |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ * fast/css-grid-layout/grid-item-addition-auto-placement-update-expected.txt: |
+ * fast/css-grid-layout/grid-item-removal-auto-placement-update-expected.txt: |
+ |
+2013-02-21 Andrei Bucur <abucur@adobe.com> |
+ |
+ -webkit-margin-collapse: separate doesn't work correctly for before margins |
+ https://bugs.webkit.org/show_bug.cgi?id=109956 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ The test verifies a child specifying "-webkit-margin-collapse: separate" is correctly positioned inside |
+ its container, at a value equal with the top margin of the child. The container also need to be sized |
+ accordingly. |
+ |
+ * fast/block/margin-collapse/webkit-margin-collapse-separate-position-expected.txt: Added. |
+ * fast/block/margin-collapse/webkit-margin-collapse-separate-position.html: Added. |
+ |
+2013-02-21 Tien-Ren Chen <trchen@chromium.org> |
+ |
+ Need to re-layout fixed position elements after scale when using settings()->fixedElementsLayoutRelativeToFrame() |
+ https://bugs.webkit.org/show_bug.cgi?id=105486 |
+ |
+ Reviewed by James Robinson. |
+ |
+ In settings()->fixedElementsLayoutRelativeToFrame() mode, fixed-position |
+ elements are layout relative to the current visible viewport, which can |
+ be different from the layout viewport when using fixed-layout mode. |
+ We need to re-layout fixed-position elements in case of visible content |
+ size changes. |
+ |
+ The test is currently chromium-specific due to difficulties to make this |
+ test works on Mac. The mac port seems to work very differently with |
+ visible content size when a page is scaled. And there is no reliable way |
+ to hide scrollbars in mac-wk1 that doesn't cause a side effect. |
+ |
+ * platform/chromium/fast/repaint/relayout-fixed-position-after-scale-expected.html: Added. |
+ * platform/chromium/fast/repaint/relayout-fixed-position-after-scale.html: Added. |
+ |
+2013-02-21 Mihnea Ovidenie <mihnea@adobe.com> |
+ |
+ [CSS Regions] border-radius on a region causes overflow to be hidden |
+ https://bugs.webkit.org/show_bug.cgi?id=103684 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ The fix for https://bugs.webkit.org/show_bug.cgi?id=74132, making RenderRegion |
+ inherit from RenderBlock instead of RenderReplaced, also fixed this bug. |
+ Still, it deserves a test. |
+ |
+ * fast/regions/last-region-border-radius-expected.html: Added. |
+ * fast/regions/last-region-border-radius.html: Added. |
+ |
+2013-02-21 David Hyatt <hyatt@apple.com> |
+ |
+ [New Multicolumn] Add a positioned object pagination test. |
+ https://bugs.webkit.org/show_bug.cgi?id=110480. |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ * fast/multicol/newmulticol/positioned-split-expected.html: Added. |
+ * fast/multicol/newmulticol/positioned-split.html: Added. |
+ |
+2013-02-21 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> |
+ |
+ [EFL] Gardening; unskip test that is now passing on the bots. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-21 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> |
+ |
+ [EFL] Unreviewed gardening. |
+ |
+ Unskip some tests which are passing; too bad nobody cared to file |
+ bugs for them in the first place. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-21 Andrey Adaikin <aandrey@chromium.org> |
+ |
+ Web Inspector: [Canvas] UI: more intuitive control buttons |
+ https://bugs.webkit.org/show_bug.cgi?id=110327 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/profiler/canvas2d/canvas-replay-log-grid.html: |
+ |
+2013-02-21 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
+ |
+ [EFL] Unreviewed gardening. |
+ |
+ * platform/efl/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505. |
+ * platform/efl/fast/js/global-constructors-expected.txt: Ditto. |
+ * platform/efl/TestExpectations: Added editing/spelling/spelling-changed-text.html after r143470. |
+ |
+2013-02-21 Alexander Pavlov <apavlov@chromium.org> |
+ |
+ Web Inspector: Local/session storage tree items in the Resources panel after page refresh are not shown |
+ https://bugs.webkit.org/show_bug.cgi?id=109572 |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ * http/tests/inspector-enabled/dom-storage-open-expected.txt: |
+ * http/tests/inspector-enabled/dom-storage-open.html: |
+ |
+2013-02-21 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r143581. |
+ http://trac.webkit.org/changeset/143581 |
+ https://bugs.webkit.org/show_bug.cgi?id=110457 |
+ |
+ Breaks Windows builds (compile + link) (Requested by apavlov |
+ on #webkit). |
+ |
+ * http/tests/inspector-enabled/dom-storage-open-expected.txt: |
+ * http/tests/inspector-enabled/dom-storage-open.html: |
+ |
+2013-02-21 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Get rid of parsedURL in uiSourceCode, use name and path for displayName instead. |
+ https://bugs.webkit.org/show_bug.cgi?id=110335 |
+ |
+ Reviewed by Alexander Pavlov. |
+ |
+ * http/tests/inspector-enabled/dynamic-scripts.html: |
+ * http/tests/inspector/debugger-test.js: |
+ (initialize_DebuggerTest): |
+ * inspector/debugger/dynamic-scripts.html: |
+ * inspector/debugger/scripts-file-selector-expected.txt: |
+ * inspector/debugger/source-url-comment.html: |
+ * inspector/styles/edit-inspector-stylesheet.html: |
+ * inspector/styles/styles-add-new-rule.html: |
+ |
+2013-02-21 Alexander Pavlov <apavlov@chromium.org> |
+ |
+ Web Inspector: Local/session storage tree items in the Resources panel after page refresh are not shown |
+ https://bugs.webkit.org/show_bug.cgi?id=109572 |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ * http/tests/inspector-enabled/dom-storage-open-expected.txt: |
+ * http/tests/inspector-enabled/dom-storage-open.html: |
+ |
+2013-02-21 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. |
+ |
+ * platform/qt-5.0-wk2/TestExpectations: Skip failing reftests. |
+ * platform/qt/TestExpectations: Skip failing tests after r143541 and r110447. |
+ * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505. |
+ * platform/qt/fast/js/global-constructors-expected.txt: Rebaselining after r143505. |
+ |
+2013-02-21 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Adding failure expectations for tests introduced in r143470 and r143541. |
+ * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Rebaselining after r143505. |
+ * platform/gtk/fast/js/global-constructors-expected.txt: Ditto. |
+ |
+2013-02-21 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Skipped failing inpector tests after r143300. |
+ https://bugs.webkit.org/show_bug.cgi?id=110440. |
+ |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-21 Ken Kania <kkania@chromium.org> |
+ |
+ Web Inspector: Add command for selecting files for file input element |
+ https://bugs.webkit.org/show_bug.cgi?id=109308 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector-protocol/dom/setFileInputFiles-expected.txt: Added. |
+ * inspector-protocol/dom/setFileInputFiles.html: Added. |
+ * platform/chromium/inspector-protocol/dom/setFileInputFiles-expected.txt: Added. |
+ |
+2013-02-21 Pan Deng <pan.deng@intel.com> |
+ |
+ [Web Inspector]Add WebSocket networking events in WebInspector Timeline panel. |
+ https://bugs.webkit.org/show_bug.cgi?id=105527. |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ This change add the record event type to test expections. The Events are CreateWebSocket, |
+ SendWebSocketHandshakeRequest, ReceiveWebSocketHandShakeResponse and DestoryWebSocket. |
+ timeline-test.js was moved to http folder, since new added websocket test need it from server side. |
+ |
+ * http/tests/inspector/timeline-test.js: Renamed from LayoutTests/inspector/timeline/timeline-test.js. |
+ (initialize_Timeline.InspectorTest.startTimeline.addRecord): |
+ (initialize_Timeline.InspectorTest.startTimeline): |
+ (initialize_Timeline.addRecord): |
+ (initialize_Timeline.InspectorTest.waitForRecordType): |
+ (initialize_Timeline.InspectorTest.stopTimeline): |
+ (initialize_Timeline.step1): |
+ (initialize_Timeline.step2): |
+ (initialize_Timeline.InspectorTest.evaluateWithTimeline): |
+ (initialize_Timeline.): |
+ (initialize_Timeline.InspectorTest.performActionsAndPrint): |
+ (initialize_Timeline.InspectorTest.printTimelineRecords): |
+ (initialize_Timeline.InspectorTest.printTimestampRecords): |
+ (initialize_Timeline.InspectorTest.innerPrintTimelineRecords): |
+ (initialize_Timeline.InspectorTest.dumpTimelineRecord): |
+ (initialize_Timeline.InspectorTest.dumpTimelineRecords): |
+ (initialize_Timeline.InspectorTest.printTimelineRecordProperties): |
+ (initialize_Timeline.InspectorTest._timelineAgentTypeToString): |
+ (initialize_Timeline.InspectorTest.findPresentationRecord.findByType): |
+ (initialize_Timeline.InspectorTest.findPresentationRecord): |
+ (initialize_Timeline.InspectorTest.FakeFileReader): |
+ (initialize_Timeline.InspectorTest.FakeFileReader.prototype.start): |
+ (initialize_Timeline.InspectorTest.FakeFileReader.prototype.cancel): |
+ (initialize_Timeline.InspectorTest.FakeFileReader.prototype.loadedSize): |
+ (initialize_Timeline.InspectorTest.FakeFileReader.prototype.fileSize): |
+ (initialize_Timeline.InspectorTest.FakeFileReader.prototype.fileName): |
+ (initialize_Timeline.InspectorTest): |
+ (initialize_Timeline): |
+ * http/tests/inspector/websocket/timeline-websocket-event-expected.txt: Added. |
+ * http/tests/inspector/websocket/timeline-websocket-event.html: Added. |
+ * inspector/timeline/timeline-animation-frame.html: Modify address of script "timeline-test.js" |
+ * inspector/timeline/timeline-decode-resize.html: |
+ * inspector/timeline/timeline-dom-content-loaded-event.html: |
+ * inspector/timeline/timeline-enum-stability-expected.txt: |
+ * inspector/timeline/timeline-event-dispatch.html: |
+ * inspector/timeline/timeline-frames.html: |
+ * inspector/timeline/timeline-injected-script-eval.html: |
+ * inspector/timeline/timeline-layout-reason.html: |
+ * inspector/timeline/timeline-layout.html: |
+ * inspector/timeline/timeline-load-event.html: |
+ * inspector/timeline/timeline-load.html: |
+ * inspector/timeline/timeline-mark-timeline.html: |
+ * inspector/timeline/timeline-network-received-data.html: |
+ * inspector/timeline/timeline-network-resource.html: |
+ * inspector/timeline/timeline-paint.html: |
+ * inspector/timeline/timeline-parse-html.html: |
+ * inspector/timeline/timeline-recalculate-styles.html: |
+ * inspector/timeline/timeline-receive-response-event.html: |
+ * inspector/timeline/timeline-script-tag-1.html: |
+ * inspector/timeline/timeline-script-tag-2.html: |
+ * inspector/timeline/timeline-start-time.html: |
+ * inspector/timeline/timeline-time-stamp.html: |
+ * inspector/timeline/timeline-time.html: |
+ * inspector/timeline/timeline-timer-fired-from-eval-call-site.html: |
+ * inspector/timeline/timeline-timer.html: |
+ * inspector/timeline/timeline-trivial.html: |
+ |
+2013-02-21 Nils Barth <nbarth@google.com> |
+ |
+ File upload control doesn't apply CSS vertical padding or border to file name |
+ https://bugs.webkit.org/show_bug.cgi?id=109011 |
+ |
+ Reviewed by Hajime Morrita. |
+ |
+ * fast/forms/file/file-vertical-padding-border.html: Added. |
+ * fast/forms/file/file-vertical-padding-border-expected.html: Added. |
+ |
+2013-02-20 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: TabbedEditorContainer and OpenResourceDialog should show uiSourceCode path and name instead of parsedURL |
+ https://bugs.webkit.org/show_bug.cgi?id=110334 |
+ |
+ Reviewed by Alexander Pavlov. |
+ |
+ * inspector/debugger/scripts-file-selector-expected.txt: |
+ * inspector/debugger/ui-source-code-display-name-expected.txt: |
+ * inspector/debugger/ui-source-code-display-name.html: |
+ |
+2013-02-20 Mike West <mkwst@chromium.org> |
+ |
+ Mouseup event does not fire on Scroll Bar |
+ https://bugs.webkit.org/show_bug.cgi?id=25811 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ * fast/scrolling/scrollbar-mousedown-mouseup-expected.txt: Added. |
+ * fast/scrolling/scrollbar-mousedown-mouseup.html: Added. |
+ * fast/scrolling/scrollbar-mousedown-move-mouseup-expected.txt: Added. |
+ * fast/scrolling/scrollbar-mousedown-move-mouseup.html: Added. |
+ |
+2013-02-20 Takashi Toyoshima <toyoshim@chromium.org> |
+ |
+ Unreviewed gardening, update TestExpectations. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-20 Takashi Toyoshima <toyoshim@chromium.org> |
+ |
+ Unreviewed gardening, add chromium-mac specific expectation image. |
+ |
+ * platform/chromium-mac/fast/repaint/paint-caret-in-div-with-negative-indent-expected.png: Added. |
+ |
+2013-02-20 Dirk Schulze <krit@webkit.org> |
+ |
+ Enable CANVAS_PATH flag |
+ https://bugs.webkit.org/show_bug.cgi?id=108508 |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ Unreviewed rebaseline after landing patch. |
+ |
+ * fast/dom/constructed-objects-prototypes-expected.txt: |
+ |
+2013-02-20 Filip Pizlo <fpizlo@apple.com> |
+ |
+ DFG inlines Resolves that it doesn't know how to handle correctly |
+ https://bugs.webkit.org/show_bug.cgi?id=110405 |
+ |
+ Reviewed by Geoffrey Garen. |
+ |
+ * fast/js/dfg-inline-resolve-expected.txt: Added. |
+ * fast/js/dfg-inline-resolve.html: Added. |
+ |
+2013-02-20 Christian Biesinger <cbiesinger@chromium.org> |
+ |
+ Convert residual-style.html test to a reftest (and fix typos) |
+ https://bugs.webkit.org/show_bug.cgi?id=109981 |
+ |
+ Reviewed by Darin Adler. |
+ |
+ * fast/flexbox/box-orient-button.html: clsas->class |
+ * fast/flexbox/resources/box-orient-button.js: DTR->DRT |
+ * fast/invalid/residual-style-expected.html: Added. New reftest |
+ version. Note that some lines are red, which is |
+ https://bugs.webkit.org/show_bug.cgi?id=109984 |
+ * fast/invalid/residual-style.html: Add missing semicolon in <style>. |
+ Also close a few more <font> tags, so that the descriptive text is |
+ in black as it should be. |
+ |
+ * platform/chromium-android/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-android/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/chromium-linux/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-mac/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/chromium-win/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-win/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/efl/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/efl/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/gtk/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/gtk/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/mac/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/mac/fast/invalid/residual-style-expected.txt: Removed. |
+ Removed old expectation files. |
+ |
+2013-02-20 David Hyatt <hyatt@apple.com> |
+ |
+ [New Multicolumn] Fix overflow computation for column blocks. |
+ https://bugs.webkit.org/show_bug.cgi?id=110392. |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ * fast/multicol/newmulticol/column-rules-fixed-height-expected.html: |
+ * fast/multicol/newmulticol/column-rules-fixed-height.html: |
+ |
+2013-02-20 Christian Biesinger <cbiesinger@chromium.org> |
+ |
+ Incorrect rendering for flex boxes with percentage height in a table cell |
+ https://bugs.webkit.org/show_bug.cgi?id=110389 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ * css3/flexbox/flex-percentage-height-in-table-expected.html: Added. |
+ * css3/flexbox/flex-percentage-height-in-table-standards-mode-expected.html: Added. |
+ * css3/flexbox/flex-percentage-height-in-table-standards-mode.html: Added. |
+ * css3/flexbox/flex-percentage-height-in-table.html: Added. |
+ |
+2013-02-20 Philip Rogers <pdr@google.com> |
+ |
+ Account for transform in SVG background images |
+ https://bugs.webkit.org/show_bug.cgi?id=110295 |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ * svg/as-background-image/svg-transformed-background-expected.html: Added. |
+ * svg/as-background-image/svg-transformed-background.html: Added. |
+ |
+2013-02-20 Ojan Vafai <ojan@chromium.org> |
+ |
+ Positioned, replaced elements with intrinsic width keywords compute the wrong width |
+ https://bugs.webkit.org/show_bug.cgi?id=110393 |
+ |
+ Reviewed by Emil A Eklund. |
+ |
+ * fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes-expected.txt: Added. |
+ * fast/css-intrinsic-dimensions/intrinsic-sized-replaced-absolutes.html: Added. |
+ |
+2013-02-20 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Zoomed, slow-scrolling pages keep recreating tiles when scrolled |
+ https://bugs.webkit.org/show_bug.cgi?id=110379 |
+ |
+ Reviewed by Tim Horton. |
+ |
+ This test now just has one tile, rather than four. There is an apparent issue |
+ with the integral tile cache coverage rect being smaller than the visible rect. |
+ This is caused by rounding when dumping the tile coverage rect. |
+ |
+ * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt: |
+ |
+2013-02-20 Julien Chaffraix <jchaffraix@webkit.org> |
+ |
+ [CSS Grid Layout] Implement the auto-placement algorithm without grid growth |
+ https://bugs.webkit.org/show_bug.cgi?id=110277 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt: |
+ * fast/css-grid-layout/grid-auto-flow-resolution.html: |
+ |
+ * fast/css-grid-layout/grid-item-addition-auto-placement-update-expected.txt: Added. |
+ * fast/css-grid-layout/grid-item-addition-auto-placement-update.html: Added. |
+ * fast/css-grid-layout/grid-item-removal-auto-placement-update-expected.txt: Added. |
+ * fast/css-grid-layout/grid-item-removal-auto-placement-update.html: Added. |
+ The current algorithm doesn't grow the grid but falls back to inserting the element at |
+ position (1, 1). The failures in these tests are due to that. |
+ |
+2013-02-20 Vincent Scheib <scheib@chromium.org> |
+ |
+ Accept 'allowfullscreen' in addition to 'webkitallowfullscreen'. |
+ https://bugs.webkit.org/show_bug.cgi?id=110374 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Two previous tests duplicated to preserve testing webkitallowfullscreen |
+ and then modified to test allowfullscreen. |
+ |
+ A new test 'full-screen-iframe-with-mixed-allow-webkitallow-attribute.html' |
+ added to test a mixed nesting of iframs with both allowfullscreen and |
+ webkitallowfullscreen. |
+ |
+ * fullscreen/full-screen-enabled-prefixed-expected.txt: Added. |
+ * fullscreen/full-screen-enabled-prefixed.html: Copied from LayoutTests/fullscreen/full-screen-enabled.html. |
+ * fullscreen/full-screen-enabled.html: |
+ * fullscreen/full-screen-iframe-allowed-prefixed-expected.txt: Added. |
+ * fullscreen/full-screen-iframe-allowed-prefixed.html: Copied from LayoutTests/fullscreen/full-screen-iframe-allowed.html. |
+ * fullscreen/full-screen-iframe-allowed.html: |
+ * fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute-expected.txt: |
+ * fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute.html: Added. |
+ * fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html: Added. |
+ * fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html: Added. |
+ |
+2013-02-20 Levi Weintraub <leviw@chromium.org> |
+ |
+ Line layout (but not pref widths) double-counts word spacing when between inlines |
+ https://bugs.webkit.org/show_bug.cgi?id=110381 |
+ |
+ Reviewed by Emil A Eklund. |
+ |
+ * fast/text/word-space-between-inlines-expected.html: Added. |
+ * fast/text/word-space-between-inlines.html: Added. |
+ |
+2013-02-20 Nate Chapin <japhet@chromium.org> |
+ |
+ Test for https://bugs.webkit.org/show_bug.cgi?id=110237 |
+ |
+ Reviewed by Abhishek Arya. |
+ |
+ * http/tests/misc/delete-frame-during-readystatechange-expected.txt: Added. |
+ * http/tests/misc/delete-frame-during-readystatechange.html: Added. |
+ * http/tests/misc/resources/delete-frame-during-readystatechange-frame.html: Added. |
+ * http/tests/misc/resources/empty.ogv: Added. |
+ |
+2013-02-20 David Hyatt <hyatt@apple.com> |
+ |
+ [New Multicolumn] Resize RenderMultiColumnSets around their columns. |
+ https://bugs.webkit.org/show_bug.cgi?id=110378. |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ * fast/multicol/newmulticol/positioned-with-constrained-height-expected.html: Added. |
+ * fast/multicol/newmulticol/positioned-with-constrained-height.html: Added. |
+ |
+2013-02-20 Dirk Schulze <krit@webkit.org> |
+ |
+ Enable CANVAS_PATH flag |
+ https://bugs.webkit.org/show_bug.cgi?id=108508 |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ Enable CANVAS_PATH flag on trunk. |
+ |
+ Existing tests cover the feature. |
+ |
+ * fast/canvas/canvas-path-object-expected.txt: |
+ * inspector/profiler/canvas2d/canvas2d-api-changes.html: |
+ * platform/chromium/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-20 Ian Vollick <vollick@chromium.org> |
+ |
+ [chromium] Unreviewed gardening. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-20 Ian Vollick <vollick@chromium.org> |
+ |
+ [chromium] Unreviewed gardening. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-20 Robert Hogan <robert@webkit.org> |
+ |
+ Make the test land in r143482 less platform-specific |
+ |
+ Add outline:none to the test so platform-specific outlines don't kick in and |
+ make us require separate results for Mac and Linux. |
+ |
+ Unreviewed, gardening. |
+ |
+ * fast/repaint/paint-caret-in-div-with-negative-indent-expected.png: |
+ * fast/repaint/paint-caret-in-div-with-negative-indent.html: |
+ |
+2013-02-20 David Hyatt <hyatt@apple.com> |
+ |
+ [New Multicolumn] RenderMultiColumnFlowThreads should establish a BFC. |
+ https://bugs.webkit.org/show_bug.cgi?id=110366. |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ * fast/multicol/newmulticol/float-avoidance-expected.html: Added. |
+ * fast/multicol/newmulticol/float-avoidance.html: Added. |
+ * fast/multicol/newmulticol/float-multicol-expected.html: Added. |
+ * fast/multicol/newmulticol/float-multicol.html: Added. |
+ * fast/multicol/newmulticol/float-paginate-complex-expected.html: Added. |
+ * fast/multicol/newmulticol/float-paginate-complex.html: Added. |
+ * fast/multicol/newmulticol/float-paginate-empty-lines-expected.html: Added. |
+ * fast/multicol/newmulticol/float-paginate-empty-lines.html: Added. |
+ * fast/multicol/newmulticol/float-paginate-expected.html: Added. |
+ * fast/multicol/newmulticol/float-paginate.html: Added. |
+ |
+2013-02-20 David Hyatt <hyatt@apple.com> |
+ |
+ [New Multicolumn] Column gap is computed incorrectly. |
+ https://bugs.webkit.org/show_bug.cgi?id=110360. |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ * fast/multicol/newmulticol/layers-split-across-columns-expected.html: Added. |
+ * fast/multicol/newmulticol/layers-split-across-columns.html: Added. |
+ |
+2013-02-20 Robert Hogan <robert@webkit.org> |
+ |
+ No caret on empty contenteditable element with negative text-indent |
+ https://bugs.webkit.org/show_bug.cgi?id=108633 |
+ |
+ Reviewed by Ryosuke Niwa. |
+ |
+ * fast/repaint/paint-caret-in-div-with-negative-indent-expected.png: Added. |
+ * fast/repaint/paint-caret-in-div-with-negative-indent-expected.txt: Added. |
+ * fast/repaint/paint-caret-in-div-with-negative-indent.html: Added. |
+ |
+2013-02-20 Ojan Vafai <ojan@chromium.org> |
+ |
+ Make intrinsic width values work for positioned elements |
+ https://bugs.webkit.org/show_bug.cgi?id=110264 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ * fast/css-intrinsic-dimensions/intrinsic-sized-absolutes-expected.txt: Added. |
+ * fast/css-intrinsic-dimensions/intrinsic-sized-absolutes.html: Added. |
+ * fast/css-intrinsic-dimensions/width-shrinks-avoid-floats-expected.txt: Added. |
+ * fast/css-intrinsic-dimensions/width-shrinks-avoid-floats.html: Added. |
+ |
+2013-02-20 Robert Hogan <robert@webkit.org> |
+ |
+ input element with placeholder text and width set to 100% on focus causes overflow even after losing focus |
+ https://bugs.webkit.org/show_bug.cgi?id=109020 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ * fast/forms/input-placeholder-layout-view-expected.html: Added. |
+ * fast/forms/input-placeholder-layout-view.html: Added. |
+ * fast/forms/textarea-placeholder-layout-view-expected.html: Added. |
+ * fast/forms/textarea-placeholder-layout-view.html: Added. |
+ |
+2013-02-20 Rouslan Solomakhin <rouslan@chromium.org> |
+ |
+ Spellchecker should not crash after text has changed and spellcheck results are served from cache |
+ https://bugs.webkit.org/show_bug.cgi?id=109220 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ * editing/spelling/spelling-changed-text-expected.txt: Added the expected output for serving spellcheck results from cache for edited text. |
+ * editing/spelling/spelling-changed-text.html: Added a test for serving spellcheck results from cache for edited text. |
+ |
+2013-02-19 David Hyatt <hyatt@apple.com> |
+ |
+ [New Multicolumn] Make layers paint properly in columns. |
+ https://bugs.webkit.org/show_bug.cgi?id=110296. |
+ |
+ Reviewed by Sam Weinig. |
+ |
+ * fast/multicol/newmulticol/layers-in-multicol-expected.html: Added. |
+ * fast/multicol/newmulticol/layers-in-multicol.html: Added. |
+ |
+2013-02-20 Xabier Rodriguez Calvar <calvaris@igalia.com> |
+ |
+ [Gtk] HTML5 Media controls require a design refresh |
+ https://bugs.webkit.org/show_bug.cgi?id=83869 |
+ |
+ Tests flagged and rebaselines. |
+ |
+ Reviewed by Philippe Normand. |
+ |
+ * platform/gtk/TestExpectations: Tests flagged and removed some |
+ other flags. |
+ * platform/gtk/accessibility/media-element-expected.txt: Rebaseline |
+ * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: Rebaseline |
+ * platform/gtk/fast/layers/video-layer-expected.png: Rebaseline |
+ * platform/gtk/fast/layers/video-layer-expected.txt: Rebaseline |
+ * platform/gtk/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Rebaseline |
+ * platform/gtk/media/audio-repaint-expected.png: Rebaseline |
+ * platform/gtk/media/audio-repaint-expected.txt: Rebaseline |
+ * platform/gtk/media/controls-styling-strict-expected.png: Rebaseline |
+ * platform/gtk/media/video-controls-rendering-expected.png: Rebaseline |
+ * platform/gtk/media/video-empty-source-expected.txt: Rebaseline |
+ * platform/gtk/media/video-no-audio-expected.txt: Rebaseline |
+ * platform/gtk/media/video-volume-slider-expected.txt: Rebaseline |
+ * platform/gtk/media/video-zoom-controls-expected.txt: Rebaseline |
+ * platform/gtk/media/video-zoom-expected.png: Rebaseline |
+ |
+2013-02-20 Dominik Röttsches <dominik.rottsches@intel.com> |
+ |
+ [EFL] Unreviewed gardening. |
+ |
+ * platform/efl/TestExpectations: Marked touch event emulation test as failing. |
+ |
+2013-02-20 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed. Correcting gardening after r143436. |
+ |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-20 Florin Malita <fmalita@chromium.org> |
+ |
+ Clear SVGPathSeg role on removal. |
+ https://bugs.webkit.org/show_bug.cgi?id=110058 |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ * svg/dom/SVGPathSegList-crash-expected.txt: Added. |
+ * svg/dom/SVGPathSegList-crash.html: Added. |
+ |
+2013-02-20 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r143434. |
+ http://trac.webkit.org/changeset/143434 |
+ https://bugs.webkit.org/show_bug.cgi?id=110326 |
+ |
+ added reftest fails on chromium mac 10.6 (Requested by |
+ toyoshim on #webkit). |
+ |
+ * fast/forms/file/file-vertical-padding-border-expected.html: Removed. |
+ * fast/forms/file/file-vertical-padding-border.html: Removed. |
+ |
+2013-02-19 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Make UISourceCode.path() an array of path segments. |
+ https://bugs.webkit.org/show_bug.cgi?id=110229 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/workspace-mapping.html: |
+ |
+2013-02-20 Takashi Toyoshima <toyoshim@chromium.org> |
+ |
+ Unreviewed, update expectation for chromium gardening. |
+ https://bugs.webkit.org/show_bug.cgi?id=110324 |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-19 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Move workspace specific code from FileMapping to workspace. |
+ https://bugs.webkit.org/show_bug.cgi?id=110219 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * http/tests/inspector/compiler-script-mapping.html: |
+ * http/tests/inspector/workspace-test.js: |
+ (initialize_WorkspaceTest.InspectorTest.createWorkspace): |
+ * inspector/debugger/network-uisourcecode-provider.html: |
+ * inspector/file-mapping-expected.txt: |
+ * inspector/file-mapping.html: |
+ * inspector/file-system-mapping-expected.txt: |
+ * inspector/file-system-mapping.html: |
+ * inspector/file-system-project.html: |
+ * inspector/workspace-mapping-expected.txt: Added. |
+ * inspector/workspace-mapping.html: Added. |
+ |
+2013-02-20 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Adding failure expectations for tests added in r143395, r143420 and r143439. |
+ * platform/gtk/fast/js/global-constructors-expected.txt: Rebaselining after r143386. |
+ |
+2013-02-20 Alexander Pavlov <apavlov@chromium.org> |
+ |
+ Web Inspector: Introduce SecurityOriginAdded and SecurityOriginRemoved events into ResourceTreeModel |
+ https://bugs.webkit.org/show_bug.cgi?id=110232 |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ * http/tests/inspector/resource-tree/resource-tree-events-expected.txt: |
+ * http/tests/inspector/resource-tree/resource-tree-events.html: |
+ |
+2013-02-20 Dominik Röttsches <dominik.rottsches@intel.com> |
+ |
+ [EFL] Unreviewed gardening. |
+ |
+ * platform/efl/TestExpectations: Marked new failing ref test svg/as-background-image/tiled-background-image.html. |
+ * platform/efl/fast/js/global-constructors-expected.txt: Rebaselined, MutationObserver constructor now found. |
+ |
+2013-02-20 Andrey Lushnikov <lushnikov@chromium.org> |
+ |
+ Web Inspector: highlight undefined word in JavaScript |
+ https://bugs.webkit.org/show_bug.cgi?id=109585 |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ Enhance layout test to verify highlighting of global object value properties. |
+ |
+ * inspector/syntax-highlight-javascript-expected.txt: |
+ * inspector/syntax-highlight-javascript.html: |
+ |
+2013-02-20 Mike West <mkwst@chromium.org> |
+ |
+ Use EventPathWalker rather than parentNode() to normalize event targets in EventHandler. |
+ https://bugs.webkit.org/show_bug.cgi?id=110037 |
+ |
+ Reviewed by Ryosuke Niwa. |
+ |
+ * fast/dom/shadow/resources/event-dispatching.js: |
+ (scrollMouseWheel): |
+ (addEventListeners): |
+ Add MouseWheel, Drag, and Touch support to the event-dispatching |
+ tests in Shadow DOM. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html: |
+ * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html: |
+ Scroll the mouse wheel, drag a bit, and touch before leaving the |
+ text node, and record the generated events. |
+ |
+2013-02-20 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. |
+ |
+ * platform/qt/TestExpectations: Adding failure expectations after r143420. |
+ * platform/qt/fast/js/global-constructors-expected.txt: Rebaseline after r143386. |
+ |
+2013-02-20 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardenning. Unskip now passing tests. |
+ https://bugs.webkit.org/show_bug.cgi?id=99306 |
+ |
+ * platform/qt-5.0-wk2/TestExpectations: |
+ |
+2013-02-20 Nils Barth <nbarth@google.com> |
+ |
+ File upload control doesn't apply CSS vertical padding or border to file name |
+ https://bugs.webkit.org/show_bug.cgi?id=109011 |
+ |
+ Reviewed by Hajime Morrita. |
+ |
+ * fast/forms/file/file-vertical-padding-border.html: Added. |
+ * fast/forms/file/file-vertical-padding-border-expected.html: Added. |
+ |
+2013-02-19 KwangYong Choi <ky0.choi@samsung.com> |
+ |
+ [EFL] Mark fast/regions/seamless-iframe-flowed-into-regions.html failure |
+ https://bugs.webkit.org/show_bug.cgi?id=110283 |
+ |
+ Unreviewed. This test is added by r143256 and it is failing. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-19 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r143393. |
+ http://trac.webkit.org/changeset/143393 |
+ https://bugs.webkit.org/show_bug.cgi?id=110302 |
+ |
+ the converted reftest fails in chromium mac 10.6 and 10.7 |
+ (Requested by toyoshim on #webkit). |
+ |
+ * fast/flexbox/box-orient-button.html: |
+ * fast/flexbox/resources/box-orient-button.js: |
+ * fast/invalid/residual-style-expected.html: Removed. |
+ * fast/invalid/residual-style.html: |
+ * platform/chromium-android/fast/invalid/residual-style-expected.png: Added. |
+ * platform/chromium-android/fast/invalid/residual-style-expected.txt: Added. |
+ * platform/chromium-linux/fast/invalid/residual-style-expected.png: Added. |
+ * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Added. |
+ * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Added. |
+ * platform/chromium-mac/fast/invalid/residual-style-expected.png: Added. |
+ * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Added. |
+ * platform/chromium-win/fast/invalid/residual-style-expected.png: Added. |
+ * platform/chromium-win/fast/invalid/residual-style-expected.txt: Added. |
+ * platform/efl/fast/invalid/residual-style-expected.png: Added. |
+ * platform/efl/fast/invalid/residual-style-expected.txt: Added. |
+ * platform/gtk/fast/invalid/residual-style-expected.png: Added. |
+ * platform/gtk/fast/invalid/residual-style-expected.txt: Added. |
+ * platform/mac/fast/invalid/residual-style-expected.png: Added. |
+ * platform/mac/fast/invalid/residual-style-expected.txt: Added. |
+ |
+2013-02-19 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Fix TileCache tile size when zoomed on slow-scrolling site |
+ https://bugs.webkit.org/show_bug.cgi?id=110289 |
+ |
+ Reviewed by Tim Horton. |
+ |
+ Test that dumps tile coverage in a slow-scrolling, zoomed page. |
+ |
+ * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed-expected.txt: Added. |
+ * platform/mac-wk2/tiled-drawing/tile-size-slow-zoomed.html: Added. |
+ |
+2013-02-19 Hans Muller <hmuller@adobe.com> |
+ |
+ [CSS Exclusions] Enable shape-inside support for ellipses |
+ https://bugs.webkit.org/show_bug.cgi?id=109868 |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ Added a test for ellipse shape-inside values. |
+ |
+ * fast/exclusions/shape-inside/shape-inside-ellipse-expected.html: Added. |
+ * fast/exclusions/shape-inside/shape-inside-ellipse.html: Added. |
+ |
+2013-02-19 Uday Kiran <udaykiran@motorola.com> |
+ |
+ 'round' not implemented in border-image |
+ https://bugs.webkit.org/show_bug.cgi?id=14185 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ Added test for 'round' keyword of border-image-repeat CSS property |
+ http://dev.w3.org/csswg/css3-background/#border-image-repeat |
+ |
+ * fast/borders/border-image-02.html: Added. |
+ * platform/chromium-linux/fast/borders/border-image-02-expected.png: Added. |
+ * platform/chromium/TestExpectations: |
+ * platform/chromium/fast/borders/border-image-02-expected.txt: Added. |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/fast/borders/border-image-02-expected.png: Added. |
+ * platform/gtk/fast/borders/border-image-02-expected.txt: Added. |
+ * platform/mac-wk2/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ * platform/win/TestExpectations: |
+ |
+2013-02-19 Julien Chaffraix <jchaffraix@webkit.org> |
+ |
+ [CSS Grid Layout] Refactor the code in preparation of auto placement support |
+ https://bugs.webkit.org/show_bug.cgi?id=110244 |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ * fast/css-grid-layout/grid-auto-flow-resolution-expected.txt: Added. |
+ * fast/css-grid-layout/grid-auto-flow-resolution.html: Added. |
+ * fast/css-grid-layout/implicit-position-dynamic-change.html: |
+ * fast/css-grid-layout/resources/grid.css: |
+ (.autoRowAutoColumn): |
+ (.firstRowAutoColumn): |
+ (.secondRowAutoColumn): |
+ (.thirdRowAutoColumn): |
+ (.autoRowFirstColumn): |
+ (.autoRowSecondColumn): |
+ (.autoRowThirdColumn): |
+ Added these helper classes, some will be used in a follow-up patch. |
+ |
+ (.sizedToGridArea): |
+ Hoisted this class into the common style. |
+ |
+2013-02-19 David Hyatt <hyatt@apple.com> |
+ |
+ [New Multicolumn] REGRESSION: RenderMultiColumnSets broken by the RenderRegion -> RenderBlock subclassing. |
+ https://bugs.webkit.org/show_bug.cgi?id=110239. |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ * fast/multicol/newmulticol: Added. |
+ * fast/multicol/newmulticol/column-rules-fixed-height-expected.html: Added. |
+ * fast/multicol/newmulticol/column-rules-fixed-height.html: Added. |
+ |
+2013-02-19 Christian Biesinger <cbiesinger@chromium.org> |
+ |
+ Convert residual-style.html test to a reftest (and fix typos) |
+ https://bugs.webkit.org/show_bug.cgi?id=109981 |
+ |
+ Reviewed by Darin Adler. |
+ |
+ * fast/flexbox/box-orient-button.html: clsas->class |
+ * fast/flexbox/resources/box-orient-button.js: DTR->DRT |
+ * fast/invalid/residual-style-expected.html: Added. New reftest |
+ version. Note that some lines are red, which is |
+ https://bugs.webkit.org/show_bug.cgi?id=109984 |
+ * fast/invalid/residual-style.html: Add missing semicolon in <style>. |
+ Also close a few more <font> tags, so that the descriptive text is |
+ in black as it should be. |
+ |
+ * platform/chromium-android/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-android/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/chromium-linux/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-linux/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/chromium-mac-lion/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-mac/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-mac/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/chromium-win/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/chromium-win/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/efl/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/efl/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/gtk/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/gtk/fast/invalid/residual-style-expected.txt: Removed. |
+ * platform/mac/fast/invalid/residual-style-expected.png: Removed. |
+ * platform/mac/fast/invalid/residual-style-expected.txt: Removed. |
+ Removed old expectation files. |
+ |
+2013-02-19 Branimir Lambov <blambov@google.com> |
+ |
+ Fix 'slice' aspect ratio calculation |
+ https://bugs.webkit.org/show_bug.cgi?id=99984 |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ * platform/chromium/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ * svg/as-image/image-preserveAspectRatio-all-expected.png: Added. |
+ * svg/as-image/image-preserveAspectRatio-all-expected.txt: Added. |
+ * svg/as-image/image-preserveAspectRatio-all.svg: Added. |
+ * svg/filters/feImage-preserveAspectRatio-all-expected.png: Added. |
+ * svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added. |
+ * svg/filters/feImage-preserveAspectRatio-all.svg: Added. |
+ |
+2013-02-19 Stephen Chenney <schenney@chromium.org> |
+ |
+ [Chromium] Test Expectations to reflect flakey calendar tests. |
+ https://bugs.webkit.org/show_bug.cgi?id=107508 |
+ |
+ Unreviewed test expectations. |
+ |
+ * platform/chromium/TestExpectations: Re-added all the flakey calendar tests. |
+ |
+2013-02-19 Elliott Sprehn <esprehn@chromium.org> |
+ |
+ Support both MutationObserver and WebKitMutationObserver |
+ https://bugs.webkit.org/show_bug.cgi?id=109776 |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ * fast/dom/MutationObserver/added-out-of-order.html: |
+ * fast/dom/MutationObserver/callback-arguments.html: |
+ * fast/dom/MutationObserver/clear-transient-without-delivery.html: |
+ * fast/dom/MutationObserver/create-during-delivery.html: |
+ * fast/dom/MutationObserver/cross-document.html: |
+ * fast/dom/MutationObserver/database-callback-delivery.html: |
+ * fast/dom/MutationObserver/delivery-order.html: |
+ * fast/dom/MutationObserver/disconnect-cancel-pending.html: |
+ * fast/dom/MutationObserver/document-fragment-insertion.html: |
+ * fast/dom/MutationObserver/end-of-task-delivery.html: |
+ * fast/dom/MutationObserver/filesystem-callback-delivery.html: |
+ * fast/dom/MutationObserver/inline-event-listener.html: |
+ * fast/dom/MutationObserver/mutate-during-delivery.html: |
+ * fast/dom/MutationObserver/mutation-callback-non-element-crash.html: |
+ * fast/dom/MutationObserver/mutation-observer-constructor.html: |
+ * fast/dom/MutationObserver/mutation-observer-prefix-expected.txt: Added. |
+ * fast/dom/MutationObserver/mutation-observer-prefix.html: Added. |
+ * fast/dom/MutationObserver/mutation-record-nullity.html: |
+ * fast/dom/MutationObserver/observe-attributes.html: |
+ * fast/dom/MutationObserver/observe-characterdata.html: |
+ * fast/dom/MutationObserver/observe-childList.html: |
+ * fast/dom/MutationObserver/observe-exceptions.html: |
+ * fast/dom/MutationObserver/observe-subtree.html: |
+ * fast/dom/MutationObserver/observer-wrapper-dropoff-transient.html: |
+ * fast/dom/MutationObserver/observer-wrapper-dropoff.html: |
+ * fast/dom/MutationObserver/parser-mutations.html: |
+ * fast/dom/MutationObserver/removed-out-of-order.html: |
+ * fast/dom/MutationObserver/shadow-dom.html: |
+ * fast/dom/MutationObserver/takeRecords.html: |
+ * fast/dom/MutationObserver/transient-gc-crash.html: |
+ |
+2013-02-19 Glenn Adams <glenn@skynav.com> |
+ |
+ CSS3: add line-break tests, initially skipping on all platforms |
+ https://bugs.webkit.org/show_bug.cgi?id=109954 |
+ |
+ Reviewed by Dirk Pranke. |
+ |
+ See also wiki documentation at: |
+ [1] http://trac.webkit.org/wiki/LineBreaking |
+ [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping |
+ |
+ See also: |
+ https://bugs.webkit.org/show_bug.cgi?id=89235 |
+ |
+ * TestExpectations: |
+ * css3/line-break/line-break-auto-centered-expected.html: Added. |
+ * css3/line-break/line-break-auto-centered.html: Added. |
+ * css3/line-break/line-break-auto-half-kana-expected.html: Added. |
+ * css3/line-break/line-break-auto-half-kana.html: Added. |
+ * css3/line-break/line-break-auto-hyphens-expected.html: Added. |
+ * css3/line-break/line-break-auto-hyphens.html: Added. |
+ * css3/line-break/line-break-auto-inseparables-expected.html: Added. |
+ * css3/line-break/line-break-auto-inseparables.html: Added. |
+ * css3/line-break/line-break-auto-iteration-marks-expected.html: Added. |
+ * css3/line-break/line-break-auto-iteration-marks.html: Added. |
+ * css3/line-break/line-break-auto-postfixes-expected.html: Added. |
+ * css3/line-break/line-break-auto-postfixes.html: Added. |
+ * css3/line-break/line-break-auto-prefixes-expected.html: Added. |
+ * css3/line-break/line-break-auto-prefixes.html: Added. |
+ * css3/line-break/line-break-auto-sound-marks-expected.html: Added. |
+ * css3/line-break/line-break-auto-sound-marks.html: Added. |
+ * css3/line-break/line-break-loose-centered-expected.html: Added. |
+ * css3/line-break/line-break-loose-centered.html: Added. |
+ * css3/line-break/line-break-loose-half-kana-expected.html: Added. |
+ * css3/line-break/line-break-loose-half-kana.html: Added. |
+ * css3/line-break/line-break-loose-hyphens-expected.html: Added. |
+ * css3/line-break/line-break-loose-hyphens.html: Added. |
+ * css3/line-break/line-break-loose-inseparables-expected.html: Added. |
+ * css3/line-break/line-break-loose-inseparables.html: Added. |
+ * css3/line-break/line-break-loose-iteration-marks-expected.html: Added. |
+ * css3/line-break/line-break-loose-iteration-marks.html: Added. |
+ * css3/line-break/line-break-loose-postfixes-expected.html: Added. |
+ * css3/line-break/line-break-loose-postfixes.html: Added. |
+ * css3/line-break/line-break-loose-prefixes-expected.html: Added. |
+ * css3/line-break/line-break-loose-prefixes.html: Added. |
+ * css3/line-break/line-break-loose-sound-marks-expected.html: Added. |
+ * css3/line-break/line-break-loose-sound-marks.html: Added. |
+ * css3/line-break/line-break-normal-centered-expected.html: Added. |
+ * css3/line-break/line-break-normal-centered.html: Added. |
+ * css3/line-break/line-break-normal-half-kana-expected.html: Added. |
+ * css3/line-break/line-break-normal-half-kana.html: Added. |
+ * css3/line-break/line-break-normal-hyphens-expected.html: Added. |
+ * css3/line-break/line-break-normal-hyphens.html: Added. |
+ * css3/line-break/line-break-normal-inseparables-expected.html: Added. |
+ * css3/line-break/line-break-normal-inseparables.html: Added. |
+ * css3/line-break/line-break-normal-iteration-marks-expected.html: Added. |
+ * css3/line-break/line-break-normal-iteration-marks.html: Added. |
+ * css3/line-break/line-break-normal-postfixes-expected.html: Added. |
+ * css3/line-break/line-break-normal-postfixes.html: Added. |
+ * css3/line-break/line-break-normal-prefixes-expected.html: Added. |
+ * css3/line-break/line-break-normal-prefixes.html: Added. |
+ * css3/line-break/line-break-normal-sound-marks-expected.html: Added. |
+ * css3/line-break/line-break-normal-sound-marks.html: Added. |
+ * css3/line-break/line-break-strict-centered-expected.html: Added. |
+ * css3/line-break/line-break-strict-centered.html: Added. |
+ * css3/line-break/line-break-strict-half-kana-expected.html: Added. |
+ * css3/line-break/line-break-strict-half-kana.html: Added. |
+ * css3/line-break/line-break-strict-hyphens-expected.html: Added. |
+ * css3/line-break/line-break-strict-hyphens.html: Added. |
+ * css3/line-break/line-break-strict-inseparables-expected.html: Added. |
+ * css3/line-break/line-break-strict-inseparables.html: Added. |
+ * css3/line-break/line-break-strict-iteration-marks-expected.html: Added. |
+ * css3/line-break/line-break-strict-iteration-marks.html: Added. |
+ * css3/line-break/line-break-strict-postfixes-expected.html: Added. |
+ * css3/line-break/line-break-strict-postfixes.html: Added. |
+ * css3/line-break/line-break-strict-prefixes-expected.html: Added. |
+ * css3/line-break/line-break-strict-prefixes.html: Added. |
+ * css3/line-break/line-break-strict-sound-marks-expected.html: Added. |
+ * css3/line-break/line-break-strict-sound-marks.html: Added. |
+ |
+2013-02-19 Tony Chang <tony@chromium.org> |
+ |
+ Border changes on tables with collapsed borders doesn't relayout table cells |
+ https://bugs.webkit.org/show_bug.cgi?id=109774 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ * fast/table/border-collapsing/dynamic-border-width-change-expected.txt: Added. |
+ * fast/table/border-collapsing/dynamic-border-width-change.html: Added. |
+ |
+2013-02-19 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Add a test result missed in r143074. |
+ |
+ * platform/mac-wk2/tiled-drawing/null-parent-back-crash-expected.txt: Added. |
+ |
+2013-02-19 Stephen White <senorblanco@chromium.org> |
+ |
+ [Chromium] Unreviewed gardening. |
+ Remove two now-passing tests. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-19 Kondapally Kalyan <kalyan.kondapally@intel.com> |
+ |
+ [WebGL] Fix oes-element-index-uint.html test. |
+ https://bugs.webkit.org/show_bug.cgi?id=110045 |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ This patch fixes the test case to use updated WebGLTestUtils functions |
+ and adds shaders used during resized buffer tests. This patch |
+ also enables the test for EFL port. |
+ |
+ * fast/canvas/webgl/oes-element-index-uint-expected.txt: |
+ * fast/canvas/webgl/oes-element-index-uint.html: |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-19 Adrienne Walker <enne@chromium.org> |
+ |
+ [chromium] Mark fast/workers/storage/interrupt-database.html as flaky crasher |
+ https://bugs.webkit.org/show_bug.cgi?id=110247 |
+ |
+ Unreviewed gardening. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-19 Stephen Chenney <schenney@chromium.org> |
+ |
+ Rebaselining, again, calendar tests |
+ https://bugs.webkit.org/show_bug.cgi?id=110240 |
+ |
+ Unreviewed expectations update. |
+ |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed. |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Removed. |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Removed. |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Removed. |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ |
+2013-02-18 Alexey Proskuryakov <ap@apple.com> |
+ |
+ [WK2] Cannot load documents with blob urls |
+ https://bugs.webkit.org/show_bug.cgi?id=110160 |
+ |
+ Reviewed by Sam Weinig. |
+ |
+ * http/tests/fileapi/blob-url-in-subframe-expected.txt: Added. |
+ * http/tests/fileapi/blob-url-in-subframe.html: Added. |
+ * http/tests/fileapi/resources: Added. |
+ * http/tests/fileapi/resources/blob-url-in-subframe-frame.html: Added. |
+ |
+2013-02-19 Tim Volodine <timvolodine@chromium.org> |
+ |
+ Text Autosizing: prevent oscillation of font sizes during autosizing |
+ https://bugs.webkit.org/show_bug.cgi?id=108205 |
+ |
+ Reviewed by Kenneth Rohde Christiansen. |
+ |
+ Added overflow-y:hidden to some existing tests, since previously those tests |
+ would start off with incorrect multipliers (because mainFrame->view()-layoutSize() |
+ is initially 785 instead of 800 as ScrollView wrongly guesses a scrollbar will |
+ be needed), and then the multipliers would get corrected on a subsequent layout. |
+ Now that we don't allow the multiplier to change after being set, it needs to be |
+ right first time. |
+ Also added specific oscillation test triggered by javascript. |
+ |
+ * fast/text-autosizing/constrained-height-body-expected.html: |
+ * fast/text-autosizing/constrained-height-body.html: |
+ * fast/text-autosizing/constrained-then-float-ancestors-expected.html: |
+ * fast/text-autosizing/constrained-then-float-ancestors.html: |
+ * fast/text-autosizing/constrained-then-position-fixed-ancestors-expected.html: |
+ * fast/text-autosizing/constrained-then-position-fixed-ancestors.html: |
+ * fast/text-autosizing/nested-em-line-height-expected.html: |
+ * fast/text-autosizing/nested-em-line-height.html: |
+ * fast/text-autosizing/oscillation-javascript-fontsize-change-expected.html: Added. |
+ * fast/text-autosizing/oscillation-javascript-fontsize-change.html: Added. |
+ * fast/text-autosizing/simple-paragraph-expected.html: |
+ * fast/text-autosizing/simple-paragraph.html: |
+ * fast/text-autosizing/span-child-expected.html: |
+ * fast/text-autosizing/span-child.html: |
+ * fast/text-autosizing/unwrappable-blocks-expected.html: |
+ * fast/text-autosizing/unwrappable-blocks.html: |
+ * fast/text-autosizing/unwrappable-inlines-expected.html: |
+ * fast/text-autosizing/unwrappable-inlines.html: |
+ |
+2013-02-19 Youenn Fablet <youennf@gmail.com> |
+ |
+ [EFL][DRT] http/tests/loading/307-after-303-after-post.html times out |
+ https://bugs.webkit.org/show_bug.cgi?id=93214 |
+ |
+ Removed Failure from potential outcome of |
+ http/tests/loading/307-after-303-after-post.html test. |
+ |
+ Reviewed by Martin Robinson. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-19 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Skip failing test. |
+ |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-19 Stephen Chenney <schenney@chromium.org> |
+ |
+ Test Expectations update after r143267 and others |
+ |
+ Unreviewed expectations update. |
+ |
+ Updated many Chromium expectations, and removed superfluous |
+ expectations from mac and win. |
+ |
+ * editing/selection/extend-by-sentence-001-expected.txt: Added. |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added. |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added. |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added. |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ * platform/chromium-linux-x86/svg/filters/big-sized-filter-2-expected.png: Removed. |
+ * platform/chromium-linux-x86/svg/filters/shadow-on-filter-expected.png: Removed. |
+ * platform/chromium-linux-x86/tables/mozilla/bugs/bug1188-expected.png: Removed. |
+ * platform/chromium-linux-x86/tables/mozilla/bugs/bug1318-expected.png: Removed. |
+ * platform/chromium-linux/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added. |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added. |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added. |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ * platform/chromium-linux/svg/batik/text/xmlSpace-expected.txt: |
+ * platform/chromium-linux/svg/filters/big-sized-filter-2-expected.png: Removed. |
+ * platform/chromium-linux/svg/filters/shadow-on-filter-expected.png: Removed. |
+ * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png: |
+ * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt: |
+ * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png: |
+ * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.txt: |
+ * platform/chromium-mac-lion/editing/selection/extend-by-sentence-001-expected.png: |
+ * platform/chromium-mac-lion/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added. |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added. |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added. |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added. |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added. |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added. |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added. |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added. |
+ * platform/chromium-mac-lion/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added. |
+ * platform/chromium-mac-lion/svg/filters/filter-on-tspan-expected.png: |
+ * platform/chromium-mac-snowleopard/editing/selection/extend-by-sentence-001-expected.png: Removed. |
+ * platform/chromium-mac-snowleopard/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/filters/big-sized-filter-2-expected.png: Removed. |
+ * platform/chromium-mac-snowleopard/svg/filters/filter-on-tspan-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/filters/shadow-on-filter-expected.png: Removed. |
+ * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png: |
+ * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.txt: Added. |
+ * platform/chromium-mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added. |
+ * platform/chromium-mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: |
+ * platform/chromium-mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added. |
+ * platform/chromium-mac/fast/text/capitalize-empty-generated-string-expected.txt: Added. |
+ * platform/chromium-mac/fast/text/whitespace/006-expected.txt: Added. |
+ * platform/chromium-mac/fast/text/whitespace/007-expected.txt: Added. |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added property svn:mime-type. |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ * platform/chromium-mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: |
+ * platform/chromium-mac/svg/batik/text/xmlSpace-expected.txt: Added. |
+ * platform/chromium-mac/svg/custom/visibility-override-filter-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: |
+ * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added. |
+ * platform/chromium-mac/svg/filters/big-sized-filter-2-expected.png: |
+ * platform/chromium-mac/svg/filters/feImage-reference-svg-primitive-expected.png: |
+ * platform/chromium-mac/svg/filters/filter-on-tspan-expected.png: |
+ * platform/chromium-mac/svg/filters/filterRes1-expected.png: |
+ * platform/chromium-mac/svg/filters/filterRes3-expected.png: |
+ * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png: |
+ * platform/chromium-mac/svg/filters/shadow-on-filter-expected.png: |
+ * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png: |
+ * platform/chromium-mac/tables/mozilla/bugs/bug113235-3-expected.txt: Added. |
+ * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt: |
+ * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt: |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added. |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added. |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added. |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added. |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added. |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added. |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added. |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added. |
+ * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added. |
+ * platform/chromium-win-xp/svg/filters/big-sized-filter-2-expected.png: Removed. |
+ * platform/chromium-win-xp/svg/filters/shadow-on-filter-expected.png: Removed. |
+ * platform/chromium-win/editing/selection/extend-by-sentence-001-expected.txt: |
+ * platform/chromium-win/fast/inline/drawStyledEmptyInlines-expected.txt: |
+ * platform/chromium-win/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: |
+ * platform/chromium-win/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: |
+ * platform/chromium-win/fast/text/capitalize-empty-generated-string-expected.txt: |
+ * platform/chromium-win/fast/text/whitespace/006-expected.txt: |
+ * platform/chromium-win/fast/text/whitespace/007-expected.txt: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.png: Added. |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-ar-expected.png: Added. |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required-expected.png: Added. |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: |
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: |
+ * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: |
+ * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: |
+ * platform/chromium-win/svg/filters/big-sized-filter-2-expected.png: |
+ * platform/chromium-win/svg/filters/feImage-reference-svg-primitive-expected.png: |
+ * platform/chromium-win/svg/filters/filter-on-tspan-expected.png: |
+ * platform/chromium-win/svg/filters/shadow-on-filter-expected.png: |
+ * platform/chromium-win/tables/mozilla/bugs/bug113235-3-expected.txt: |
+ * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt: |
+ * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.txt: |
+ * platform/chromium/TestExpectations: |
+ * platform/chromium/editing/selection/extend-by-sentence-001-expected.txt: Removed. |
+ * platform/chromium/fast/inline/drawStyledEmptyInlines-expected.txt: Removed. |
+ * platform/chromium/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Removed. |
+ * platform/chromium/fast/text/capitalize-empty-generated-string-expected.txt: Removed. |
+ * platform/chromium/fast/text/whitespace/006-expected.txt: Removed. |
+ * platform/chromium/fast/text/whitespace/007-expected.txt: Removed. |
+ * platform/chromium/svg/batik/text/xmlSpace-expected.txt: Removed. |
+ * platform/chromium/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Removed. |
+ * platform/chromium/tables/mozilla/bugs/bug113235-3-expected.txt: Removed. |
+ * platform/efl-wk2/svg/filters: Added. |
+ * platform/efl-wk2/svg/filters/shadow-on-rect-with-filter-expected.png: Added. |
+ * platform/efl/svg/filters/shadow-on-rect-with-filter-expected.png: Removed. |
+ * platform/gtk/editing/selection/extend-by-sentence-001-expected.txt: Removed. |
+ * platform/mac/TestExpectations: |
+ * platform/mac/editing/selection/extend-by-sentence-001-expected.txt: Removed. |
+ * platform/win/TestExpectations: |
+ |
+2013-02-19 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r142975. |
+ http://trac.webkit.org/changeset/142975 |
+ https://bugs.webkit.org/show_bug.cgi?id=110225 |
+ |
+ Introduces hard-to-reproduce crashes upon inspected page |
+ navigation on Mac (Requested by apavlov on #webkit). |
+ |
+ * inspector/styles/resources/stylesheet-tracking.css: Removed. |
+ * inspector/styles/stylesheet-tracking-expected.txt: Removed. |
+ * inspector/styles/stylesheet-tracking.html: Removed. |
+ |
+2013-02-19 Julien Chaffraix <jchaffraix@webkit.org> |
+ |
+ RenderGrid::computedUsedBreadthOfGridTracks can read past m_grid's size |
+ https://bugs.webkit.org/show_bug.cgi?id=110126 |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ * fast/css-grid-layout/grid-element-empty-row-column-expected.txt: Added. |
+ * fast/css-grid-layout/grid-element-empty-row-column.html: Added. |
+ |
+2013-02-19 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Adding a crash expectation for the layout test |
+ added in r143303. The test is crashing due to missing bits of EventSender implementation. |
+ |
+2013-02-19 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Decouple various file system project implementation parts for better testability and cover with tests. |
+ https://bugs.webkit.org/show_bug.cgi?id=110204 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * http/tests/inspector/inspector-test.js: |
+ (initialize_InspectorTest): |
+ (initialize_InspectorTest.): |
+ * http/tests/inspector/workspace-test.js: |
+ (initialize_WorkspaceTest.uiSourceCodeAdded): |
+ (initialize_WorkspaceTest.InspectorTest.waitForWorkspaceUISourceCodeAddedEvent): |
+ (initialize_WorkspaceTest.InspectorTest._defaultUISourceCodeProviderEventHandler): |
+ * inspector/file-mapping-expected.txt: |
+ * inspector/file-mapping.html: |
+ * inspector/file-system-project-expected.txt: Added. |
+ * inspector/file-system-project.html: Added. |
+ * inspector/version-controller.html: |
+ |
+2013-02-19 Andrey Adaikin <aandrey@chromium.org> |
+ |
+ Web Inspector: [Canvas] UI: tweak replay control buttons behavior |
+ https://bugs.webkit.org/show_bug.cgi?id=110207 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ Testing control buttons behavior. |
+ |
+ * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: |
+ * inspector/profiler/canvas2d/canvas-replay-log-grid.html: |
+ |
+2013-02-19 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r143319. |
+ http://trac.webkit.org/changeset/143319 |
+ https://bugs.webkit.org/show_bug.cgi?id=110214 |
+ |
+ Causes build issues on win32 (Requested by carewolf on |
+ #webkit). |
+ |
+ * platform/qt/mathml/presentation/attributes-expected.png: Removed. |
+ * platform/qt/mathml/presentation/attributes-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/fenced-expected.png: Removed. |
+ * platform/qt/mathml/presentation/fenced-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/fenced-mi-expected.png: Removed. |
+ * platform/qt/mathml/presentation/fenced-mi-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/fractions-expected.png: Removed. |
+ * platform/qt/mathml/presentation/fractions-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.png: Removed. |
+ * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/mo-expected.png: Removed. |
+ * platform/qt/mathml/presentation/mo-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/mo-stretch-expected.png: Removed. |
+ * platform/qt/mathml/presentation/mo-stretch-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/mroot-pref-width-expected.png: Removed. |
+ * platform/qt/mathml/presentation/mroot-pref-width-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/over-expected.png: Removed. |
+ * platform/qt/mathml/presentation/over-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/roots-expected.png: Removed. |
+ * platform/qt/mathml/presentation/roots-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/row-alignment-expected.png: Removed. |
+ * platform/qt/mathml/presentation/row-alignment-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/row-expected.png: Removed. |
+ * platform/qt/mathml/presentation/row-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/style-expected.png: Removed. |
+ * platform/qt/mathml/presentation/style-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/sub-expected.png: Removed. |
+ * platform/qt/mathml/presentation/sub-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/subsup-expected.png: Removed. |
+ * platform/qt/mathml/presentation/subsup-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/sup-expected.png: Removed. |
+ * platform/qt/mathml/presentation/sup-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/tables-expected.png: Removed. |
+ * platform/qt/mathml/presentation/tables-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/tokenElements-expected.png: Removed. |
+ * platform/qt/mathml/presentation/tokenElements-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/under-expected.png: Removed. |
+ * platform/qt/mathml/presentation/under-expected.txt: Removed. |
+ * platform/qt/mathml/presentation/underover-expected.png: Removed. |
+ * platform/qt/mathml/presentation/underover-expected.txt: Removed. |
+ * platform/qt/mathml/xHeight-expected.png: Removed. |
+ * platform/qt/mathml/xHeight-expected.txt: Removed. |
+ |
+2013-02-19 Andrei Bucur <abucur@adobe.com> |
+ |
+ [CSS Regions] Assertion in RenderFlowThread::removeRenderBoxRegionInfo |
+ https://bugs.webkit.org/show_bug.cgi?id=109914 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ The test creates a flow thread with two regions and a content node. We remove the region and the node from the flow thread |
+ at the same time. When the style is updated, the region is first removed from the chain and range information for boxes |
+ is cleared from the flow thread. When the node is removed from the flow thread it tries to delete its region box information. |
+ The range information on the flow thread is gone so the range for the node's box is zero - nothing gets deleted. Afterwards, |
+ an ASSERT is triggered because there's leftover box information inside the region chain. |
+ |
+ * fast/regions/remove-box-info-assert-expected.txt: Added. |
+ * fast/regions/remove-box-info-assert.html: Added. |
+ |
+2013-02-19 Stephen White <senorblanco@chromium.org> |
+ |
+ [chromium] Unreviewed gardening. |
+ New baselines for effect-reference.html and effect-reference-hw.html |
+ |
+ * platform/chromium-linux-x86/css3/filters/effect-reference-expected.png: Added. |
+ * platform/chromium-linux-x86/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt. |
+ * platform/chromium-linux/css3/filters/effect-reference-expected.png: Added. |
+ * platform/chromium-linux/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt. |
+ * platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: |
+ * platform/chromium-mac-lion/css3/filters/effect-reference-expected.png: Added. |
+ * platform/chromium-mac-lion/css3/filters/effect-reference-expected.txt: Renamed from LayoutTests/platform/chromium-mac-lion/css3/filters/effect-reference-hw-expected.txt. |
+ * platform/chromium-mac-snowleopard/css3/filters/effect-reference-expected.png: Added. |
+ * platform/chromium-mac-snowleopard/css3/filters/effect-reference-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/css3/filters/effect-reference-hw-expected.txt. |
+ * platform/chromium-mac/css3/filters/effect-reference-expected.png: |
+ * platform/chromium-mac/css3/filters/effect-reference-expected.txt: |
+ * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png: |
+ * platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt: |
+ * platform/chromium-win-xp/css3/filters/effect-reference-expected.png: Added. |
+ * platform/chromium-win-xp/css3/filters/effect-reference-expected.txt: Copied from LayoutTests/platform/chromium-win/css3/filters/effect-reference-expected.txt. |
+ * platform/chromium-win/css3/filters/effect-reference-expected.png: |
+ * platform/chromium-win/css3/filters/effect-reference-expected.txt: |
+ * platform/chromium-win/css3/filters/effect-reference-hw-expected.png: |
+ * platform/chromium-win/css3/filters/effect-reference-hw-expected.txt: |
+ |
+2013-02-19 Allan Sandfeld Jensen <allan.jensen@digia.com> |
+ |
+ [Qt] Enable MathML |
+ https://bugs.webkit.org/show_bug.cgi?id=110205 |
+ |
+ Reviewed by Simon Hausmann. |
+ |
+ Baselines for the MathML tests. |
+ |
+ * platform/qt/mathml/presentation/attributes-expected.png: Added. |
+ * platform/qt/mathml/presentation/attributes-expected.txt: Added. |
+ * platform/qt/mathml/presentation/fenced-expected.png: Added. |
+ * platform/qt/mathml/presentation/fenced-expected.txt: Added. |
+ * platform/qt/mathml/presentation/fenced-mi-expected.png: Added. |
+ * platform/qt/mathml/presentation/fenced-mi-expected.txt: Added. |
+ * platform/qt/mathml/presentation/fractions-expected.png: Added. |
+ * platform/qt/mathml/presentation/fractions-expected.txt: Added. |
+ * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.png: Added. |
+ * platform/qt/mathml/presentation/fractions-vertical-alignment-expected.txt: Added. |
+ * platform/qt/mathml/presentation/mo-expected.png: Added. |
+ * platform/qt/mathml/presentation/mo-expected.txt: Added. |
+ * platform/qt/mathml/presentation/mo-stretch-expected.png: Added. |
+ * platform/qt/mathml/presentation/mo-stretch-expected.txt: Added. |
+ * platform/qt/mathml/presentation/mroot-pref-width-expected.png: Added. |
+ * platform/qt/mathml/presentation/mroot-pref-width-expected.txt: Added. |
+ * platform/qt/mathml/presentation/over-expected.png: Added. |
+ * platform/qt/mathml/presentation/over-expected.txt: Added. |
+ * platform/qt/mathml/presentation/roots-expected.png: Added. |
+ * platform/qt/mathml/presentation/roots-expected.txt: Added. |
+ * platform/qt/mathml/presentation/row-alignment-expected.png: Added. |
+ * platform/qt/mathml/presentation/row-alignment-expected.txt: Added. |
+ * platform/qt/mathml/presentation/row-expected.png: Added. |
+ * platform/qt/mathml/presentation/row-expected.txt: Added. |
+ * platform/qt/mathml/presentation/style-expected.png: Added. |
+ * platform/qt/mathml/presentation/style-expected.txt: Added. |
+ * platform/qt/mathml/presentation/sub-expected.png: Added. |
+ * platform/qt/mathml/presentation/sub-expected.txt: Added. |
+ * platform/qt/mathml/presentation/subsup-expected.png: Added. |
+ * platform/qt/mathml/presentation/subsup-expected.txt: Added. |
+ * platform/qt/mathml/presentation/sup-expected.png: Added. |
+ * platform/qt/mathml/presentation/sup-expected.txt: Added. |
+ * platform/qt/mathml/presentation/tables-expected.png: Added. |
+ * platform/qt/mathml/presentation/tables-expected.txt: Added. |
+ * platform/qt/mathml/presentation/tokenElements-expected.png: Added. |
+ * platform/qt/mathml/presentation/tokenElements-expected.txt: Added. |
+ * platform/qt/mathml/presentation/under-expected.png: Added. |
+ * platform/qt/mathml/presentation/under-expected.txt: Added. |
+ * platform/qt/mathml/presentation/underover-expected.png: Added. |
+ * platform/qt/mathml/presentation/underover-expected.txt: Added. |
+ * platform/qt/mathml/xHeight-expected.png: Added. |
+ * platform/qt/mathml/xHeight-expected.txt: Added. |
+ |
+2013-02-19 Anton Vayvod <avayvod@chromium.org> |
+ |
+ [Text Autosizing] Combine narrow descendants of a cluster into groups that should be autosized with the same multiplier. |
+ https://bugs.webkit.org/show_bug.cgi?id=109825 |
+ |
+ Verify that narrow descendants are grouped and autosized separately according to the |
+ difference between the descendant's width and the width of its enclosing cluster's |
+ |blockContainingAllText|. |
+ |
+ Reviewed by Kenneth Rohde Christiansen. |
+ |
+ * fast/text-autosizing/narrow-descendants-combined-expected.html: |
+ * fast/text-autosizing/narrow-descendants-combined.html: |
+ |
+2013-02-19 Takashi Toyoshima <toyoshim@chromium.org> |
+ |
+ Unreviewed, gardening for chromium. |
+ https://bugs.webkit.org/show_bug.cgi?id=110203 |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-19 Arpita Bahuguna <arpitabahuguna@gmail.com> |
+ |
+ Caret is not displayed when trying to focus inside a contenteditable element containing an empty block. |
+ https://bugs.webkit.org/show_bug.cgi?id=108053 |
+ |
+ Reviewed by Ryosuke Niwa. |
+ |
+ * editing/selection/caret-in-div-containing-empty-block-expected.txt: Added. |
+ * editing/selection/caret-in-div-containing-empty-block.html: Added. |
+ Layout test added for verifying that a caret is displayed within a |
+ contenteditable div having a border, both for the horizontal |
+ as well as the vertical writing modes. |
+ |
+2013-02-19 Mihnea Ovidenie <mihnea@adobe.com> |
+ |
+ CSSRegions: crash positioned object with inline containing block in flow thread |
+ https://bugs.webkit.org/show_bug.cgi?id=108307 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ * fast/regions/positioned-object-inline-cb-crash-expected.txt: Added. |
+ * fast/regions/positioned-object-inline-cb-crash.html: Added. |
+ |
+2013-02-19 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Adding a failure expectation for the failing |
+ fast/regions/seamless-iframe-flowed-into-regions.html added in r143256. |
+ |
+2013-02-18 Hayato Ito <hayato@chromium.org> |
+ |
+ Make EventDispatcher take an Event object in its constructor. |
+ https://bugs.webkit.org/show_bug.cgi?id=109898 |
+ |
+ Reviewed by Dimitri Glazkov. |
+ |
+ * fast/events/platform-wheelevent-with-delta-zero-crash-expected.txt: Added. |
+ * fast/events/platform-wheelevent-with-delta-zero-crash.html: Added. |
+ |
+2013-02-18 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Add a flaky failing test expectation to inspector/editor/brace-matcher.html on Mac per bug 110186. |
+ |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-18 Takashi Sakamoto <tasak@google.com> |
+ |
+ :before/:after pseudo elements do not always apply to the proper element |
+ https://bugs.webkit.org/show_bug.cgi?id=93925 |
+ |
+ Reviewed by Dimitri Glazkov. |
+ |
+ * fast/css/before-after-pseudo-class-expected.html: Added. |
+ * fast/css/before-after-pseudo-class.html: Added. |
+ |
+2013-02-18 Andy Estes <aestes@apple.com> |
+ |
+ Focusing a new frame (via window.focus()) should blur the active element in the current frame |
+ https://bugs.webkit.org/show_bug.cgi?id=110172 |
+ |
+ Reviewed by Ryosuke Niwa. |
+ |
+ * fast/dom/HTMLDocument/active-element-frames-expected.txt: |
+ * fast/dom/HTMLDocument/active-element-frames.html: Modified to run the |
+ test a second time, focusing each element's frame before focusing the |
+ element itself. |
+ * fast/frames/frame-focus-blurs-active-element-expected.txt: Added. |
+ * fast/frames/frame-focus-blurs-active-element.html: Added a test that |
+ verifies a blur event is fired on the active element when a new frame |
+ is focused. |
+ |
+2013-02-18 Kondapally Kalyan <kalyan.kondapally@intel.com> |
+ |
+ [EFL][WebGL] Enable test webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html. |
+ https://bugs.webkit.org/show_bug.cgi?id=110176 |
+ |
+ Reviewed by Laszlo Gombos. |
+ |
+ Enable the test for EFL port, as it passes after r143220. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ |
+2013-02-18 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Add a flaky crash expectation to video-controls-captions-trackmenu.html on Mac per bug 110173. |
+ |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-18 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Remove a stale Mac test expectation. |
+ |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-18 David Hyatt <hyatt@apple.com> |
+ |
+ Padding and border changes don't trigger the relayout of children in some cases. |
+ https://bugs.webkit.org/show_bug.cgi?id=109639. |
+ |
+ Reviewed by Ryosuke Niwa. |
+ |
+ * fast/block/positioning/border-change-relayout-test-expected.html: Added. |
+ * fast/block/positioning/border-change-relayout-test.html: Added. |
+ |
+2013-02-18 Geoffrey Garen <ggaren@apple.com> |
+ |
+ Shrank the SourceProvider cache |
+ https://bugs.webkit.org/show_bug.cgi?id=110158 |
+ |
+ Reviewed by Oliver Hunt. |
+ |
+ New benchmark to show that a minimum size of 16 is better than 64. |
+ |
+ * fast/js/regress/nested-function-parsing-expected.txt: Added. |
+ * fast/js/regress/nested-function-parsing.html: Added. |
+ * fast/js/regress/script-tests/nested-function-parsing.js: Added. |
+ |
+2013-02-18 Filip Pizlo <fpizlo@apple.com> |
+ |
+ Structure::flattenDictionaryStructure should compute max offset in a manner that soundly handles the case where the property list becomes empty |
+ https://bugs.webkit.org/show_bug.cgi?id=110155 |
+ <rdar://problem/13233773> |
+ |
+ Reviewed by Mark Rowe. |
+ |
+ * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted-expected.txt: Added. |
+ * fast/js/flatten-dictionary-structure-from-which-all-properties-were-deleted.html: Added. |
+ * fast/js/jsc-test-list: |
+ * fast/js/script-tests/flatten-dictionary-structure-from-which-all-properties-were-deleted.js: Added. |
+ |
+2013-02-18 Stephen Chenney <schenney@chromium.org> |
+ |
+ feFlood incorrectly applied color-interpolation-filters |
+ https://bugs.webkit.org/show_bug.cgi?id=109985 |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ New test for feFlood behavior when color-interpolation-filters is used. |
+ |
+ Failing expectations for tests affected by this change. |
+ |
+ * platform/chromium/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/win/TestExpectations: |
+ * svg/filters/feFlood-color-interpolation-expected.svg: Added. |
+ * svg/filters/feFlood-color-interpolation.svg: Added. |
+ |
+2013-02-18 David Hyatt <hyatt@apple.com> |
+ |
+ Just skip the seamless iframe flowed into regions test on chromium. It's failing with a repaint issue. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-18 Jochen Eisinger <jochen@chromium.org> |
+ |
+ clear databases before running read-transactions-running-concurrently test |
+ https://bugs.webkit.org/show_bug.cgi?id=110144 |
+ |
+ Reviewed by Nico Weber. |
+ |
+ Otherwise, we might not have enough quota when running this tests and lots |
+ of databases from previous tests are hanging around. |
+ |
+ * storage/websql/read-transactions-running-concurrently.html: |
+ |
+2013-02-18 Philip Rogers <pdr@google.com> |
+ |
+ Fix scaling of tiled SVG backgrounds on high-dpi displays |
+ https://bugs.webkit.org/show_bug.cgi?id=110047 |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ * svg/as-background-image/tiled-background-image-expected.html: Added. |
+ * svg/as-background-image/tiled-background-image.html: Added. |
+ |
+2013-02-18 David Hyatt <hyatt@apple.com> |
+ |
+ Make seamless iframes paginate properly in their enclosing document's pagination context. |
+ https://bugs.webkit.org/show_bug.cgi?id=106125 |
+ <rdar://problem/12922720> Text in iframe is clipped while printing |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ Added new tests in fast/multicol and fast/region. |
+ |
+ * fast/multicol/resources/ipad.jpg: Added. |
+ * fast/multicol/resources/seamless.html: Added. |
+ * fast/multicol/seamless-flowed-through-columns-expected.html: Added. |
+ * fast/multicol/seamless-flowed-through-columns.html: Added. |
+ * fast/regions/resources/ipad.jpg: Added. |
+ * fast/regions/resources/seamless.html: Added. |
+ * fast/regions/seamless-iframe-flowed-into-regions-expected.html: Added. |
+ * fast/regions/seamless-iframe-flowed-into-regions.html: Added. |
+ |
+2013-02-17 Filip Pizlo <fpizlo@apple.com> |
+ |
+ Get rid of DFG::DoubleOperand and simplify ValueToInt32 |
+ https://bugs.webkit.org/show_bug.cgi?id=110072 |
+ |
+ Reviewed by Geoffrey Garen. |
+ |
+ * fast/js/dfg-value-to-int32-with-side-effect-expected.txt: Added. |
+ * fast/js/dfg-value-to-int32-with-side-effect.html: Added. |
+ * fast/js/jsc-test-list: |
+ * fast/js/script-tests/dfg-value-to-int32-with-side-effect.js: Added. |
+ (foo): |
+ (.result.foo): |
+ |
+2013-02-18 Joseph Pecoraro <pecoraro@apple.com> |
+ |
+ [JSC]: ASSERT in KURL(ParsedURLStringTag) under sourceMapURLForScript |
+ https://bugs.webkit.org/show_bug.cgi?id=109987 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/debugger/source-url-comment-expected.txt: |
+ * inspector/debugger/source-url-comment.html: |
+ Add a test for a sourceURL with a non-relative path. This was causing |
+ an ASSERT, rightfully so, in JSC builds. |
+ |
+2013-02-18 Mike West <mkwst@chromium.org> |
+ |
+ compareDocumentPosition reports disconnected nodes as following each other |
+ https://bugs.webkit.org/show_bug.cgi?id=108274 |
+ |
+ Reviewed by Dimitri Glazkov. |
+ |
+ * fast/dom/compare-document-position-disconnected-nodes-expected.txt: Added. |
+ * fast/dom/compare-document-position-disconnected-nodes.html: Added. |
+ |
+2013-02-18 Stephen White <senorblanco@chromium.org> |
+ |
+ [chromium] Unreviewed gardening. |
+ Update test expectations for recent failures. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-18 Andrey Adaikin <aandrey@chromium.org> |
+ |
+ Web Inspector: [Canvas] fix replay log grouping by frames |
+ https://bugs.webkit.org/show_bug.cgi?id=110122 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ Canvas replay test: last command is not a draw call. |
+ |
+ * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: |
+ * inspector/profiler/canvas2d/canvas-replay-log-grid.html: |
+ |
+2013-02-18 Stephen White <senorblanco@chromium.org> |
+ |
+ [chromium] Unreviewed gardening. |
+ Fix test expectations for effect-reference* tests which I messed up |
+ in my last commit. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-18 Sergio Villar Senin <svillar@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ Moved WK1 specific failures from the shared TestExpectations file |
+ to the wk1 one. Also removed some tests from the WK2 |
+ TestExpectations file as they have been consistently passing on |
+ bots. |
+ |
+ * platform/gtk-wk1/TestExpectations: |
+ * platform/gtk-wk2/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ |
+2013-02-18 Bear Travis <betravis@adobe.com> |
+ |
+ [CSS Exclusions] Support outside-shape layout for shape-inside property |
+ https://bugs.webkit.org/show_bug.cgi?id=102571 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ Test that the shape-outside value correctly propagates to shape-inside |
+ when shape-inside has a value of 'outside-shape,' using both an |
+ undefined and a simple shape outside value. |
+ |
+ * fast/exclusions/shape-inside/shape-inside-outside-shape-expected.html: Added. |
+ * fast/exclusions/shape-inside/shape-inside-outside-shape.html: Added. |
+ |
+2013-02-18 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Adjusting failure expectation for an inspector |
+ test which now times out. |
+ |
+2013-02-18 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Mark perf/show-hide-table-rows.html as sometimes failing or slow |
+ on EFL port. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-18 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Mark fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html as |
+ failing on EFL port. The test was introduced in r143191. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-18 Vladislav Kaznacheev <kaznacheev@chromium.org> |
+ |
+ Web Inspector: Color picker should not be available in Computed Styles pane |
+ https://bugs.webkit.org/show_bug.cgi?id=109697 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/styles/undo-add-property.html: |
+ |
+2013-02-18 Andrey Adaikin <aandrey@chromium.org> |
+ |
+ Web Inspector: [Canvas] group replay log calls by frames |
+ https://bugs.webkit.org/show_bug.cgi?id=110101 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/profiler/canvas-profiler-test.js: |
+ * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: |
+ * inspector/profiler/canvas2d/canvas-replay-log-grid.html: |
+ * inspector/profiler/canvas2d/canvas-stack-trace-expected.txt: |
+ |
+2013-02-18 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Deleted extraneous file. It has been added accidentally in r142135. |
+ https://bugs.webkit.org/show_bug.cgi?id=109953. |
+ |
+ * platform/qt-5.0-wk2/TestExpectations.orig: Removed. |
+ |
+2013-02-18 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Create separate project for each domain for UISourceCode based on browser resources. |
+ https://bugs.webkit.org/show_bug.cgi?id=109691 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/debugger/live-edit-breakpoints-expected.txt: |
+ * inspector/debugger/live-edit-breakpoints.html: |
+ * inspector/uisourcecode-revisions.html: |
+ |
+2013-02-18 Zoltan Arvai <zarvai@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. |
+ |
+ * platform/qt/TestExpectations: Skip test after r143073. |
+ * platform/qt/css3/filters/effect-reference-expected.png: Rebaseline after r143101. |
+ * platform/qt/css3/filters/effect-reference-expected.txt: Rebaseline after r143101. |
+ |
+2013-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
+ |
+ [EFL] Rebaseline failure media tests after r142947 |
+ https://bugs.webkit.org/show_bug.cgi?id=109904 |
+ |
+ Reviewed by Kenneth Rohde Christiansen. |
+ |
+ * platform/efl/TestExpectations: |
+ * platform/efl/media/audio-controls-rendering-expected.png: |
+ * platform/efl/media/audio-controls-rendering-expected.txt: |
+ * platform/efl/media/controls-after-reload-expected.png: |
+ * platform/efl/media/controls-after-reload-expected.txt: |
+ * platform/efl/media/controls-strict-expected.png: |
+ * platform/efl/media/controls-strict-expected.txt: |
+ * platform/efl/media/controls-styling-expected.png: |
+ * platform/efl/media/controls-styling-expected.txt: |
+ * platform/efl/media/controls-styling-strict-expected.png: |
+ * platform/efl/media/controls-styling-strict-expected.txt: |
+ * platform/efl/media/controls-without-preload-expected.png: |
+ * platform/efl/media/controls-without-preload-expected.txt: |
+ * platform/efl/media/video-controls-rendering-expected.png: |
+ * platform/efl/media/video-controls-rendering-expected.txt: |
+ * platform/efl/media/video-display-toggle-expected.png: |
+ * platform/efl/media/video-display-toggle-expected.txt: |
+ * platform/efl/media/video-playing-and-pause-expected.png: |
+ * platform/efl/media/video-playing-and-pause-expected.txt: |
+ |
+2013-02-18 Huang Dongsung <luxtella@company100.net> |
+ |
+ [EFL][WK2] compositing/layer-creation/fixed-position-out-of-view-scaled.html is flaky |
+ https://bugs.webkit.org/show_bug.cgi?id=110059 |
+ |
+ Reviewed by Kenneth Rohde Christiansen. |
+ |
+ Unskip two tests on EFL port. Now those pass. |
+ compositing/layer-creation/fixed-position-out-of-view-scaled.html |
+ compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ |
+2013-02-18 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Unskip several webgl/conformance tests that started passing after |
+ r142854. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ |
+2013-02-18 Mike West <mkwst@chromium.org> |
+ |
+ fast/dom/shadow/shadow-dom-event-dispatching.html flake |
+ https://bugs.webkit.org/show_bug.cgi?id=103299 |
+ |
+ Reviewed by Jochen Eisinger. |
+ |
+ This patch breaks fast/dom/shadow/shadow-dom-event-dispatching.html out |
+ into 12 separate tests to avoid timeouts. Common logic for all these |
+ dispatching tests is now in resources/event-dispatching.js, and each |
+ individual test function now runs in its own HTML file. |
+ |
+ * fast/dom/shadow/resources/event-dispatching.js: Added. |
+ (moveMouseOver): |
+ (recordEvent): |
+ (dumpNode): |
+ (dumpComposedShadowTree): |
+ (addEventListeners): |
+ (debugDispatchedEvent): |
+ (moveMouse): |
+ (showSandboxTree): |
+ * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-child-of-inactive-content.html: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-details-summary-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-details-summary.html: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-distributed-child.html: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node.html: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-with-same-related-target.html: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-manually-fired.html: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots.html: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes.html: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree.html: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root.html: Added. |
+ New tests! |
+ * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: Removed. |
+ * fast/dom/shadow/shadow-dom-event-dispatching.html: Removed. |
+ * platform/chromium/TestExpectations: |
+ Dropped the old, monolithic test, and removed it from Chromium's |
+ TestExpectations file. |
+ |
+2013-02-18 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Unskip several webaudio test cases that pass now that we updated to |
+ gstreamer 1.0. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-18 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Update expectations for several test cases to make the bots green. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-18 Pavel Feldman <pfeldman@chromium.org> |
+ |
+ Web Inspector: provide basic console.table implementation (no [,columns] support) |
+ https://bugs.webkit.org/show_bug.cgi?id=109453 |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ * inspector/console/command-line-api-expected.txt: |
+ * inspector/console/console-format-table-expected.txt: Added. |
+ * inspector/console/console-format-table.html: Added. |
+ |
+2013-02-18 Pavel Feldman <pfeldman@chromium.org> |
+ |
+ Follow up to r143112, fixing tests. |
+ Not reviewed. |
+ |
+ * inspector/elements/insert-node-expected.txt: |
+ * inspector/elements/insert-node.html: |
+ |
+2013-02-18 Pavel Feldman <pfeldman@chromium.org> |
+ |
+ Web Inspector: allow 0 as a formatted parameter in console message. |
+ https://bugs.webkit.org/show_bug.cgi?id=110096 |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ * inspector/console/console-format.html: |
+ |
+2013-02-18 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Skipped failing tests. |
+ |
+ * platform/qt-5.0-wk1/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-18 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r143100. |
+ http://trac.webkit.org/changeset/143100 |
+ https://bugs.webkit.org/show_bug.cgi?id=110088 |
+ |
+ Breaks file system support in workspace. (Requested by vsevik |
+ on #webkit). |
+ |
+ * inspector/debugger/live-edit-breakpoints-expected.txt: |
+ * inspector/debugger/live-edit-breakpoints.html: |
+ * inspector/uisourcecode-revisions.html: |
+ |
+2013-02-18 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed gardening. |
+ |
+ Adding failure expectations for two tests that are failing on GTK and Qt, |
+ most likely due to disabled subpixel layout. |
+ |
+ * platform/gtk/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-18 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed. Clean up a few EFL unexpected passes. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed. |
+ * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed. |
+ |
+2013-02-18 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed. Clean up a few EFL unexpected passes. |
+ |
+ * platform/efl/TestExpectations: |
+ * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.png: Removed. |
+ * platform/efl/fast/repaint/block-selection-gap-in-table-cell-expected.txt: Removed. |
+ * platform/efl/fast/repaint/caret-with-transformation-expected.png: Removed. |
+ * platform/efl/fast/repaint/caret-with-transformation-expected.txt: Removed. |
+ |
+2013-02-18 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed. Remove invalid EFL results that were wrongly added in r140249. |
+ |
+ * platform/efl/TestExpectations: |
+ * platform/efl/fast/css/color-correction-on-background-image-expected.png: Removed. |
+ * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed. |
+ * platform/efl/fast/css/color-correction-on-backgrounds-expected.png: Removed. |
+ * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed. |
+ * platform/efl/fast/css/color-correction-on-box-shadow-expected.png: Removed. |
+ * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed. |
+ * platform/efl/fast/css/color-correction-on-text-expected.png: Removed. |
+ * platform/efl/fast/css/color-correction-on-text-expected.txt: Removed. |
+ * platform/efl/fast/css/color-correction-on-text-shadow-expected.png: Removed. |
+ * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed. |
+ * platform/efl/fast/css/color-correction-untagged-images-expected.png: Removed. |
+ * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed. |
+ |
+2013-02-18 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed. Unskip several test cases that are now passing on |
+ EFL port, most of them due to enabling subpixel layout. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-18 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed. Unskip several compositing tests that are now |
+ passing on WK2 EFL. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-15 Eugene Klyuchnikov <eustas@chromium.org> |
+ |
+ Web Inspector: Introduce ProfilesPanelDescriptor. |
+ https://bugs.webkit.org/show_bug.cgi?id=109906 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/profiler/heap-snapshot-test.js: Adopted changes. |
+ |
+2013-02-17 Takashi Toyoshima <toyoshim@chromium.org> |
+ |
+ Unreviewed, update test expectation for chromium. |
+ https://bugs.webkit.org/show_bug.cgi?id=110079 |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-17 Vivek Galatage <vivek.vg@samsung.com> |
+ |
+ Add missing braces in fast/parser/noscript-with-javascript-enabled.html |
+ https://bugs.webkit.org/show_bug.cgi?id=110078 |
+ |
+ Unreviewed gardening. Adding the missing braces. |
+ |
+ * fast/parser/noscript-with-javascript-enabled.html: |
+ |
+2013-02-17 Takashi Toyoshima <toyoshim@chromium.org> |
+ |
+ Unreviewed, update test expectation for chromium. |
+ https://bugs.webkit.org/show_bug.cgi?id=110076 |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-17 Mike West <mkwst@chromium.org> |
+ |
+ WheelEvent should not target text nodes. |
+ https://bugs.webkit.org/show_bug.cgi?id=109939 |
+ |
+ Reviewed by Darin Adler. |
+ |
+ * fast/events/wheelevent-in-text-node-expected.txt: Added. |
+ * fast/events/wheelevent-in-text-node.html: Added. |
+ |
+2013-02-17 Philip Rogers <pdr@google.com> |
+ |
+ Fix non-root SVG viewport under zoom |
+ https://bugs.webkit.org/show_bug.cgi?id=99453 |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ * svg/custom/symbol-zoom-expected.html: Added. |
+ * svg/custom/symbol-zoom.html: Added. |
+ |
+2013-02-17 Chris Fleizach <cfleizach@apple.com> |
+ |
+ WebSpeech: plumb through a method to generate fake speech jobs for testing |
+ https://bugs.webkit.org/show_bug.cgi?id=107351 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: |
+ * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html: |
+ |
+2013-02-17 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Mark compositing/layer-creation/fixed-position-out-of-view-scaled.html as |
+ flaky on WebKit2 EFL. It sometimes hits an assertion. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ |
+2013-02-17 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Regression(r143124): Caused plugins/plugin-javascript-access.html to fail |
+ https://bugs.webkit.org/show_bug.cgi?id=110053 |
+ |
+ Reviewed by Alexey Proskuryakov. |
+ |
+ Unskip plugins/plugin-javascript-access.html for WK2 EFL now that the |
+ Test is passing again. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ |
+2013-02-17 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed. Remove duplicates from EFL port's TestExpectations. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-17 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Generate baseline for svg/filters/filter-hidden-content.svg on EFL |
+ port. |
+ |
+ * platform/efl/svg/filters/filter-hidden-content-expected.png: Added. |
+ * platform/efl/svg/filters/filter-hidden-content-expected.txt: Added. |
+ |
+2013-02-17 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Mark compositing/geometry/limit-layer-bounds-fixed.html as failing on |
+ EFL WK2. This test was introduced in r143073 but never passed on EFL. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ |
+2013-02-17 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Mark plugins/plugin-javascript-access.html as failing on WK2 EFL |
+ due to a regression in r143124. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ |
+2013-02-16 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Add a flaky image only failure expectation to the test added in r142979 on Mac per bug 110027. |
+ |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-16 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r142734. |
+ http://trac.webkit.org/changeset/142734 |
+ https://bugs.webkit.org/show_bug.cgi?id=110018 |
+ |
+ "Triggered crashes on lots of websites" (Requested by ggaren |
+ on #webkit). |
+ |
+ * http/tests/plugins/resources/cross-frame-object-access.html: |
+ * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: |
+ * http/tests/security/cross-frame-access-location-get-expected.txt: |
+ * http/tests/security/cross-frame-access-location-get.html: |
+ * http/tests/security/resources/cross-frame-access.js: |
+ * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html: |
+ * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html: |
+ * http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: |
+ * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Removed. |
+ * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Removed. |
+ * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Removed. |
+ |
+2013-02-16 Takashi Toyoshima <toyoshim@chromium.org> |
+ |
+ Rebaseline for Win7. |
+ |
+ Unreviewed chromium gardening. |
+ |
+ * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed. |
+ * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: |
+ |
+2013-02-16 Robert Hogan <robert@webkit.org> |
+ |
+ percentage top value of position:relative element not calculated using parent's min-height unless height set |
+ https://bugs.webkit.org/show_bug.cgi?id=14762 |
+ |
+ Reviewed by Julien Chaffraix. |
+ |
+ * fast/block/percent-top-parent-respects-min-height-expected.txt: Added. |
+ * fast/block/percent-top-parent-respects-min-height.html: Added. |
+ * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-expected.txt: Added. |
+ * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr-expected.txt: Added. |
+ * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor-vertical-lr.html: Added. |
+ * fast/replaced/computed-image-width-with-percent-height-and-fixed-ancestor.html: Added. |
+ * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-expected.txt: Added. |
+ * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr-expected.txt: Added. |
+ * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor-vertical-lr.html: Added. |
+ * fast/replaced/computed-image-width-with-percent-height-inside-table-cell-and-fixed-ancestor.html: Added. |
+ |
+2013-02-16 Stephen White <senorblanco@chromium.org> |
+ |
+ [skia] FEOffset should have a Skia implementation. |
+ https://bugs.webkit.org/show_bug.cgi?id=109831 |
+ |
+ Reviewed by James Robinson. |
+ |
+ * css3/filters/effect-reference-hw.html: |
+ * css3/filters/effect-reference.html: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-16 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Create separate project for each domain for UISourceCode based on browser resources. |
+ https://bugs.webkit.org/show_bug.cgi?id=109691 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/debugger/live-edit-breakpoints-expected.txt: |
+ * inspector/debugger/live-edit-breakpoints.html: |
+ * inspector/uisourcecode-revisions.html: |
+ |
+2013-02-15 Tony Chang <tony@chromium.org> |
+ |
+ Padding and border changes doesn't trigger relayout of children |
+ https://bugs.webkit.org/show_bug.cgi?id=109639 |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ * fast/block/dynamic-padding-border-expected.txt: Added. |
+ * fast/block/dynamic-padding-border.html: Added. |
+ * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: We should have been relaying |
+ out the table when the border changed. The pixel results in this case is the same, but the |
+ render tree shows the difference. |
+ |
+2013-02-15 Simon Fraser <simon.fraser@apple.com> |
+ |
+ REGRESSION (r142505?): Crashes in WebCore::ScrollingStateNode::appendChild when using back/forward buttons |
+ https://bugs.webkit.org/show_bug.cgi?id=109826 |
+ <rdar://problem/13216100> |
+ |
+ Reviewed by Beth Dakin. |
+ |
+ Test having a page with an iframe that navigates forwards then back. |
+ |
+ * platform/mac-wk2/tiled-drawing/null-parent-back-crash.html: Added. |
+ |
+2013-02-15 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Constrain fixed layers to the viewport, not the document |
+ https://bugs.webkit.org/show_bug.cgi?id=109646 |