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 |
+ |
+ Reviewed by Beth Dakin. |
+ |
+ Test with a big fixed element in a compositing layer. |
+ |
+ * compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added. |
+ * compositing/geometry/limit-layer-bounds-fixed.html: Added. |
+ |
+2013-02-15 Simon Fraser <simon.fraser@apple.com> |
+ |
+ drop-shadow filter with overflow:hidden child misbehaves |
+ https://bugs.webkit.org/show_bug.cgi?id=109783 |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ * css3/filters/filter-repaint-shadow-layer-child-expected.html: Added. |
+ * css3/filters/filter-repaint-shadow-layer-child.html: Added. |
+ |
+2013-02-15 Elliott Sprehn <esprehn@chromium.org> |
+ |
+ RenderQuote should not mark renderers as needing layout during layout |
+ https://bugs.webkit.org/show_bug.cgi?id=109876 |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ * fast/block/float/float-not-removed-from-pre-block-expected.txt: |
+ * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added. |
+ * fast/css-generated-content/quote-layout-focus-crash.html: Added. |
+ |
+2013-02-15 Rik Cabanier <cabanier@adobe.com> |
+ |
+ Add platform support for -webkit-background-blend-mode to CG context |
+ https://bugs.webkit.org/show_bug.cgi?id=108549 |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ Added tests for background images. |
+ |
+ * css3/compositing/effect-background-blend-mode-expected.png: Added. |
+ * css3/compositing/effect-background-blend-mode-expected.txt: Added. |
+ * css3/compositing/effect-background-blend-mode-stacking-expected.png: Added. |
+ * css3/compositing/effect-background-blend-mode-stacking-expected.txt: Added. |
+ * css3/compositing/effect-background-blend-mode-stacking.html: Added. |
+ * css3/compositing/effect-background-blend-mode.html: Added. |
+ * css3/compositing/resources/ducky.png: Added. |
+ * platform/chromium/TestExpectations: |
+ * platform/mac/css3/compositing: Added. |
+ * platform/mac/css3/compositing/effect-background-blend-mode-expected.png: Added. |
+ * platform/mac/css3/compositing/effect-background-blend-mode-stacking-expected.png: Added. |
+ |
+2013-02-14 Emil A Eklund <eae@chromium.org> |
+ |
+ Clamp span value in RenderTableCell::parse[Col|Row]SpanFromDOM |
+ https://bugs.webkit.org/show_bug.cgi?id=109878 |
+ |
+ Reviewed by Abhishek Arya. |
+ |
+ Add test for handling of very large colspan value. |
+ |
+ * fast/table/colspan-huge-number-expected.txt: Added. |
+ * fast/table/colspan-huge-number.html: Added. |
+ |
+2013-02-15 Xueqing Huang <huangxueqing@baidu.com> |
+ |
+ Flexbox should ignore firstLine pseudo element. |
+ https://bugs.webkit.org/show_bug.cgi?id=104485 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ Spec[1] said that "None of the properties defined in this module |
+ apply to '::first-line' or '::first-letter' pseudo-elements." and |
+ css2[2] define "The :first-line pseudo-element can only be attached |
+ to a block container element." |
+ [1]http://dev.w3.org/csswg/css3-flexbox/#display-flex |
+ [2]http://www.w3.org/TR/CSS2/selector.html#first-line-pseudo |
+ |
+ some case by Kenny Lu <kanghaol@oupeng.com> |
+ * css3/flexbox/flex-item-firstLine-valid-expected.txt: Added. |
+ * css3/flexbox/flex-item-firstLine-valid.html: Added. |
+ * css3/flexbox/flexbox-ignore-firstLine-expected.txt: Added. |
+ * css3/flexbox/flexbox-ignore-firstLine.html: Added. |
+ * css3/flexbox/inline-flexbox-ignore-firstLine-expected.txt: Added. |
+ * css3/flexbox/inline-flexbox-ignore-firstLine.html: Added. |
+ |
+2013-02-15 Philip Rogers <pdr@google.com> |
+ |
+ Rebaseline 7 SVG tests after r142765. |
+ |
+ Unreviewed rebaseline of test expectations. |
+ |
+ * platform/chromium-linux/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: |
+ * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-2-expected.png: |
+ * platform/chromium-linux/svg/as-image/svg-image-change-content-size-expected.png: |
+ * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png: |
+ * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png: |
+ * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: |
+ * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-2-expected.png: |
+ * platform/chromium-mac-lion/svg/as-image/svg-image-change-content-size-expected.png: |
+ * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png: |
+ * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png: |
+ * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: |
+ * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png: |
+ * platform/chromium-mac/svg/as-image/svg-image-change-content-size-expected.png: |
+ * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png: |
+ * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png: |
+ * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png: |
+ * platform/chromium-win/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: |
+ * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png: |
+ * platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.png: |
+ * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png: |
+ * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png: |
+ * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-15 Adrienne Walker <enne@chromium.org> |
+ |
+ [chromium] Mark inspector/profiler/heap-snapshot-get-profile-crash.html flaky crasher |
+ https://bugs.webkit.org/show_bug.cgi?id=109963 |
+ |
+ Unreviewed gardening. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-15 Philip Rogers <pdr@google.com> |
+ |
+ Rebaseline 4 svg/zoom/page tests after r142765 |
+ |
+ Unreviewed rebaseline of test expectations. |
+ |
+ * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png: |
+ * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: |
+ * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: |
+ * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: |
+ * platform/chromium-mac-lion/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: |
+ * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png: |
+ * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: |
+ * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: |
+ * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: |
+ * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png: |
+ * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: |
+ * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: |
+ * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-15 Max Vujovic <mvujovic@adobe.com> |
+ |
+ [CSS Shaders] Parse src property in @-webkit-filter at-rules |
+ https://bugs.webkit.org/show_bug.cgi?id=109770 |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ Add positive and negative parsing tests for the @-webkit-filter src property. |
+ |
+ * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid-expected.txt: Added. |
+ * css3/filters/custom-with-at-rule-syntax/parsing-src-property-invalid.html: Added. |
+ * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid-expected.txt: Added. |
+ * css3/filters/custom-with-at-rule-syntax/parsing-src-property-valid.html: Added. |
+ * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-invalid.js: Added. |
+ (testInvalidSrcProperty): |
+ * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-src-property-valid.js: Added. |
+ (testSrcProperty): |
+ |
+2013-02-15 Philip Rogers <pdr@google.com> |
+ |
+ Rebaseline 4 tests after r142765 |
+ |
+ Unreviewed rebaseline of test expectations. |
+ |
+ * platform/chromium-linux/css2.1/20110323/background-intrinsic-004-expected.png: |
+ * platform/chromium-linux/css2.1/20110323/background-intrinsic-005-expected.png: |
+ * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png: |
+ * platform/chromium-linux/svg/as-image/same-image-two-instances-expected.png: |
+ * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-004-expected.png: |
+ * platform/chromium-mac-lion/css2.1/20110323/background-intrinsic-005-expected.png: |
+ * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png: |
+ * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-004-expected.png: |
+ * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-005-expected.png: |
+ * platform/chromium-mac/css2.1/20110323/background-intrinsic-004-expected.png: |
+ * platform/chromium-mac/css2.1/20110323/background-intrinsic-005-expected.png: |
+ * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png: |
+ * platform/chromium-mac/svg/as-image/same-image-two-instances-expected.png: |
+ * platform/chromium-win/css2.1/20110323/background-intrinsic-004-expected.png: |
+ * platform/chromium-win/css2.1/20110323/background-intrinsic-005-expected.png: |
+ * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png: |
+ * platform/chromium-win/svg/as-image/same-image-two-instances-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-15 Philip Rogers <pdr@google.com> |
+ |
+ Rebaseline 3 tests after r142765 |
+ |
+ Unreviewed rebaseline of test expectations. |
+ |
+ * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png: |
+ * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: |
+ * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png: |
+ * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png: |
+ * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: |
+ * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png: |
+ * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added. |
+ * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png: |
+ * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: |
+ * platform/chromium-win/fast/writing-mode/block-level-images-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-15 Eric Carlson <eric.carlson@apple.com> |
+ |
+ Crash occurs at WebCore::TextTrackList::length() when enabling closed captions in movie |
+ https://bugs.webkit.org/show_bug.cgi?id=109886 |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ * platform/mac/TestExpectations: Remove media/media-captions.html. |
+ |
+2013-02-15 Alexis Menard <alexis@webkit.org> |
+ |
+ WebKit shouldn't accept "none, none" in transition shorthand property. |
+ https://bugs.webkit.org/show_bug.cgi?id=108751 |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ Extend exisiting tests to cover the bug. Modify old tests with invalid declarations. |
+ |
+ * fast/css/transform-inline-style-expected.txt: |
+ * fast/css/transform-inline-style-remove-expected.txt: |
+ * fast/css/transform-inline-style-remove.html: |
+ * fast/css/transform-inline-style.html: |
+ * transitions/transitions-parsing-expected.txt: |
+ * transitions/transitions-parsing.html: |
+ |
+2013-02-15 Sudarsana Nagineni <sudarsana.nagineni@intel.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Skip failing tests on EFL wk1 and wk2 bots. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-15 Hans Muller <hmuller@adobe.com> |
+ |
+ [CSS Exclusions] Enable shape-inside support for circles |
+ https://bugs.webkit.org/show_bug.cgi?id=109713 |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ Added a test for circle shape-inside values. |
+ |
+ * fast/exclusions/shape-inside/shape-inside-circle-expected.html: Added. |
+ * fast/exclusions/shape-inside/shape-inside-circle.html: Added. |
+ |
+2013-02-15 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Several consecutive Backspace or Delete strikes should not be marked as undoable state. |
+ https://bugs.webkit.org/show_bug.cgi?id=109915 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/editor/text-editor-undo-redo-expected.txt: |
+ * inspector/editor/text-editor-undo-redo.html: |
+ |
+2013-02-15 Sudarsana Nagineni <sudarsana.nagineni@intel.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Skip failing WebGL conformance tests added in r142851. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ |
+2013-02-15 Andrey Adaikin <aandrey@chromium.org> |
+ |
+ Web Inspector: [Canvas] show replay log grouped by draw calls |
+ https://bugs.webkit.org/show_bug.cgi?id=109592 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ A test to dump canvas replay log. |
+ |
+ * inspector/profiler/canvas2d/canvas-replay-log-grid-expected.txt: Added. |
+ * inspector/profiler/canvas2d/canvas-replay-log-grid.html: Added. |
+ |
+2013-02-15 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Pass original selection to textModel to correctly restore it after undo. |
+ https://bugs.webkit.org/show_bug.cgi?id=109911 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/editor/text-editor-undo-redo-expected.txt: |
+ * inspector/editor/text-editor-undo-redo.html: |
+ |
+2013-02-15 Andrew Wilson <atwilson@chromium.org> |
+ |
+ Unreviewed chromium rebaselines for r142947. |
+ |
+ * platform/chromium-mac/media/track/track-cue-rendering-vertical-expected.png: |
+ |
+2013-02-15 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Redo in text editor should always collapse selection to end. |
+ https://bugs.webkit.org/show_bug.cgi?id=109907 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/editor/text-editor-undo-redo-expected.txt: |
+ |
+2013-02-15 Sudarsana Nagineni <sudarsana.nagineni@intel.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Skip failing tests after r142947. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-15 Andrew Wilson <atwilson@chromium.org> |
+ |
+ Unreviewed chromium expectations changes for r142947. |
+ |
+ * platform/chromium-mac-lion/media/audio-repaint-expected.png: |
+ * platform/chromium-mac-lion/media/controls-after-reload-expected.png: |
+ * platform/chromium-mac-lion/media/controls-strict-expected.png: |
+ * platform/chromium-mac-lion/media/controls-styling-expected.png: |
+ * platform/chromium-mac-lion/media/controls-styling-strict-expected.png: |
+ * platform/chromium-mac-lion/media/controls-without-preload-expected.png: |
+ * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png: |
+ * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Added. |
+ * platform/chromium-mac-lion/media/video-controls-rendering-expected.png: |
+ * platform/chromium-mac-lion/media/video-display-toggle-expected.png: |
+ * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png: |
+ * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png: |
+ * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png: |
+ * platform/chromium-mac-snowleopard/media/controls-strict-expected.png: |
+ * platform/chromium-mac-snowleopard/media/controls-styling-expected.png: |
+ * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png: |
+ * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png: |
+ * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png: |
+ * platform/chromium-mac-snowleopard/media/track/track-cue-rendering-horizontal-expected.png: |
+ * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png: |
+ * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png: |
+ * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png: |
+ * platform/chromium-mac/media/audio-repaint-expected.png: |
+ * platform/chromium-mac/media/controls-after-reload-expected.png: |
+ * platform/chromium-mac/media/controls-strict-expected.png: |
+ * platform/chromium-mac/media/controls-styling-expected.png: |
+ * platform/chromium-mac/media/controls-styling-strict-expected.png: |
+ * platform/chromium-mac/media/controls-without-preload-expected.png: |
+ * platform/chromium-mac/media/media-document-audio-repaint-expected.png: |
+ * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png: |
+ * platform/chromium-mac/media/video-controls-rendering-expected.png: |
+ * platform/chromium-mac/media/video-display-toggle-expected.png: |
+ * platform/chromium-mac/media/video-playing-and-pause-expected.png: |
+ * platform/chromium-mac/media/video-zoom-controls-expected.txt: |
+ * platform/chromium-win/media/audio-repaint-expected.png: |
+ * platform/chromium-win/media/controls-after-reload-expected.png: |
+ * platform/chromium-win/media/controls-strict-expected.png: |
+ * platform/chromium-win/media/controls-styling-expected.png: |
+ * platform/chromium-win/media/controls-styling-strict-expected.png: |
+ * platform/chromium-win/media/controls-without-preload-expected.png: |
+ * platform/chromium-win/media/media-document-audio-repaint-expected.png: |
+ * platform/chromium-win/media/track/track-cue-rendering-horizontal-expected.png: |
+ * platform/chromium-win/media/video-controls-rendering-expected.png: |
+ * platform/chromium-win/media/video-display-toggle-expected.png: |
+ * platform/chromium-win/media/video-playing-and-pause-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-15 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Skip failing tests. |
+ |
+ * platform/qt/TestExpectations: |
+ * platform/qt/fast/replaced/width100percent-image-expected.png: Added after r142931. |
+ * platform/qt/fast/replaced/width100percent-image-expected.txt: Added after r142931. |
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added after r142931. |
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Added after r142931. |
+ |
+2013-02-15 Sudarsana Nagineni <sudarsana.nagineni@intel.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Rebaselining after r142931 and r142759. |
+ |
+ * platform/efl/fast/replaced/width100percent-image-expected.png: |
+ * platform/efl/fast/replaced/width100percent-image-expected.txt: |
+ * platform/efl/svg/dom/SVGLengthList-basics-expected.txt: Removed. |
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.png: |
+ * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: |
+ |
+2013-02-15 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
+ |
+ Unreviewed EFL WK1 gardening. |
+ |
+ EFL WK1 doesn't support WebGL conformance tests which were added by r142847. |
+ |
+ * platform/efl-wk1/TestExpectations: Skipped WebGL conformance tests. |
+ |
+2013-02-15 Andrew Wilson <atwilson@chromium.org> |
+ |
+ Unreviewed chromium expectations update for r142955. |
+ |
+ * platform/chromium-mac/svg/filters/filter-hidden-content-expected.png: Added. |
+ * platform/chromium-win/svg/filters/filter-hidden-content-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.png. |
+ * platform/chromium/svg/filters/filter-hidden-content-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/filters/filter-hidden-content-expected.txt. |
+ |
+2013-02-15 Mihnea Ovidenie <mihnea@adobe.com> |
+ |
+ [CSS Regions] RenderRegion should inherit from RenderBlock |
+ https://bugs.webkit.org/show_bug.cgi?id=74132 |
+ |
+ Reviewed by Julien Chaffraix. |
+ |
+ Fix tests that were failing after the inheritance change. |
+ |
+ * fast/regions/flows-dependency-dynamic-remove.html: As a block, an empty region can self collapse, |
+ which was not possible for a replaced element. I used '-webkit-margin-collapse: separate' to prevent |
+ margins self collapsing for body and avoid recreating the expectations. |
+ I want regions margins to be able to self collapse, just like the other block elements. |
+ * fast/regions/flows-dependency-same-flow.html: Ditto. |
+ |
+2013-02-15 Andrey Lushnikov <lushnikov@chromium.org> |
+ |
+ Web Inspector: implement smart braces functionality |
+ https://bugs.webkit.org/show_bug.cgi?id=109200 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/editor/text-editor-smart-braces-expected.txt: Added. |
+ * inspector/editor/text-editor-smart-braces.html: Added. |
+ * platform/efl/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-15 Andrei Bucur <abucur@adobe.com> |
+ |
+ [CSS Regions][Mac] fast/regions/full-screen-video-from-region.html hits an assertion in RenderFlowThread::removeRenderBoxRegionInfo |
+ https://bugs.webkit.org/show_bug.cgi?id=106075 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ Removed the crash/fail expectation for fast/regions/full-screen-video-from-region.html. |
+ |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-15 Andrew Wilson <atwilson@chromium.org> |
+ |
+ Unreviewed chromium expectation changes after r142931. |
+ |
+ * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.png: |
+ * platform/chromium-mac-lion/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt. |
+ * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug85016-expected.png: |
+ * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.png: |
+ * platform/chromium-mac-snowleopard/fast/replaced/width100percent-image-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-image-expected.txt. |
+ * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png: |
+ * platform/chromium-mac/fast/replaced/width100percent-image-expected.png: |
+ * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt: |
+ * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png: |
+ * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Removed. |
+ * platform/chromium-win/fast/replaced/width100percent-image-expected.png: |
+ * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png: |
+ * tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Renamed from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt. |
+ |
+2013-02-15 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Adding expectations for tests that need checking after r142947. |
+ * platform/gtk/fast/replaced/width100percent-image-expected.txt: Added. Rebaselining after r142931. |
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Ditto. |
+ |
+2013-02-13 Allan Sandfeld Jensen <allan.jensen@digia.com> |
+ |
+ [CoordGfx] Regression from r135212: big layers with transform animations sometime fail to render tiles. |
+ https://bugs.webkit.org/show_bug.cgi?id=109179 |
+ |
+ Reviewed by Jocelyn Turcotte. |
+ |
+ Test of a large layer with an animated transform. Skipped on WK1 due to resize event not firing in DRT. |
+ |
+ * compositing/transitions/transform-on-large-layer-expected.html: Added. |
+ * compositing/transitions/transform-on-large-layer.html: Added. |
+ * platform/mac/TestExpectations: |
+ * platform/qt-5.0-wk1/TestExpectations: |
+ |
+2013-02-14 Alexander Pavlov <apavlov@chromium.org> |
+ |
+ Web Inspector: Implement tracking of active stylesheets in the frontend |
+ https://bugs.webkit.org/show_bug.cgi?id=105828 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/styles/resources/stylesheet-tracking.css: Added. |
+ * inspector/styles/stylesheet-tracking-expected.txt: Added. |
+ * inspector/styles/stylesheet-tracking.html: Added. |
+ |
+2013-02-15 Andrei Bucur <abucur@adobe.com> |
+ |
+ Implement the -webkit-margin-collapse properties correct rendering |
+ https://bugs.webkit.org/show_bug.cgi?id=108168 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ Four new tests covering the -webkit-margin-collapse property basic behavior: collapsing |
+ between a block container and its children, collapsing between sibling boxes in both TTB |
+ and BTT direction. The last test verifies if a container's before margin correctly resets |
+ the discard value after a clear of the child that initally caused it. |
+ |
+ * fast/block/margin-collapse/webkit-margin-collapse-container-expected.html: Added. |
+ * fast/block/margin-collapse/webkit-margin-collapse-container.html: Added. |
+ * fast/block/margin-collapse/webkit-margin-collapse-floats-expected.html: Added. |
+ * fast/block/margin-collapse/webkit-margin-collapse-floats.html: Added. |
+ * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt-expected.html: Added. |
+ * fast/block/margin-collapse/webkit-margin-collapse-siblings-bt.html: Added. |
+ * fast/block/margin-collapse/webkit-margin-collapse-siblings-expected.html: Added. |
+ * fast/block/margin-collapse/webkit-margin-collapse-siblings.html: Added. |
+ |
+2013-02-15 KwangYong Choi <ky0.choi@samsung.com> |
+ |
+ [EFL] fast/forms/input-text-scroll-left-on-blur.html is passing now |
+ https://bugs.webkit.org/show_bug.cgi?id=109896 |
+ |
+ Unreviewed efl gardening. |
+ |
+ The expectations are added by r140250 and the test seems to be passing now. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-14 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Copy-pasting selected text over itself should be an undoable state. |
+ https://bugs.webkit.org/show_bug.cgi?id=109830 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/editor/text-editor-undo-redo-expected.txt: |
+ * inspector/editor/text-editor-undo-redo.html: |
+ |
+2013-02-14 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Remove a test expectation now that the culprit has been rolled out in r142962. |
+ |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-14 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r142889. |
+ http://trac.webkit.org/changeset/142889 |
+ https://bugs.webkit.org/show_bug.cgi?id=109891 |
+ |
+ It caused an assertion failure in scrollbars/overflow- |
+ scrollbar-combinations.html (Requested by tkent on #webkit). |
+ |
+ * fast/block/dynamic-padding-border-expected.txt: Removed. |
+ * fast/block/dynamic-padding-border.html: Removed. |
+ * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: |
+ |
+2013-02-14 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Add assertion failure expectations on Mac per bugs 109869 and 109890. |
+ |
+ * platform/mac/TestExpectations: |
+ * platform/mac-wk2/TestExpectations: |
+ |
+2013-02-14 Arpita Bahuguna <arpitabahuguna@gmail.com> |
+ |
+ Caret positioned at the end of a text line (followed by an empty block) in vertical writing mode disappears when pressing the right/down arrow key. |
+ https://bugs.webkit.org/show_bug.cgi?id=106452 |
+ |
+ Reviewed by Ryosuke Niwa. |
+ |
+ * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode-expected.txt: Added. |
+ * editing/selection/caret-at-end-of-text-line-followed-by-empty-block-in-vertical-mode.html: Added. |
+ Layout test case added for verifying that pressing the down or the right arrow |
+ key at the end of the text line in vertical writing mode will not make the caret |
+ dissapear. |
+ Caret positions at the start, the end, and after pressing the right and the down |
+ arrow keys at the end of the text line, are compared for verification. |
+ |
+2013-02-14 Simon Fraser <simon.fraser@apple.com> |
+ |
+ Reverting r142861. Hit testing inside of style recalc is fundamentally wrong |
+ |
+ * fast/events/mouse-cursor-change-expected.txt: Removed. |
+ * fast/events/mouse-cursor-change.html: Removed. |
+ * fast/events/mouse-cursor-no-mousemove-expected.txt: Removed. |
+ * fast/events/mouse-cursor-no-mousemove.html: Removed. |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-14 Florin Malita <fmalita@chromium.org> |
+ |
+ [SVG] Cached filter results are not invalidated on repaint rect change |
+ https://bugs.webkit.org/show_bug.cgi?id=106221 |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ * svg/filters/filter-hidden-content-expected.svg: Added. |
+ * svg/filters/filter-hidden-content.svg: Added. |
+ |
+2013-02-14 Hajime Morrita <morrita@google.com> |
+ |
+ Unreviewed rebaselining following r142940. |
+ |
+ * fast/events/onerror-no-constructor-expected.txt: |
+ * platform/chromium/fast/events/onerror-no-constructor-expected.txt: Copied from LayoutTests/fast/events/onerror-no-constructor-expected.txt. |
+ |
+2013-02-14 Christian Biesinger <cbiesinger@chromium.org> |
+ |
+ Convert media controls from DeprecatedFlexibleBox to FlexibleBox |
+ https://bugs.webkit.org/show_bug.cgi?id=109775 |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ Rebaselined lots of tests. There were two kinds of changes: |
+ - Replaced the RenderDeprecatedFlexibleBox class name with |
+ RenderFlexibleBox, and minor printing differences |
+ - Slight positioning/size changes due to a different algorithm for |
+ shrinking elements (old flexbox shrinks elements evenly, new flexbox |
+ shrinks in proportion to the size of the flex item) |
+ |
+2013-02-14 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Mac rebaseline after r142931. |
+ |
+ * platform/chromium-mac/fast/replaced/width100percent-image-expected.txt: Added. |
+ * platform/chromium/fast/replaced/width100percent-image-expected.txt: Removed. |
+ * platform/mac/fast/replaced/width100percent-image-expected.txt: |
+ * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: |
+ |
+2013-02-14 Dean Jackson <dino@apple.com> |
+ |
+ Clicking outside captions menu should dismiss it |
+ https://bugs.webkit.org/show_bug.cgi?id=109648 |
+ |
+ Unreviewed. Adding the files I forgot to commit in r142774. |
+ |
+ * media/video-controls-captions-trackmenu-hide-on-click.html: Added. |
+ * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added. |
+ |
+2013-02-14 Glenn Adams <glenn@skynav.com> |
+ |
+ new-run-webkit-tests needs a shared TestExpectations between all WebKit ports |
+ https://bugs.webkit.org/show_bug.cgi?id=37565 |
+ |
+ Introduce generic TestExpectations file that applies as a fallback for all ports, the location of which |
+ is LayoutTests/TestExpectations. |
+ |
+ Reviewed by Dirk Pranke. |
+ |
+ * TestExpectations: Added. |
+ |
+2013-02-14 Hajime Morrita <morrita@google.com> |
+ |
+ [V8] Assertion failure on an exception is thrown |
+ https://bugs.webkit.org/show_bug.cgi?id=109129 |
+ |
+ Reviewed by Kentaro Hara. |
+ |
+ * fast/events/onerror-no-constructor-expected.txt: Added. |
+ * fast/events/onerror-no-constructor.html: Added. |
+ |
+2013-02-14 Philip Rogers <pdr@google.com> |
+ |
+ Rebaseline 9 SVG tests after r142765 |
+ |
+ Unreviewed rebaseline of test expectations. |
+ |
+ * platform/chromium-linux/svg/as-background-image/animated-svg-as-background-expected.png: |
+ * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: |
+ * platform/chromium-linux/svg/as-background-image/svg-as-background-1-expected.png: |
+ * platform/chromium-linux/svg/as-background-image/svg-as-background-3-expected.png: |
+ * platform/chromium-linux/svg/as-background-image/svg-as-background-4-expected.png: |
+ * platform/chromium-linux/svg/as-background-image/svg-as-background-5-expected.png: |
+ * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png: |
+ * platform/chromium-linux/svg/as-background-image/svg-as-background-with-relative-size-expected.png: |
+ * platform/chromium-linux/svg/as-background-image/svg-background-partial-redraw-expected.png: |
+ * platform/chromium-mac-lion/svg/as-background-image/animated-svg-as-background-expected.png: |
+ * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: |
+ * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-1-expected.png: |
+ * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-3-expected.png: |
+ * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-4-expected.png: |
+ * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png: |
+ * platform/chromium-mac-lion/svg/as-background-image/svg-background-partial-redraw-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-1-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/as-background-image/svg-background-partial-redraw-expected.png: |
+ * platform/chromium-mac/svg/as-background-image/animated-svg-as-background-expected.png: |
+ * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: |
+ * platform/chromium-mac/svg/as-background-image/svg-as-background-1-expected.png: |
+ * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png: |
+ * platform/chromium-mac/svg/as-background-image/svg-as-background-3-expected.png: |
+ * platform/chromium-mac/svg/as-background-image/svg-as-background-4-expected.png: |
+ * platform/chromium-mac/svg/as-background-image/svg-as-background-5-expected.png: |
+ * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png: |
+ * platform/chromium-mac/svg/as-background-image/svg-as-background-with-relative-size-expected.png: |
+ * platform/chromium-mac/svg/as-background-image/svg-background-partial-redraw-expected.png: |
+ * platform/chromium-win-xp/svg/as-background-image: Removed. |
+ * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Removed. |
+ * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png: Removed. |
+ * platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png: |
+ * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: |
+ * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png: |
+ * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png: |
+ * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png: |
+ * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png: |
+ * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png: |
+ * platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png: |
+ * platform/chromium-win/svg/as-background-image/svg-background-partial-redraw-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-14 Ojan Vafai <ojan@chromium.org> |
+ |
+ Intrinsic and preferred widths on replaced elements are wrong in many cases |
+ https://bugs.webkit.org/show_bug.cgi?id=109859 |
+ |
+ Reviewed by Levi Weintraub. |
+ |
+ * fast/replaced/preferred-widths-expected.txt: Added. |
+ * fast/replaced/preferred-widths.html: Added. |
+ These results match Gecko and Opera except for the 3rd container div. |
+ Talking to dbaron and bz and Mozilla they sound likely to match our behavior there. |
+ See https://bugzilla.mozilla.org/show_bug.cgi?id=823483 for example. |
+ |
+ The width of the containers is wrong in some of these cases because our |
+ computePreferredLogicalWidths methods don't currently account for |
+ intrinsic sizes (e.g. min-content, max-content, etc). |
+ |
+ * platform/chromium-linux/fast/replaced/width100percent-image-expected.png: |
+ * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png: |
+ * platform/chromium-win/fast/replaced/width100percent-image-expected.txt: |
+ * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: |
+ These new results are more correct. The width100percent-image case now |
+ matches other browsers and is due to not setting the minPreferrredLogicalWidth to |
+ 0 if the height is a percentage. The bugs85016 case is different because we |
+ now correctly add the border and padding width to the preferred width of the image. |
+ |
+2013-02-14 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Add a crash test expectation to media/media-captions.html on Mac per bug 109869. |
+ |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-14 Stephen Chenney <schenney@chromium.org> |
+ |
+ Crash when selecting a HarfBuzz text run with SVG fonts included |
+ https://bugs.webkit.org/show_bug.cgi?id=109833 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ Only known to crash on Chromium Linux (without the patch), but other platforms may be affected. |
+ |
+ * svg/css/font-face-crash-expected.txt: Added. |
+ * svg/css/font-face-crash.html: Added. |
+ |
+2013-02-14 Abhishek Arya <inferno@chromium.org> |
+ |
+ Bad cast in RenderBlock::splitBlocks. |
+ https://bugs.webkit.org/show_bug.cgi?id=108691 |
+ |
+ Reviewed by Levi Weintraub. |
+ |
+ * fast/multicol/remove-child-split-flow-crash-expected.txt: Added. |
+ * fast/multicol/remove-child-split-flow-crash.html: Added. |
+ |
+2013-02-14 Jer Noble <jer.noble@apple.com> |
+ |
+ EME: replace MediaKeySession.addKey() -> update() |
+ https://bugs.webkit.org/show_bug.cgi?id=109461 |
+ |
+ Rebaseline after API change. |
+ |
+ Reviewed by Eric Carlson. |
+ |
+ * media/encrypted-media/encrypted-media-v2-syntax-expected.txt: |
+ * media/encrypted-media/encrypted-media-v2-syntax.html: |
+ |
+2013-02-14 Lamarque V. Souza <Lamarque.Souza@basyskom.com> |
+ |
+ Support the ch unit from css3-values |
+ https://bugs.webkit.org/show_bug.cgi?id=85755 |
+ |
+ Reviewed by David Hyatt. |
+ |
+ Original patch by Sumedha Widyadharma <sumedha.widyadharma@basyskom.com>. |
+ |
+ * fast/css/css3-ch-unit-expected.txt: Added. |
+ * fast/css/css3-ch-unit.html: Added. |
+ |
+2013-02-14 Philip Rogers <pdr@google.com> |
+ |
+ Prevent inconsistent firstChild during document destruction |
+ https://bugs.webkit.org/show_bug.cgi?id=106530 |
+ |
+ Reviewed by Abhishek Arya. |
+ |
+ * svg/custom/animateMotion-path-change-crash-expected.txt: Added. |
+ * svg/custom/animateMotion-path-change-crash.svg: Added. |
+ |
+2013-02-14 Bear Travis <betravis@adobe.com> |
+ |
+ Make outside-shape the default value for shape-inside |
+ https://bugs.webkit.org/show_bug.cgi?id=109605 |
+ |
+ Reviewed by Levi Weintraub. |
+ |
+ Updating tests to account for the new default value of shape-inside. |
+ |
+ * fast/exclusions/css-exclusions-disabled-expected.txt: |
+ * fast/exclusions/css-exclusions-disabled.html: |
+ * fast/exclusions/parsing-wrap-shape-inside-expected.txt: |
+ * fast/exclusions/parsing-wrap-shape-lengths-expected.txt: |
+ * fast/exclusions/parsing-wrap-shape-lengths.html: |
+ * fast/exclusions/script-tests/parsing-wrap-shape-inside.js: |
+ (negative_test): |
+ |
+2013-02-14 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-14 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: [Regression] When several consecutive characters are typed each of them is marked as undoable state. |
+ https://bugs.webkit.org/show_bug.cgi?id=109823 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/editor/text-editor-undo-redo-expected.txt: |
+ * inspector/editor/text-editor-undo-redo.html: |
+ |
+2013-02-14 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r142820. |
+ http://trac.webkit.org/changeset/142820 |
+ https://bugs.webkit.org/show_bug.cgi?id=109839 |
+ |
+ Causing crashes on chromium canaries (Requested by atwilson_ |
+ on #webkit). |
+ |
+ * fast/block/float/float-not-removed-from-pre-block-expected.txt: |
+ * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Removed. |
+ * fast/css-generated-content/quote-layout-focus-crash.html: Removed. |
+ |
+2013-02-14 Mario Sanchez Prada <mario.prada@samsung.com> |
+ |
+ [GTK] Missing call to g_object_ref while retrieving accessible table cells |
+ https://bugs.webkit.org/show_bug.cgi?id=106903 |
+ |
+ Reviewed by Martin Robinson. |
+ |
+ Added new test. It should work fine at least in Mac and GTK ports, |
+ but will need specific results for chromium and windows. |
+ |
+ * accessibility/table-cell-for-column-and-row-crash.html: Added. |
+ * accessibility/table-cell-for-column-and-row-crash-expected.txt: Added. |
+ * platform/chromium/TestExpectations: Skipped test. |
+ * platform/win/TestExpectations: Ditto. |
+ * platform/wincairo/TestExpectations: Ditto. |
+ |
+2013-02-14 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Reviewing TestExpectations. Added platform specific expected files and unskip them. |
+ https://bugs.webkit.org/show_bug.cgi?id=59334. |
+ |
+ * platform/qt-5.0-wk2/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added. |
+ * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added. |
+ * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added. |
+ * platform/qt/TestExpectations: |
+ * platform/qt/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Added. |
+ * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Added. |
+ * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Added. |
+ |
+2013-02-14 Florin Malita <fmalita@chromium.org> |
+ |
+ [Chromium] Unreviewed rebaseline after brightness filter update. |
+ |
+ * platform/chromium-linux/css3/filters/effect-brightness-clamping-expected.png: |
+ * platform/chromium-linux/css3/filters/effect-brightness-clamping-hw-expected.png: |
+ * platform/chromium-linux/css3/filters/effect-brightness-expected.png: |
+ * platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png: |
+ * platform/chromium-linux/css3/filters/effect-combined-hw-expected.png: |
+ * platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.png: |
+ * platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.png: |
+ * platform/chromium-mac/css3/filters/effect-brightness-expected.png: |
+ * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png: |
+ * platform/chromium-mac/css3/filters/effect-combined-expected.png: |
+ * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png: |
+ * platform/chromium-mac/css3/filters/multiple-filters-invalidation-expected.png: |
+ * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png: |
+ * platform/chromium-win/css3/filters/effect-brightness-clamping-hw-expected.png: |
+ * platform/chromium-win/css3/filters/effect-brightness-expected.png: |
+ * platform/chromium-win/css3/filters/effect-brightness-hw-expected.png: |
+ * platform/chromium-win/css3/filters/effect-combined-expected.png: |
+ * platform/chromium-win/css3/filters/effect-combined-hw-expected.png: |
+ * platform/chromium-win/css3/filters/multiple-filters-invalidation-expected.png: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-14 Jochen Eisinger <jochen@chromium.org> |
+ |
+ Unskip mediastream tests that are passing after webkit_support update |
+ |
+ Unreviewed gardening. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-14 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Skip flaky test after r140689. |
+ |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-14 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Remove uriForFile and fileForURI methods from FileSystemMapping. |
+ https://bugs.webkit.org/show_bug.cgi?id=109704 |
+ |
+ Reviewed by Alexander Pavlov. |
+ |
+ * inspector/file-system-mapping-expected.txt: |
+ * inspector/file-system-mapping.html: |
+ |
+2013-02-14 Anton Vayvod <avayvod@chromium.org> |
+ |
+ [Text Autosizing] Process narrow descendants with the same multiplier for the font size. |
+ https://bugs.webkit.org/show_bug.cgi?id=109573 |
+ |
+ Test to verify that all narrow descendants of a cluster are autosized with the same |
+ multiplier. |
+ |
+ Reviewed by Julien Chaffraix. |
+ |
+ * fast/text-autosizing/narrow-descendants-combined-expected.html: Added. |
+ * fast/text-autosizing/narrow-descendants-combined.html: Added. |
+ |
+2013-02-06 Gregg Tavares <gman@chromium.org> |
+ |
+ Adds the WebGL Conformance Tests limits folder. |
+ https://bugs.webkit.org/show_bug.cgi?id=108904 |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ * platform/mac/TestExpectations: |
+ * webgl/conformance/limits/gl-max-texture-dimensions-expected.txt: Added. |
+ * webgl/conformance/limits/gl-max-texture-dimensions.html: Added. |
+ * webgl/conformance/limits/gl-min-attribs-expected.txt: Added. |
+ * webgl/conformance/limits/gl-min-attribs.html: Added. |
+ * webgl/conformance/limits/gl-min-textures-expected.txt: Added. |
+ * webgl/conformance/limits/gl-min-textures.html: Added. |
+ * webgl/conformance/limits/gl-min-uniforms-expected.txt: Added. |
+ * webgl/conformance/limits/gl-min-uniforms.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/limits/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/limits/gl-max-texture-dimensions.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/limits/gl-min-attribs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/limits/gl-min-textures.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/limits/gl-min-uniforms.html: Added. |
+ |
+2013-02-13 Hayato Ito <hayato@chromium.org> |
+ |
+ [Shadow DOM] Implements a '::distributed()' pseudo element. |
+ https://bugs.webkit.org/show_bug.cgi?id=82169 |
+ |
+ Reviewed by Dimitri Glazkov. |
+ |
+ * fast/dom/shadow/distributed-pseudo-element-expected.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-for-shadow-element-expected.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-for-shadow-element.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-match-all-expected.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-match-all.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-match-descendant-expected.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-match-descendant.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-nested-expected.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-nested.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-no-match-expected.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-no-match.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-reprojection-expected.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-reprojection.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-scoped-expected.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-scoped.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-support-selector-expected.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-support-selector.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list-expected.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-used-in-selector-list.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-with-any-expected.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element-with-any.html: Added. |
+ * fast/dom/shadow/distributed-pseudo-element.html: Added. |
+ |
+2013-02-06 Gregg Tavares <gman@chromium.org> |
+ |
+ Add WebGL Conformance Tests more folder. |
+ https://bugs.webkit.org/show_bug.cgi?id=109118 |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ * webgl/conformance/more/conformance/constants-expected.txt: Added. |
+ * webgl/conformance/more/conformance/constants.html: Added. |
+ * webgl/conformance/more/conformance/getContext-expected.txt: Added. |
+ * webgl/conformance/more/conformance/getContext.html: Added. |
+ * webgl/conformance/more/conformance/methods-expected.txt: Added. |
+ * webgl/conformance/more/conformance/methods.html: Added. |
+ * webgl/conformance/more/conformance/webGLArrays-expected.txt: Added. |
+ * webgl/conformance/more/conformance/webGLArrays.html: Added. |
+ * webgl/conformance/more/functions/bindBuffer-expected.txt: Added. |
+ * webgl/conformance/more/functions/bindBuffer.html: Added. |
+ * webgl/conformance/more/functions/bindBufferBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/bindBufferBadArgs.html: Added. |
+ * webgl/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Added. |
+ * webgl/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added. |
+ * webgl/conformance/more/functions/bufferData-expected.txt: Added. |
+ * webgl/conformance/more/functions/bufferData.html: Added. |
+ * webgl/conformance/more/functions/bufferSubData-expected.txt: Added. |
+ * webgl/conformance/more/functions/bufferSubData.html: Added. |
+ * webgl/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/bufferSubDataBadArgs.html: Added. |
+ * webgl/conformance/more/functions/isTests-expected.txt: Added. |
+ * webgl/conformance/more/functions/isTests.html: Added. |
+ * webgl/conformance/more/functions/isTestsBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/isTestsBadArgs.html: Added. |
+ * webgl/conformance/more/functions/readPixels-expected.txt: Added. |
+ * webgl/conformance/more/functions/readPixels.html: Added. |
+ * webgl/conformance/more/functions/texImage2D-expected.txt: Added. |
+ * webgl/conformance/more/functions/texImage2D.html: Added. |
+ * webgl/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/texImage2DHTMLBadArgs.html: Added. |
+ * webgl/conformance/more/functions/texSubImage2D-expected.txt: Added. |
+ * webgl/conformance/more/functions/texSubImage2D.html: Added. |
+ * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added. |
+ * webgl/conformance/more/functions/uniformMatrix-expected.txt: Added. |
+ * webgl/conformance/more/functions/uniformMatrix.html: Added. |
+ * webgl/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/uniformMatrixBadArgs.html: Added. |
+ * webgl/conformance/more/functions/uniformf-expected.txt: Added. |
+ * webgl/conformance/more/functions/uniformf.html: Added. |
+ * webgl/conformance/more/functions/uniformfArrayLen1-expected.txt: Added. |
+ * webgl/conformance/more/functions/uniformfArrayLen1.html: Added. |
+ * webgl/conformance/more/functions/uniformfBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/uniformfBadArgs.html: Added. |
+ * webgl/conformance/more/functions/uniformi-expected.txt: Added. |
+ * webgl/conformance/more/functions/uniformi.html: Added. |
+ * webgl/conformance/more/functions/uniformiBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/uniformiBadArgs.html: Added. |
+ * webgl/conformance/more/functions/vertexAttrib-expected.txt: Added. |
+ * webgl/conformance/more/functions/vertexAttrib.html: Added. |
+ * webgl/conformance/more/functions/vertexAttribBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/vertexAttribBadArgs.html: Added. |
+ * webgl/conformance/more/functions/vertexAttribPointer-expected.txt: Added. |
+ * webgl/conformance/more/functions/vertexAttribPointer.html: Added. |
+ * webgl/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/vertexAttribPointerBadArgs.html: Added. |
+ * webgl/conformance/more/glsl/arrayOutOfBounds-expected.txt: Added. |
+ * webgl/conformance/more/glsl/arrayOutOfBounds.html: Added. |
+ * webgl/conformance/more/glsl/uniformOutOfBounds-expected.txt: Added. |
+ * webgl/conformance/more/glsl/uniformOutOfBounds.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/README.md: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/all_tests.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/all_tests_linkonly.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/all_tests_sequential.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-A.js: Added. |
+ (ArgGenerators.activeTexture.generate): |
+ (ArgGenerators.activeTexture.checkArgValidity): |
+ (ArgGenerators.activeTexture.teardown): |
+ (ArgGenerators.attachShader.generate): |
+ (ArgGenerators.attachShader.checkArgValidity): |
+ (ArgGenerators.attachShader.cleanup): |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B1.js: Added. |
+ (ArgGenerators.bindAttribLocation.generate): |
+ (ArgGenerators.bindAttribLocation.checkArgValidity): |
+ (ArgGenerators.bindAttribLocation.cleanup): |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B2.js: Added. |
+ (ArgGenerators.bindBuffer.generate): |
+ (ArgGenerators.bindBuffer.checkArgValidity): |
+ (ArgGenerators.bindBuffer.cleanup): |
+ (ArgGenerators.bindFramebuffer.generate): |
+ (ArgGenerators.bindFramebuffer.checkArgValidity): |
+ (ArgGenerators.bindFramebuffer.cleanup): |
+ (ArgGenerators.bindRenderbuffer.generate): |
+ (ArgGenerators.bindRenderbuffer.checkArgValidity): |
+ (ArgGenerators.bindRenderbuffer.cleanup): |
+ (ArgGenerators.bindTexture.generate): |
+ (ArgGenerators.bindTexture.checkArgValidity): |
+ (ArgGenerators.bindTexture.cleanup): |
+ (ArgGenerators.blendColor.generate): |
+ (ArgGenerators.blendColor.teardown): |
+ (ArgGenerators.blendEquation.generate): |
+ (ArgGenerators.blendEquation.checkArgValidity): |
+ (ArgGenerators.blendEquation.teardown): |
+ (ArgGenerators.blendEquationSeparate.generate): |
+ (ArgGenerators.blendEquationSeparate.checkArgValidity): |
+ (ArgGenerators.blendEquationSeparate.teardown): |
+ (ArgGenerators.blendFunc.generate): |
+ (ArgGenerators.blendFunc.checkArgValidity): |
+ (ArgGenerators.blendFunc.teardown): |
+ (ArgGenerators.blendFuncSeparate.generate): |
+ (ArgGenerators.blendFuncSeparate.checkArgValidity): |
+ (ArgGenerators.blendFuncSeparate.teardown): |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B3.js: Added. |
+ (ArgGenerators.bufferData.setup): |
+ (ArgGenerators.bufferData.generate): |
+ (ArgGenerators.bufferData.checkArgValidity): |
+ (ArgGenerators.bufferData.teardown): |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-B4.js: Added. |
+ (ArgGenerators.bufferSubData.setup): |
+ (ArgGenerators.bufferSubData.generate): |
+ (ArgGenerators.bufferSubData.checkArgValidity): |
+ (ArgGenerators.bufferSubData.teardown): |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-C.js: Added. |
+ (ArgGenerators.checkFramebufferStatus.generate): |
+ (ArgGenerators.checkFramebufferStatus.checkArgValidity): |
+ (ArgGenerators.checkFramebufferStatus.cleanup): |
+ (ArgGenerators.clear.generate): |
+ (ArgGenerators.clear.checkArgValidity): |
+ (ArgGenerators.clearColor.generate): |
+ (ArgGenerators.clearColor.teardown): |
+ (ArgGenerators.clearDepth.generate): |
+ (ArgGenerators.clearDepth.teardown): |
+ (ArgGenerators.clearStencil.generate): |
+ (ArgGenerators.clearStencil.teardown): |
+ (ArgGenerators.colorMask.generate): |
+ (ArgGenerators.colorMask.teardown): |
+ (ArgGenerators.createBuffer.generate): |
+ (ArgGenerators.createBuffer.returnValueCleanup): |
+ (ArgGenerators.createFramebuffer.generate): |
+ (ArgGenerators.createFramebuffer.returnValueCleanup): |
+ (ArgGenerators.createProgram.generate): |
+ (ArgGenerators.createProgram.returnValueCleanup): |
+ (ArgGenerators.createRenderbuffer.generate): |
+ (ArgGenerators.createRenderbuffer.returnValueCleanup): |
+ (ArgGenerators.createShader.generate): |
+ (ArgGenerators.createShader.checkArgValidity): |
+ (ArgGenerators.createShader.returnValueCleanup): |
+ (ArgGenerators.createTexture.generate): |
+ (ArgGenerators.createTexture.returnValueCleanup): |
+ (ArgGenerators.cullFace.generate): |
+ (ArgGenerators.cullFace.checkArgValidity): |
+ (ArgGenerators.cullFace.teardown): |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-D_G.js: Added. |
+ (ArgGenerators.deleteBuffer.generate): |
+ (ArgGenerators.deleteBuffer.checkArgValidity): |
+ (ArgGenerators.deleteBuffer.cleanup): |
+ (ArgGenerators.deleteFramebuffer.generate): |
+ (ArgGenerators.deleteFramebuffer.checkArgValidity): |
+ (ArgGenerators.deleteFramebuffer.cleanup): |
+ (ArgGenerators.deleteProgram.generate): |
+ (ArgGenerators.deleteProgram.checkArgValidity): |
+ (ArgGenerators.deleteProgram.cleanup): |
+ (ArgGenerators.deleteRenderbuffer.generate): |
+ (ArgGenerators.deleteRenderbuffer.checkArgValidity): |
+ (ArgGenerators.deleteRenderbuffer.cleanup): |
+ (ArgGenerators.deleteShader.generate): |
+ (ArgGenerators.deleteShader.checkArgValidity): |
+ (ArgGenerators.deleteShader.cleanup): |
+ (ArgGenerators.deleteTexture.generate): |
+ (ArgGenerators.deleteTexture.checkArgValidity): |
+ (ArgGenerators.deleteTexture.cleanup): |
+ (ArgGenerators.depthFunc.generate): |
+ (ArgGenerators.depthFunc.checkArgValidity): |
+ (ArgGenerators.depthFunc.teardown): |
+ (ArgGenerators.depthMask.generate): |
+ (ArgGenerators.depthMask.teardown): |
+ (ArgGenerators.depthRange.generate): |
+ (ArgGenerators.depthRange.teardown): |
+ (ArgGenerators.detachShader.generate): |
+ (ArgGenerators.detachShader.checkArgValidity): |
+ (ArgGenerators.detachShader.cleanup): |
+ (ArgGenerators.disable.generate): |
+ (ArgGenerators.disable.checkArgValidity): |
+ (ArgGenerators.disable.cleanup): |
+ (ArgGenerators.disableVertexAttribArray.generate): |
+ (ArgGenerators.disableVertexAttribArray.checkArgValidity): |
+ (ArgGenerators.enable.generate): |
+ (ArgGenerators.enable.checkArgValidity): |
+ (ArgGenerators.enable.cleanup): |
+ (ArgGenerators.enableVertexAttribArray.generate): |
+ (ArgGenerators.enableVertexAttribArray.checkArgValidity): |
+ (ArgGenerators.enableVertexAttribArray.cleanup): |
+ (ArgGenerators.finish.generate): |
+ (ArgGenerators.flush.generate): |
+ (ArgGenerators.frontFace.generate): |
+ (ArgGenerators.frontFace.checkArgValidity): |
+ (ArgGenerators.frontFace.cleanup): |
+ (ArgGenerators.generateMipmap.setup): |
+ (ArgGenerators.generateMipmap.generate): |
+ (ArgGenerators.generateMipmap.checkArgValidity): |
+ (ArgGenerators.generateMipmap.teardown): |
+ (ArgGenerators.getAttachedShaders.setup): |
+ (ArgGenerators.getAttachedShaders.generate): |
+ (ArgGenerators.getAttachedShaders.checkArgValidity): |
+ (ArgGenerators.getAttachedShaders.teardown): |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-G_I.js: Added. |
+ (ArgGenerators.getAttribLocation.generate): |
+ (ArgGenerators.getAttribLocation.checkArgValidity): |
+ (ArgGenerators.getAttribLocation.cleanup): |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-L_S.js: Added. |
+ (ArgGenerators.lineWidth.generate): |
+ (ArgGenerators.lineWidth.teardown): |
+ (ArgGenerators.pixelStorei.generate): |
+ (ArgGenerators.pixelStorei.checkArgValidity): |
+ (ArgGenerators.pixelStorei.teardown): |
+ (ArgGenerators.polygonOffset.generate): |
+ (ArgGenerators.polygonOffset.teardown): |
+ (ArgGenerators.sampleCoverage.generate): |
+ (ArgGenerators.sampleCoverage.teardown): |
+ (ArgGenerators.scissor.generate): |
+ (ArgGenerators.scissor.checkArgValidity): |
+ (ArgGenerators.scissor.teardown): |
+ (ArgGenerators.stencilFunc.generate): |
+ (ArgGenerators.stencilFunc.checkArgValidity): |
+ (ArgGenerators.stencilFunc.teardown): |
+ (ArgGenerators.stencilFuncSeparate.generate): |
+ (ArgGenerators.stencilFuncSeparate.checkArgValidity): |
+ (ArgGenerators.stencilFuncSeparate.teardown): |
+ (ArgGenerators.stencilMask.generate): |
+ (ArgGenerators.stencilMask.teardown): |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Added. |
+ (ArgGenerators.stencilMaskSeparate.generate): |
+ (ArgGenerators.stencilMaskSeparate.checkArgValidity): |
+ (ArgGenerators.stencilMaskSeparate.teardown): |
+ (ArgGenerators.stencilOp.generate): |
+ (ArgGenerators.stencilOp.checkArgValidity): |
+ (ArgGenerators.stencilOp.teardown): |
+ (ArgGenerators.stencilOpSeparate.generate): |
+ (ArgGenerators.stencilOpSeparate.checkArgValidity): |
+ (ArgGenerators.stencilOpSeparate.teardown): |
+ (ArgGenerators.texImage2D.setup): |
+ (ArgGenerators.texImage2D.generate): |
+ (ArgGenerators.texImage2D.checkArgValidity): |
+ (ArgGenerators.texImage2D.teardown): |
+ (ArgGenerators.texParameterf.generate): |
+ (ArgGenerators.texParameterf.checkArgValidity): |
+ (ArgGenerators.texParameteri.generate): |
+ (ArgGenerators.texParameteri.checkArgValidity): |
+ (ArgGenerators.viewport.generate): |
+ (ArgGenerators.viewport.checkArgValidity): |
+ (ArgGenerators.viewport.teardown): |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/badArgsArityLessThanArgc.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/constants.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/fuzzTheAPI.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/getContext.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/methods.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Added. |
+ (Array.from): |
+ (Array.prototype.has): |
+ (Array.prototype.random): |
+ (castToInt): |
+ (constCheck.a.has): |
+ (constCheck): |
+ (isBufferData): |
+ (isVertexAttribute): |
+ (isValidName): |
+ (randomWebGLArray): |
+ (randomArrayBuffer): |
+ (randomBufferData): |
+ (randomSmallWebGLArray): |
+ (randomBufferSubData): |
+ (randomColor): |
+ (randomName): |
+ (randomVertexAttribute): |
+ (randomBool): |
+ (randomStencil): |
+ (randomLineWidth): |
+ (randomImage): |
+ (mutateArgs): |
+ (argGeneratorTestRunner): |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPIBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/webGLArrays.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/demos/opengl_web.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/demos/video.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/bindBuffer.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/bindBufferBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/bindFramebufferLeaveNonZero.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/bufferData.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubData.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/bufferSubDataBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/isTests.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/isTestsBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/readPixels.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/texImage2D.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTMLBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2D.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrix.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/uniformf.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/uniformfArrayLen1.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/uniformfBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/uniformi.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/uniformiBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttrib.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointer.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/vertexAttribPointerBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/glsl/arrayOutOfBounds.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/glsl/longLoops.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/glsl/uniformOutOfBounds.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/glsl/unusedAttribsUniforms.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/index.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/performance/CPUvsGPU.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/performance/bandwidth.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/performance/jsGCPause.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/performance/jsMatrixMult.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/performance/jsToGLOverhead.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/unit.css: Added. |
+ (.ok): |
+ (.fail): |
+ (canvas): |
+ (#test-status): |
+ (#test-log): |
+ (#test-log > div): |
+ (#test-log h2): |
+ (#test-log h3): |
+ (#test-log p): |
+ * webgl/resources/webgl_test_files/conformance/more/unit.js: Added. |
+ (.window.console.log): |
+ (.window.console.error): |
+ (Tests.startUnit): |
+ (Tests.setup): |
+ (Tests.teardown): |
+ (Tests.endUnit): |
+ (.): |
+ (Object.toSource): |
+ * webgl/resources/webgl_test_files/conformance/more/util.js: Added. |
+ (loadTexture): |
+ (getShader): |
+ (loadShaderArray): |
+ (loadShader): |
+ (getGLErrorAsString): |
+ (checkError): |
+ (throwError): |
+ (Math.cot): |
+ (Matrix.newIdentity): |
+ (Matrix.newIdentity3x3): |
+ (Matrix.copyMatrix): |
+ (Matrix.to3x3): |
+ (Matrix.inverseON): |
+ (Matrix.inverseTo3x3): |
+ (Matrix.inverseTo3x3InPlace): |
+ (Matrix.inverse3x3): |
+ (Matrix.inverse3x3InPlace): |
+ (Matrix.frustum): |
+ (Matrix.perspective): |
+ (Matrix.mul4x4): |
+ (Matrix.mul4x4InPlace): |
+ (Matrix.mulv4): |
+ (Matrix.rotate): |
+ (Matrix.rotateInPlace): |
+ (Matrix.scale): |
+ (Matrix.scale3): |
+ (Matrix.scale1): |
+ (Matrix.scale3InPlace): |
+ (Matrix.scale1InPlace): |
+ (Matrix.scaleInPlace): |
+ (Matrix.translate3): |
+ (Matrix.translate): |
+ (Matrix.translate3InPlace): |
+ (Matrix.translateInPlace): |
+ (Matrix.lookAt): |
+ (Matrix.transpose4x4): |
+ (Matrix.transpose4x4InPlace): |
+ (Matrix.transpose3x3): |
+ (Matrix.transpose3x3InPlace): |
+ (Vec3.make): |
+ (Vec3.copy): |
+ (Vec3.add): |
+ (Vec3.sub): |
+ (Vec3.negate): |
+ (Vec3.direction): |
+ (Vec3.normalizeInPlace): |
+ (Vec3.normalize): |
+ (Vec3.scale): |
+ (Vec3.dot): |
+ (Vec3.inner): |
+ (Vec3.cross): |
+ (Shader): |
+ (Shader.prototype.destroy): |
+ (Shader.prototype.compile): |
+ (Shader.prototype.use): |
+ (Shader.prototype.uniform1fv): |
+ (Shader.prototype.uniform2fv): |
+ (Shader.prototype.uniform3fv): |
+ (Shader.prototype.uniform4fv): |
+ (Shader.prototype.uniform1f): |
+ (Shader.prototype.uniform2f): |
+ (Shader.prototype.uniform3f): |
+ (Shader.prototype.uniform4f): |
+ (Shader.prototype.uniform1iv): |
+ (Shader.prototype.uniform2iv): |
+ (Shader.prototype.uniform3iv): |
+ (Shader.prototype.uniform4iv): |
+ (Shader.prototype.uniform1i): |
+ (Shader.prototype.uniform2i): |
+ (Shader.prototype.uniform3i): |
+ (Shader.prototype.uniform4i): |
+ (Shader.prototype.uniformMatrix4fv): |
+ (Shader.prototype.uniformMatrix3fv): |
+ (Shader.prototype.uniformMatrix2fv): |
+ (Shader.prototype.attrib): |
+ (Shader.prototype.uniform): |
+ (Filter): |
+ (Filter.prototype.apply): |
+ (VBO): |
+ (VBO.prototype.setData): |
+ (VBO.prototype.destroy): |
+ (VBO.prototype.init): |
+ (VBO.prototype.use): |
+ (VBO.prototype.draw): |
+ (FBO): |
+ (FBO.prototype.destroy): |
+ (FBO.prototype.init): |
+ (FBO.prototype.getTempCanvas): |
+ (FBO.prototype.use): |
+ (GLError): |
+ (makeGLErrorWrapper): |
+ (wrapGLContext.wrap.getError): |
+ (getGLContext): |
+ (assertSomeGLError): |
+ (assertThrowNoGLError): |
+ (Quad.makeVBO): |
+ (.gl): |
+ (Quad.getCachedVBO): |
+ (deleteShader): |
+ (Cube.create): |
+ (Cube.makeVBO): |
+ (Cube.getCachedVBO): |
+ (Sphere.create.vert): |
+ (Sphere.create): |
+ (initGL_CONTEXT_ID): |
+ |
+2013-02-06 Gregg Tavares <gman@chromium.org> |
+ |
+ Add the WebGL Conformance Tests extensions folder. |
+ https://bugs.webkit.org/show_bug.cgi?id=109117 |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ * webgl/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Added. |
+ * webgl/conformance/extensions/ext-texture-filter-anisotropic.html: Added. |
+ * webgl/conformance/extensions/get-extension-expected.txt: Added. |
+ * webgl/conformance/extensions/get-extension.html: Added. |
+ * webgl/conformance/extensions/oes-element-index-uint-expected.txt: Added. |
+ * webgl/conformance/extensions/oes-element-index-uint.html: Added. |
+ * webgl/conformance/extensions/oes-standard-derivatives-expected.txt: Added. |
+ * webgl/conformance/extensions/oes-standard-derivatives.html: Added. |
+ * webgl/conformance/extensions/oes-texture-float-expected.txt: Added. |
+ * webgl/conformance/extensions/oes-texture-float-with-canvas-expected.txt: Added. |
+ * webgl/conformance/extensions/oes-texture-float-with-canvas.html: Added. |
+ * webgl/conformance/extensions/oes-texture-float-with-image-data-expected.txt: Added. |
+ * webgl/conformance/extensions/oes-texture-float-with-image-data.html: Added. |
+ * webgl/conformance/extensions/oes-texture-float-with-image-expected.txt: Added. |
+ * webgl/conformance/extensions/oes-texture-float-with-image.html: Added. |
+ * webgl/conformance/extensions/oes-texture-float-with-video-expected.txt: Added. |
+ * webgl/conformance/extensions/oes-texture-float-with-video.html: Added. |
+ * webgl/conformance/extensions/oes-texture-float.html: Added. |
+ * webgl/conformance/extensions/oes-vertex-array-object-expected.txt: Added. |
+ * webgl/conformance/extensions/oes-vertex-array-object.html: Added. |
+ * webgl/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Added. |
+ * webgl/conformance/extensions/webgl-compressed-texture-s3tc.html: Added. |
+ * webgl/conformance/extensions/webgl-debug-renderer-info-expected.txt: Added. |
+ * webgl/conformance/extensions/webgl-debug-renderer-info.html: Added. |
+ * webgl/conformance/extensions/webgl-debug-shaders-expected.txt: Added. |
+ * webgl/conformance/extensions/webgl-debug-shaders.html: Added. |
+ * webgl/conformance/extensions/webgl-depth-texture-expected.txt: Added. |
+ * webgl/conformance/extensions/webgl-depth-texture.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/ext-texture-filter-anisotropic.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/get-extension.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/oes-element-index-uint.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/oes-standard-derivatives.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-canvas.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image-data.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-image.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float-with-video.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/oes-texture-float.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-renderer-info.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/extensions/webgl-depth-texture.html: Added. |
+ |
+2013-02-13 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Mark new WebGL conformance tests added in r142847 as failing for |
+ EFL WK2. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ |
+2013-02-06 Gregg Tavares <gman@chromium.org> |
+ |
+ Add the WebGL Conformance Tests ogles folder. |
+ https://bugs.webkit.org/show_bug.cgi?id=109116 |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ * webgl/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/abs/abs_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/all/all_001_to_004-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/all/all_001_to_004.html: Added. |
+ * webgl/conformance/ogles/GL/any/any_001_to_004-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/any/any_001_to_004.html: Added. |
+ * webgl/conformance/ogles/GL/array/array_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/array/array_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/atan/atan_009_to_012.html: Added. |
+ * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added. |
+ * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added. |
+ * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added. |
+ * webgl/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added. |
+ * webgl/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/cos/cos_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/cross/cross_001_to_002.html: Added. |
+ * webgl/conformance/ogles/GL/default/default_001_to_001-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/default/default_001_to_001.html: Added. |
+ * webgl/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/discard/discard_001_to_002.html: Added. |
+ * webgl/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/distance/distance_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/dot/dot_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/equal/equal_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/equal/equal_009_to_012.html: Added. |
+ * webgl/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/exp/exp_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/exp/exp_009_to_012.html: Added. |
+ * webgl/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added. |
+ * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/floor/floor_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/fract/fract_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_009_to_016.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_017_to_024.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_025_to_032.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_033_to_040.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_041_to_048.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_049_to_056.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_057_to_064.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_065_to_072.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_073_to_080.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_081_to_088.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_089_to_096.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_097_to_104.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_105_to_112.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_113_to_120.html: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/functions/functions_121_to_126.html: Added. |
+ * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added. |
+ * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added. |
+ * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/length/length_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/length/length_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/log/log_009_to_012-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/log/log_009_to_012.html: Added. |
+ * webgl/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/log2/log2_009_to_012.html: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_009_to_016.html: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_017_to_024.html: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_025_to_032.html: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_033_to_040.html: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/mat/mat_041_to_046.html: Added. |
+ * webgl/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added. |
+ * webgl/conformance/ogles/GL/max/max_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/max/max_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/min/min_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/min/min_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/mix/mix_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/mod/mod_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/not/not_001_to_004-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/not/not_001_to_004.html: Added. |
+ * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added. |
+ * webgl/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/operators/operators_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/operators/operators_009_to_016.html: Added. |
+ * webgl/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/operators/operators_017_to_024.html: Added. |
+ * webgl/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/operators/operators_025_to_026.html: Added. |
+ * webgl/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/pow/pow_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/pow/pow_009_to_016.html: Added. |
+ * webgl/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/pow/pow_017_to_024.html: Added. |
+ * webgl/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/radians/radians_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/refract/refract_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/sign/sign_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/sin/sin_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/step/step_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/step/step_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_009_to_016.html: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_017_to_024.html: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_025_to_032.html: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_033_to_040.html: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_041_to_048.html: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/struct/struct_049_to_056.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added. |
+ * webgl/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/tan/tan_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/vec/vec_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/vec/vec_009_to_016.html: Added. |
+ * webgl/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/vec/vec_017_to_018.html: Added. |
+ * webgl/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_001_to_004.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/all/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_001_to_004.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/any/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/array/array_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/array/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_009_to_012.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_001_to_002.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_001_to_001.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/default/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_001_to_002.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_009_to_012.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_009_to_012.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_009_to_012.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_009_to_016.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_017_to_024.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_025_to_032.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_033_to_040.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_041_to_048.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_049_to_056.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_057_to_064.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_065_to_072.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_073_to_080.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_081_to_088.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_089_to_096.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_097_to_104.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_105_to_112.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_113_to_120.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/functions_121_to_126.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/length/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/log/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_009_to_012.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_009_to_012.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_009_to_016.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_017_to_024.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_025_to_032.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_033_to_040.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat_041_to_046.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/max/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/min/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/not/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_001_to_004.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_009_to_016.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_017_to_024.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/operators_025_to_026.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_009_to_016.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_017_to_024.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/step/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_009_to_016.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_017_to_024.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_025_to_032.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_033_to_040.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_041_to_048.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_049_to_056.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_009_to_016.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec_017_to_018.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/input.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/README.md: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/mustpass.run.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/process-ogles2-tests.py: Added. |
+ (Log): |
+ (TransposeMatrix): |
+ (GetValidTypeName): |
+ (WriteOpen): |
+ (TxtWriter): |
+ (TxtWriter.__init__): |
+ (TxtWriter.Write): |
+ (TxtWriter.Close): |
+ (ReadFileAsLines): |
+ (ReadFile): |
+ (Chunkify): |
+ (GetText): |
+ (GetElementText): |
+ (GetBoolElement): |
+ (GetModel): |
+ (RelativizePaths): |
+ (CopyFile): |
+ (CopyShader): |
+ (IsOneOf): |
+ (CheckForUnknownTags): |
+ (IsFileWeWant): |
+ (TestReader): |
+ (TestReader.to): |
+ (TestReader.__init__): |
+ (TestReader.Print): |
+ (TestReader.MakeOutPath): |
+ (TestReader.ReadTests): |
+ (TestReader.ReadTest): |
+ (TestReader.ProcessTest): |
+ (TestReader.WriteTests): |
+ (CopyShaders): |
+ (Process_compare): |
+ (Process_shaderload): |
+ (Process_extension): |
+ (Process_createtests): |
+ (Process_GL2Test): |
+ (Process_uniformquery): |
+ (Process_egl_image_external): |
+ (Process_dismount): |
+ (Process_build): |
+ (Process_coverage): |
+ (Process_attributes): |
+ (Process_fixed): |
+ (main): |
+ |
+2013-02-06 Gregg Tavares <gman@chromium.org> |
+ |
+ Add WebGL Conformance Tests glsl folder. |
+ https://bugs.webkit.org/show_bug.cgi?id=109115 |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ * webgl/conformance/glsl/functions/glsl-function-abs-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-abs.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-acos-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-acos.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-asin-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-asin.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-atan-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-atan-xy.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-atan.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-ceil-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-ceil.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-clamp-float.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-cos-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-cos.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-cross-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-cross.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-distance-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-distance.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-dot-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-dot.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-faceforward.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-floor-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-floor.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-fract-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-fract.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-length-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-length.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-max-float-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-max-float.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-max-gentype.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-min-float-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-min-float.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-min-gentype.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-mix-float.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-mix-gentype.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-mod-float.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-mod-gentype.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-normalize-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-normalize.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-reflect-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-reflect.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-sign-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-sign.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-sin-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-sin.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-step-float-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-step-float.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-step-gentype.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function.html: Added. |
+ * webgl/conformance/glsl/implicit/add_int_float.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/add_int_float.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/add_int_mat2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/add_int_mat3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/add_int_mat4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/add_int_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/add_int_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/add_int_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/assign_int_to_float.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/construct_struct.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/construct_struct.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_float.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_mat2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_mat3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_mat4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/divide_int_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/equal_int_float.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/function_int_float.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/function_int_float.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/greater_than.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/greater_than.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/greater_than_equal.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/less_than.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/less_than.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/less_than_equal.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_float.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/not_equal_int_float.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_float.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/ternary_int_float.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added. |
+ * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added. |
+ * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Added. |
+ * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added. |
+ * webgl/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/attrib-location-length-limits.html: Added. |
+ * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added. |
+ * webgl/conformance/glsl/misc/glsl-function-nodes-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/glsl-function-nodes.html: Added. |
+ * webgl/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/glsl-long-variable-names.html: Added. |
+ * webgl/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/glsl-vertex-branch.html: Added. |
+ * webgl/conformance/glsl/misc/large-loop-compile-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/large-loop-compile.html: Added. |
+ * webgl/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/non-ascii-comments.vert.html: Added. |
+ * webgl/conformance/glsl/misc/non-ascii.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/non-ascii.vert.html: Added. |
+ * webgl/conformance/glsl/misc/re-compile-re-link-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/re-compile-re-link.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-256-character-define.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-257-character-define-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-257-character-define.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-comma-assignment.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-conditional-scoping.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-default-precision.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-default-precision.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-dfdx.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-do-loop-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-do-loop.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-error-directive-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-error-directive.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-for-loop-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-for-loop.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-for-scoping.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-functional-scoping.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-glcolor.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-gles-1.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-include.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-include.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-long-line-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-long-line.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-precision.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-reserved-words.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-version-100.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-version-100.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-version-120.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-version-130.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-while-loop-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-while-loop.html: Added. |
+ * webgl/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-without-precision.frag.html: Added. |
+ * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added. |
+ * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added. |
+ * webgl/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shaders-with-missing-varyings.html: Added. |
+ * webgl/conformance/glsl/misc/shared-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shared.html: Added. |
+ * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added. |
+ * webgl/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/struct-nesting-under-maximum.html: Added. |
+ * webgl/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/uniform-location-length-limits.html: Added. |
+ * webgl/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/reserved/_webgl_field.vert.html: Added. |
+ * webgl/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/reserved/_webgl_function.vert.html: Added. |
+ * webgl/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/reserved/_webgl_struct.vert.html: Added. |
+ * webgl/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/reserved/_webgl_variable.vert.html: Added. |
+ * webgl/conformance/glsl/reserved/webgl_field.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/reserved/webgl_field.vert.html: Added. |
+ * webgl/conformance/glsl/reserved/webgl_function.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/reserved/webgl_function.vert.html: Added. |
+ * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Added. |
+ * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added. |
+ * webgl/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/reserved/webgl_struct.vert.html: Added. |
+ * webgl/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/reserved/webgl_variable.vert.html: Added. |
+ * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Added. |
+ * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added. |
+ * webgl/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Added. |
+ * webgl/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added. |
+ * webgl/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Added. |
+ * webgl/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added. |
+ * webgl/conformance/glsl/variables/gl-fragcoord-expected.txt: Added. |
+ * webgl/conformance/glsl/variables/gl-fragcoord.html: Added. |
+ * webgl/conformance/glsl/variables/gl-frontfacing-expected.txt: Added. |
+ * webgl/conformance/glsl/variables/gl-frontfacing.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-abs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-acos.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-asin.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan-xy.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-ceil.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-float.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-gentype.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cos.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cross.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-distance.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-dot.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-faceforward.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-floor.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-fract.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-length.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-lessThan.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-float.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-gentype.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-float.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-gentype.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-float.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-gentype.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-float.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-gentype.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-normalize.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-reflect.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-refract.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sign.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sin.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-float.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-float.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-gentype.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_float.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_int_to_float.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/construct_struct.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_float.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_int_float.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_int_float.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/greater_than_equal.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/less_than_equal.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_float.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_int_float.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_float.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_int_float.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/literals/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/matrices/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/attrib-location-length-limits.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/foo: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-function-nodes.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-long-variable-names.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/glsl-vertex-branch.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/include.vs: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/large-loop-compile.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii-comments.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/non-ascii.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/re-compile-re-link.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-define.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-define.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-array.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-clipvertex.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-assignment.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-do-loop.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-error-directive.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-float-return-value.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-scoping.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-frag-depth.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-recursion.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-scoped-struct.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-functional-scoping.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glcolor.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-1.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-include.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-int-return-value.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-long-line.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-precision.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-quoted-error.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-reserved-words.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-too-many-uniforms.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-120.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-130.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-while-loop.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-without-precision.frag.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-missing-varyings.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shared.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-under-maximum.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/uniform-location-length-limits.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/reserved/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_field.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_function.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_struct.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/reserved/_webgl_variable.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_field.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_function.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_struct.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/reserved/webgl_variable.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/samplers/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dlod.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dproj.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/variables/00_test_list.txt: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-fragcoord.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-frontfacing.html: Added. |
+ |
+2013-02-13 Praveen R Jadhav <praveen.j@samsung.com> |
+ |
+ JSObject for ChannelSplitterNode and ChannelMergerNode are not created. |
+ https://bugs.webkit.org/show_bug.cgi?id=109542 |
+ |
+ Reviewed by Kentaro Hara. |
+ |
+ Test cases updated to check validity of ChannelSplitterNode |
+ and ChannelMergerNode Objects. |
+ |
+ * webaudio/audiochannelmerger-basic-expected.txt: |
+ * webaudio/audiochannelmerger-basic.html: |
+ * webaudio/audiochannelsplitter-expected.txt: |
+ * webaudio/audiochannelsplitter.html: |
+ |
+2013-02-12 Gregg Tavares <gman@chromium.org> |
+ |
+ Adds failing WebGL Conformance Tests. |
+ https://bugs.webkit.org/show_bug.cgi?id=109075 |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ * platform/chromium/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added. |
+ * webgl/conformance/canvas/buffer-offscreen-test.html: Added. |
+ * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added. |
+ * webgl/conformance/canvas/buffer-preserve-test.html: Added. |
+ * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added. |
+ * webgl/conformance/canvas/drawingbuffer-test.html: Added. |
+ * webgl/conformance/canvas/to-data-url-test-expected.txt: Added. |
+ * webgl/conformance/canvas/to-data-url-test.html: Added. |
+ * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added. |
+ * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added. |
+ * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added. |
+ * webgl/conformance/context/context-creation-and-destruction.html: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added. |
+ * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added. |
+ * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added. |
+ * webgl/conformance/glsl/literals/float_literal.vert.html: Added. |
+ * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added. |
+ * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added. |
+ * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added. |
+ * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added. |
+ * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added. |
+ * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added. |
+ * webgl/conformance/glsl/variables/gl-pointcoord.html: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added. |
+ * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added. |
+ * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/bufferDataBadArgs.html: Added. |
+ * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added. |
+ * webgl/conformance/more/functions/copyTexImage2D.html: Added. |
+ * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added. |
+ * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added. |
+ * webgl/conformance/more/functions/copyTexSubImage2D.html: Added. |
+ * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added. |
+ * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added. |
+ * webgl/conformance/more/functions/drawArrays-expected.txt: Added. |
+ * webgl/conformance/more/functions/drawArrays.html: Added. |
+ * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added. |
+ * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added. |
+ * webgl/conformance/more/functions/drawElements-expected.txt: Added. |
+ * webgl/conformance/more/functions/drawElements.html: Added. |
+ * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/drawElementsBadArgs.html: Added. |
+ * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/readPixelsBadArgs.html: Added. |
+ * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/texImage2DBadArgs.html: Added. |
+ * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added. |
+ * webgl/conformance/more/functions/texImage2DHTML.html: Added. |
+ * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added. |
+ * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added. |
+ * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added. |
+ * webgl/conformance/more/functions/texSubImage2DHTML.html: Added. |
+ * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added. |
+ * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added. |
+ * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added. |
+ * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added. |
+ * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added. |
+ * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added. |
+ * webgl/conformance/programs/program-test-expected.txt: Added. |
+ * webgl/conformance/programs/program-test.html: Added. |
+ * webgl/conformance/reading/read-pixels-test-expected.txt: Added. |
+ * webgl/conformance/reading/read-pixels-test.html: Added. |
+ * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added. |
+ * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added. |
+ * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added. |
+ * webgl/conformance/rendering/gl-scissor-test.html: Added. |
+ * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added. |
+ * webgl/conformance/rendering/more-than-65536-indices.html: Added. |
+ * webgl/conformance/rendering/multisample-corruption-expected.txt: Added. |
+ * webgl/conformance/rendering/multisample-corruption.html: Added. |
+ * webgl/conformance/rendering/point-size-expected.txt: Added. |
+ * webgl/conformance/rendering/point-size.html: Added. |
+ * webgl/conformance/state/gl-object-get-calls-expected.txt: Added. |
+ * webgl/conformance/state/gl-object-get-calls.html: Added. |
+ * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added. |
+ * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added. |
+ * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added. |
+ * webgl/conformance/textures/gl-pixelstorei.html: Added. |
+ * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added. |
+ * webgl/conformance/textures/origin-clean-conformance.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added. |
+ * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added. |
+ * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added. |
+ * webgl/conformance/textures/texture-active-bind-2.html: Added. |
+ * webgl/conformance/textures/texture-active-bind-expected.txt: Added. |
+ * webgl/conformance/textures/texture-active-bind.html: Added. |
+ * webgl/conformance/textures/texture-mips-expected.txt: Added. |
+ * webgl/conformance/textures/texture-mips.html: Added. |
+ * webgl/conformance/textures/texture-npot-video-expected.txt: Added. |
+ * webgl/conformance/textures/texture-npot-video.html: Added. |
+ * webgl/conformance/textures/texture-size-expected.txt: Added. |
+ * webgl/conformance/textures/texture-size-limit-expected.txt: Added. |
+ * webgl/conformance/textures/texture-size-limit.html: Added. |
+ * webgl/conformance/textures/texture-size.html: Added. |
+ * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added. |
+ * webgl/conformance/uniforms/gl-uniform-arrays.html: Added. |
+ * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added. |
+ * webgl/conformance/uniforms/uniform-default-values.html: Added. |
+ * webgl/conformance/uniforms/uniform-location-expected.txt: Added. |
+ * webgl/conformance/uniforms/uniform-location.html: Added. |
+ * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added. |
+ * webgl/conformance/uniforms/uniform-samplers-test.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added. |
+ * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added. |
+ |
+2013-02-13 Alan Cutter <alancutter@chromium.org> |
+ |
+ [Chromium] Unreviewed gardening |
+ https://bugs.webkit.org/show_bug.cgi?id=109779 |
+ |
+ Rebaseline http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html |
+ on Linux after r142683. |
+ |
+ * platform/chromium-linux/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added. |
+ |
+2013-02-13 Vineet Chaudhary <rgf748@motorola.com> |
+ |
+ HTMLCollections namedItem() methods should return null than undefined for empty collections. |
+ https://bugs.webkit.org/show_bug.cgi?id=104096 |
+ |
+ Reviewed by Kentaro Hara. |
+ |
+ As per specification namedItem() should return null if collection is empty. |
+ Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#htmlallcollection |
+ |
+ * fast/dom/HTMLFormElement/move-option-between-documents-expected.txt: |
+ * fast/dom/HTMLFormElement/move-option-between-documents.html: |
+ * fast/dom/htmlcollection-namedItem-expected.txt: Added. |
+ * fast/dom/htmlcollection-namedItem.html: Added. |
+ |
+2013-02-13 Tony Gentilcore <tonyg@chromium.org> |
+ |
+ Fix svg/in-html/script-write.html with threaded HTML parser |
+ https://bugs.webkit.org/show_bug.cgi?id=109495 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ Added 3 new test cases: |
+ 1. Test the behavior of a plaintext tag inside an svg foreignObject. It applies to the remainder of the document. This behavior seems a little wonky, but it matches our current behavior and Firefox's behavior. |
+ 2. Test that we don't blindly go into HTML mode after </foreignObject>. |
+ 3. Test that unmatched </foreignObject>s are ignored. |
+ |
+ * html5lib/resources/webkit02.dat: |
+ |
+2013-02-13 Emil A Eklund <eae@chromium.org> |
+ |
+ getComputedStyle returns truncated value for margin-right |
+ https://bugs.webkit.org/show_bug.cgi?id=109759 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ Add test for getComputedStyle with fractional margin values. |
+ |
+ * fast/sub-pixel/computedstylemargin-expected.txt: Added. |
+ * fast/sub-pixel/computedstylemargin.html: Added. |
+ |
+2013-02-13 Levi Weintraub <leviw@chromium.org> |
+ |
+ REGRESSION(r125794) - inline-children-root-linebox-crash asserts in Chromium debug |
+ https://bugs.webkit.org/show_bug.cgi?id=94256 |
+ |
+ Unreviewed test expectations update. Re-enabling inline-children-root-linebox-crash |
+ as it was fixed by r139479. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-13 Elliott Sprehn <esprehn@chromium.org> |
+ |
+ ASSERT(!renderer()->needsLayout()) when calling Element::focus() with generated content |
+ https://bugs.webkit.org/show_bug.cgi?id=109616 |
+ |
+ Reviewed by Julien Chaffraix. |
+ |
+ * fast/block/float/float-not-removed-from-pre-block-expected.txt: Changed output. |
+ * fast/css-generated-content/quote-layout-focus-crash-expected.txt: Added. |
+ * fast/css-generated-content/quote-layout-focus-crash.html: Added. |
+ |
+2013-02-13 Abhishek Arya <inferno@chromium.org> |
+ |
+ ASSERTION FAILED: !object || object->isBox(), Bad cast in RenderBox::computeLogicalHeight |
+ https://bugs.webkit.org/show_bug.cgi?id=107748 |
+ |
+ Reviewed by Levi Weintraub. |
+ |
+ * fast/block/body-inline-block-crash-expected.txt: Added. |
+ * fast/block/body-inline-block-crash.html: Added. |
+ |
+2013-02-13 Eric Carlson <eric.carlson@apple.com> |
+ |
+ [Mac] Caption menu should have only one item selected |
+ https://bugs.webkit.org/show_bug.cgi?id=109730 |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ * media/track/track-user-preferences-expected.txt: |
+ * media/track/track-user-preferences.html: Update test to check for reactions to preferences. |
+ |
+2013-02-13 Hans Muller <hmuller@adobe.com> |
+ |
+ [CSS Exclusions] ExclusionPolygon reflex vertices should constrain the first fit location. |
+ https://bugs.webkit.org/show_bug.cgi?id=107568 |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ In this carefully contrived test case, the Y coordinate of the origin of the line |
+ of text is only computed correctly if the constraints implied by the polygon's |
+ reflex vertices are considered. |
+ |
+ * fast/exclusions/shape-inside/shape-inside-first-fit-reflex-expected.html: Added. |
+ * fast/exclusions/shape-inside/shape-inside-first-fit-reflex.html: Added. |
+ |
+2013-02-13 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ Marking a few tests as slow on the debug builds. This shall prevent them timing out unnecessarily. |
+ |
+ * platform/gtk/TestExpectations: |
+ |
+2013-02-13 Julien Chaffraix <jchaffraix@webkit.org> |
+ |
+ [CSS Grid Layout] Adding or removing grid items doesn't properly recompute the track sizes |
+ https://bugs.webkit.org/show_bug.cgi?id=109100 |
+ |
+ Reviewed by Ojan Vafai. |
+ |
+ * fast/css-grid-layout/grid-item-addition-track-breadth-update-expected.txt: Added. |
+ * fast/css-grid-layout/grid-item-addition-track-breadth-update.html: Added. |
+ * fast/css-grid-layout/grid-item-removal-track-breadth-update-expected.txt: Added. |
+ * fast/css-grid-layout/grid-item-removal-track-breadth-update.html: Added. |
+ New tests. |
+ |
+ * fast/css-grid-layout/resources/grid.css: |
+ (.constrainedContainer): |
+ (.unconstrainedContainer): |
+ Added these class to share them with other tests. |
+ |
+ * fast/css-grid-layout/auto-content-resolution-columns.html: |
+ * fast/css-grid-layout/auto-content-resolution-rows.html: |
+ * fast/css-grid-layout/implicit-columns-auto-resolution.html: |
+ * fast/css-grid-layout/implicit-position-dynamic-change.html: |
+ * fast/css-grid-layout/implicit-rows-auto-resolution.html: |
+ * fast/css-grid-layout/minmax-max-content-resolution-columns.html: |
+ * fast/css-grid-layout/minmax-max-content-resolution-rows.html: |
+ * fast/css-grid-layout/minmax-min-content-column-resolution-columns.html: |
+ * fast/css-grid-layout/minmax-min-content-column-resolution-rows.html: |
+ Removed constrainedContainer definition as it was moved to grid.css. |
+ |
+2013-02-13 Stephen Chenney <schenney@chromium.org> |
+ |
+ [Chromium] Rebasline after r142765 |
+ |
+ Unreviewed test expectations update. |
+ |
+ The change caused sub-pixel changing in SVG-as-image positions. |
+ |
+ * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-5-expected.png: |
+ * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png: |
+ * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png: |
+ |
+2013-02-13 Levi Weintraub <leviw@chromium.org> |
+ |
+ Bidi-Isolated inlines can cause subsequent content to not be rendered |
+ https://bugs.webkit.org/show_bug.cgi?id=108137 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ * fast/text/content-following-inline-isolate-with-collapsed-whitespace.html: Added. |
+ * fast/text/content-following-inline-isolate-with-collapsed-whitespace-expected.txt: Added. |
+ |
+2013-02-13 Christian Biesinger <cbiesinger@chromium.org> |
+ |
+ Crash when encountering <object style="resize:both;"> |
+ https://bugs.webkit.org/show_bug.cgi?id=109728 |
+ |
+ See also https://code.google.com/p/chromium/issues/detail?id=175535 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ * fast/css/resize-object-crash-expected.txt: Added. |
+ * fast/css/resize-object-crash.html: Added. |
+ |
+2013-02-13 Kondapally Kalyan <kalyan.kondapally@intel.com> |
+ |
+ [WebGL][EFL][GTK][Qt]Add support for OES_vertex_array_object. |
+ https://bugs.webkit.org/show_bug.cgi?id=109382 |
+ |
+ Reviewed by Kenneth Russell. |
+ |
+ Enable oes-vertex-array-object for EFL port. |
+ |
+ * fast/canvas/webgl/oes-vertex-array-object-expected.txt: |
+ * fast/canvas/webgl/oes-vertex-array-object.html: |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-13 Filip Pizlo <fpizlo@apple.com> |
+ |
+ DFG LogicalNot/Branch peephole removal and inversion ignores the possibility of things exiting |
+ https://bugs.webkit.org/show_bug.cgi?id=109489 |
+ |
+ Reviewed by Mark Hahnenberg. |
+ |
+ * fast/js/dfg-branch-logical-not-peephole-around-osr-exit-expected.txt: Added. |
+ * fast/js/dfg-branch-logical-not-peephole-around-osr-exit.html: Added. |
+ * fast/js/jsc-test-list: |
+ * fast/js/script-tests/dfg-branch-logical-not-peephole-around-osr-exit.js: Added. |
+ (foo): |
+ |
+2013-02-12 Dean Jackson <dino@apple.com> |
+ |
+ Clicking outside captions menu should dismiss it |
+ https://bugs.webkit.org/show_bug.cgi?id=109648 |
+ |
+ Reviewed by Eric Carlson. |
+ |
+ New test for captions menu. Skip it everywhere but Mac. |
+ |
+ * media/video-controls-captions-trackmenu-hide-on-click.html: Added. |
+ * platform/mac/media/video-controls-captions-trackmenu-hide-on-click-expected.txt: Added. |
+ * platform/chromium/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ * platform/win/TestExpectations: |
+ |
+2013-02-13 Morten Stenshorne <mstensho@opera.com> |
+ |
+ WebKit ignores column-rules wider than column-gap |
+ https://bugs.webkit.org/show_bug.cgi?id=15553 |
+ |
+ Paint column rules even if they are wider than the gap. |
+ Rules wider than the gap should just overlap with column contents. |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ * fast/multicol/rule-thicker-than-gap-expected.html: Added. |
+ * fast/multicol/rule-thicker-than-gap.html: Added. |
+ |
+2013-02-13 Philip Rogers <pdr@google.com> |
+ |
+ Replace SVG bitmap cache with directly-rendered SVG |
+ https://bugs.webkit.org/show_bug.cgi?id=106159 |
+ |
+ Reviewed by Tim Horton. |
+ |
+ This patch fixes two existing bugs (WK99481 and WK104189) that were due to caching bitmaps |
+ at a fixed size. A test has been added for each of these bugs. |
+ |
+ * platform/chromium/TestExpectations: |
+ * svg/as-image/svg-image-scaled-expected.html: Added. |
+ * svg/as-image/svg-image-scaled.html: Added. |
+ * svg/as-image/svg-image-viewbox-expected.html: Added. |
+ * svg/as-image/svg-image-viewbox.html: Added. |
+ |
+2013-02-13 Florin Malita <fmalita@chromium.org> |
+ |
+ [SVG] OOB access in SVGListProperty::replaceItemValues() |
+ https://bugs.webkit.org/show_bug.cgi?id=109293 |
+ |
+ Updated tests to cover the crash and new behavior. |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ * svg/dom/SVGLengthList-basics-expected.txt: |
+ * svg/dom/SVGLengthList-basics.xhtml: |
+ * svg/dom/SVGNumberList-basics-expected.txt: |
+ * svg/dom/SVGNumberList-basics.xhtml: |
+ * svg/dom/SVGPointList-basics-expected.txt: |
+ * svg/dom/SVGPointList-basics.xhtml: |
+ * svg/dom/SVGTransformList-basics-expected.txt: |
+ * svg/dom/SVGTransformList-basics.xhtml: |
+ |
+2013-02-13 Takashi Sakamoto <tasak@google.com> |
+ |
+ [Refactoring] StyleResolver::State should have methods to access its me |
+ https://bugs.webkit.org/show_bug.cgi?id=108563 |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ * inspector/styles/region-style-crash-expected.txt: |
+ Rebaseline. Since inspector hasn't supported CSS region styles yet, |
+ region-style-crash.html has no CSS region styles as its result. |
+ |
+2013-02-13 Rashmi Shyamasundar <rashmi.s2@samsung.com> |
+ |
+ The 2D Canvas functions fillText()/strokeText() should display nothing when maxWidth is less then or equal to zero |
+ https://bugs.webkit.org/show_bug.cgi?id=102656 |
+ |
+ Reviewed by Dirk Schulze. |
+ |
+ The functions fillText()/strokeText() should not display anything when |
+ maxWidth is less than or equal to zero, according to spec : |
+ http://www.w3.org/TR/2dcontext/#text-preparation-algorithm |
+ |
+ * fast/canvas/canvas-fillText-invalid-maxWidth-expected.txt: Added. |
+ * fast/canvas/canvas-fillText-invalid-maxWidth.html: Added. |
+ * fast/canvas/canvas-strokeText-invalid-maxWidth-expected.txt: Added. |
+ * fast/canvas/canvas-strokeText-invalid-maxWidth.html: Added. |
+ * fast/canvas/script-tests/canvas-fillText-invalid-maxWidth.js: Added. |
+ * fast/canvas/script-tests/canvas-strokeText-invalid-maxWidth.js: Added. |
+ |
+2013-02-13 Sergio Villar Senin <svillar@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ Provide the same custom expectations as all the other |
+ platforms. This likely means that there is a bug in the code or |
+ that the expected result is incorrect. |
+ |
+ * platform/gtk/TestExpectations: |
+ * platform/gtk/editing/pasteboard/5761530-1-expected.txt: Added. |
+ |
+2013-02-13 Andrew Wilson <atwilson@chromium.org> |
+ |
+ Unreviewed chromium expectation changes resulting from r142719. |
+ |
+ * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png: |
+ * platform/chromium-mac/platform/chromium/compositing/huge-layer-rotated-expected.png: |
+ * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png: |
+ |
+2013-02-13 Thiago Marcos P. Santos <thiago.santos@intel.com> |
+ |
+ [EFL] Unreviewed gardening. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-13 Andrew Wilson <atwilson@chromium.org> |
+ |
+ Unreviewed chromium expectation changes. |
+ Fallout from r142683. |
+ |
+ * platform/chromium-win/http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added. |
+ |
+2013-02-13 Pablo Flouret <pablof@motorola.com> |
+ |
+ Implement css-conditional's CSS.supports() |
+ https://bugs.webkit.org/show_bug.cgi?id=100324 |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ * css3/supports-dom-api-expected.txt: Added. |
+ * css3/supports-dom-api.html: Added. |
+ * platform/chromium/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ * platform/win/TestExpectations: |
+ * platform/wincairo/TestExpectations: |
+ * platform/wk2/TestExpectations: |
+ |
+2013-02-13 Mike West <mkwst@chromium.org> |
+ |
+ location.href does not throw SECURITY_ERR when accessed across origins with JSC bindings |
+ https://bugs.webkit.org/show_bug.cgi?id=43891 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * 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: |
+ (accessThrowsException): |
+ * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html: |
+ * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html: |
+ Adjusting tests to check for exceptions, and adjusting expectations to match. |
+ * platform/chromium/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Copied from LayoutTests/http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt. |
+ * platform/chromium/http/tests/security/cross-frame-access-location-get-expected.txt: Added. |
+ * platform/chromium/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt: Copied from LayoutTests/http/tests/security/sandboxed-iframe-blocks-access-from-parent-expected.txt. |
+ V8 fails at the moment: http://wkbug.com/43892 |
+ |
+2013-02-13 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed test fix: removed redundant testRunnet.notifyDone() call that was causing other test failures. |
+ |
+ * inspector/script-execution-state-change-notification.html: |
+ |
+2013-02-13 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ Rebaselining tests after the DOM4 Events constructors and CSS image-set |
+ support were enabled. |
+ |
+ * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: |
+ * platform/gtk/fast/events/constructors: Added. |
+ * platform/gtk/fast/events/constructors/mouse-event-constructor-expected.txt: Added. |
+ * platform/gtk/fast/events/constructors/wheel-event-constructor-expected.txt: Added. |
+ * platform/gtk/fast/hidpi/image-set-border-image-comparison-expected.txt: |
+ * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt: |
+ * platform/gtk/fast/hidpi/image-set-border-image-simple-expected.txt: |
+ * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt: |
+ * platform/gtk/fast/hidpi/image-set-out-of-order-expected.txt: |
+ * platform/gtk/fast/hidpi/image-set-simple-expected.txt: |
+ * platform/gtk/fast/hidpi/image-set-without-specified-width-expected.txt: |
+ |
+2013-02-13 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Skip failing tests. |
+ |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-12 Hajime Morrita <morrita@google.com> |
+ |
+ [Internals] setShadowDOMEnabled() shouldn't be used except a few tests. |
+ https://bugs.webkit.org/show_bug.cgi?id=109642 |
+ |
+ Reviewed by Kent Tamura. |
+ |
+ * fast/dom/shadow/shadow-dom-enabled-flag-whitelist-expected.txt: Added. |
+ * fast/dom/shadow/shadow-dom-enabled-flag-whitelist.html: Added. |
+ |
+2013-02-12 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Introduce version controller to migrate settings versions. |
+ https://bugs.webkit.org/show_bug.cgi?id=109553 |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ * inspector/version-controller-expected.txt: Added. |
+ * inspector/version-controller.html: Added. |
+ |
+2013-02-12 Filip Pizlo <fpizlo@apple.com> |
+ |
+ Eradicate fast/js/dfg-poison-fuzz.html |
+ https://bugs.webkit.org/show_bug.cgi?id=109660 |
+ |
+ Unreviewed. |
+ |
+ I haven't seen this test fail in ages. And I've seen a lot of DFG bugs! |
+ |
+ This is a super expensive test for one bug that used to be in the DFG but that has |
+ since been thoroughly eradicated. Likely the plethora of other DFG tests cover that |
+ bug. Heck, I'm not even sure if the code that this covers is even in the repository |
+ anymore. |
+ |
+ In the spirit of not having super expensive and mostly useless tests, I'm removing |
+ this test. |
+ |
+ * fast/js/dfg-poison-fuzz-expected.txt: Removed. |
+ * fast/js/dfg-poison-fuzz.html: Removed. |
+ * fast/js/jsc-test-list: |
+ * fast/js/script-tests/dfg-poison-fuzz.js: Removed. |
+ * platform/chromium/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/qt-4.8/TestExpectations: |
+ * platform/qt-mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-12 Alan Cutter <alancutter@chromium.org> |
+ |
+ [Chromium] Rebaseline suggestion-picker layout tests |
+ https://bugs.webkit.org/show_bug.cgi?id=109647 |
+ |
+ Unreviewed rebaseline. |
+ Text position differences, imperceptible to human sight. |
+ Test failures possibly caused by: http://trac.webkit.org/changeset/142659 |
+ |
+ * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: |
+ * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: |
+ * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: |
+ |
+2013-02-12 Nate Chapin <japhet@chromium.org> |
+ |
+ REGRESSION: Reloading a local file doesn't pick up changes |
+ https://bugs.webkit.org/show_bug.cgi?id=109344 |
+ |
+ Reviewed by Alexey Proskuryakov. |
+ |
+ * http/tests/cache/reload-main-resource-expected.txt: Added. |
+ * http/tests/cache/reload-main-resource.php: Added. |
+ * http/tests/cache/resources/reload-main-resource-iframe.php: Added. |
+ * http/tests/misc/favicon-loads-with-images-disabled-expected.txt: This test |
+ was being loaded from memory cache in spite of being loaded via reload. We |
+ shouldn't do that. |
+ * http/tests/misc/link-rel-icon-beforeload-expected.txt: This test |
+ was being loaded from memory cache in spite of being loaded via reload. We |
+ shouldn't do that. |
+ |
+2013-02-12 Dima Gorbik <dgorbik@apple.com> |
+ |
+ Mac rebaseline for r142638. |
+ |
+ Reviewed by Benjamin Poulain. |
+ |
+ * platform/mac-lion/accessibility/table-attributes-expected.txt: Removed. |
+ * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Removed. |
+ * platform/mac-lion/accessibility/table-sections-expected.txt: Removed. |
+ * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Removed. |
+ * platform/mac/accessibility/table-attributes-expected.txt: |
+ * platform/mac/accessibility/table-cell-spans-expected.txt: |
+ * platform/mac/accessibility/table-cells-expected.txt: |
+ * platform/mac/accessibility/table-sections-expected.txt: |
+ * platform/mac/platform/mac-wk2/tiled-drawing/sticky/sticky-vertical-expected.txt: Added. |
+ |
+2013-02-12 Rafael Weinstein <rafaelw@chromium.org> |
+ |
+ [HTMLTemplateElement] Change template.dat serialization format |
+ https://bugs.webkit.org/show_bug.cgi?id=109635 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ The serialization format now uses 'content' instead of '#document-fragment' to |
+ denote template contents. |
+ |
+ * html5lib/resources/template.dat: |
+ * resources/dump-as-markup.js: |
+ (Markup._get): |
+ |
+2013-02-12 Nico Weber <thakis@chromium.org> |
+ |
+ Remove webintents from TestExpectations files |
+ https://bugs.webkit.org/show_bug.cgi?id=109620 |
+ |
+ Reviewed by James Robinson. |
+ |
+ * platform/chromium/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt-5.0-mac-wk2/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ * platform/win/TestExpectations: |
+ * platform/wincairo/TestExpectations: |
+ |
+2013-02-12 Dean Jackson <dino@apple.com> |
+ |
+ Unreviewed. Remove webintents from TestExpectations on mac - directory no longer exists. |
+ |
+ * platform/mac/TestExpectations: |
+ |
+2013-02-12 Mike West <mkwst@chromium.org> |
+ |
+ Implement script MIME restrictions for X-Content-Type-Options: nosniff |
+ https://bugs.webkit.org/show_bug.cgi?id=71851 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed-expected.txt: Added. |
+ * http/tests/security/contentTypeOptions/invalid-content-type-options-allowed.html: Added. |
+ * http/tests/security/contentTypeOptions/nosniff-script-allowed-expected.txt: Added. |
+ * http/tests/security/contentTypeOptions/nosniff-script-allowed.html: Added. |
+ * http/tests/security/contentTypeOptions/nosniff-script-blocked-expected.txt: Added. |
+ * http/tests/security/contentTypeOptions/nosniff-script-blocked.html: Added. |
+ * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked-expected.txt: Added. |
+ * http/tests/security/contentTypeOptions/nosniff-script-without-content-type-blocked.html: Added. |
+ * http/tests/security/contentTypeOptions/resources/script-with-header.pl: Added. |
+ New tests! |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ * platform/win/TestExpectations: |
+ * platform/wincairo/TestExpectations: |
+ * platform/wk2/TestExpectations: |
+ Skip the new tests on platforms where ENABLE_NOSNIFF isn't yet |
+ enabled (everything other than Chromium). |
+ |
+2013-02-12 Emil A Eklund <eae@chromium.org> |
+ |
+ Unreviewed chromium rebaseline for r142638, garden-o-matic screwed up the original rebaseline :( |
+ |
+ * platform/chromium-mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added. |
+ * platform/chromium-mac-snowleopard/fast/dom/Window/webkitConvertPoint-expected.txt: Added. |
+ * platform/chromium-win-xp/fast/dom/Window: Added. |
+ * platform/chromium-win-xp/fast/dom/Window/webkitConvertPoint-expected.txt: Added. |
+ |
+2013-02-12 Robert Hogan <robert@webkit.org> |
+ |
+ REGRESSION(r136967): Combination of float and clear yields to bad layout |
+ https://bugs.webkit.org/show_bug.cgi?id=109476 |
+ |
+ Reviewed by Levi Weintraub. |
+ |
+ * fast/block/margin-collapse/self-collapsing-block-with-float-children-expected.txt: Added. |
+ * fast/block/margin-collapse/self-collapsing-block-with-float-children.html: Added. |
+ |
+2013-02-12 Emil A Eklund <eae@chromium.org> |
+ |
+ Unreviewed rebaseline for r142638. |
+ |
+ * platform/chromium-linux-x86/fast/dom/Window: Removed. |
+ * platform/chromium-linux-x86/fast/dom/Window/webkitConvertPoint-expected.txt: Removed. |
+ * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: Removed. |
+ * platform/chromium-mac/fast/dom/Window/webkitConvertPoint-expected.txt: |
+ * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt: Added. |
+ * platform/chromium/TestExpectations: |
+ * platform/mac-lion/accessibility: Added. |
+ * platform/mac-lion/accessibility/table-attributes-expected.txt: Added. |
+ * platform/mac-lion/accessibility/table-cell-spans-expected.txt: Added. |
+ * platform/mac-lion/accessibility/table-sections-expected.txt: Added. |
+ * platform/mac-lion/fast/dom/Window: Added. |
+ * platform/mac-lion/fast/dom/Window/webkitConvertPoint-expected.txt: Added. |
+ * platform/mac-wk2/accessibility/table-cell-spans-expected.txt: Added. |
+ * platform/mac-wk2/fast/dom/Window: Added. |
+ * platform/mac-wk2/fast/dom/Window/webkitConvertPoint-expected.txt: Added. |
+ * platform/mac/accessibility/image-link-expected.txt: |
+ * platform/mac/accessibility/internal-link-anchors2-expected.txt: |
+ * platform/mac/accessibility/table-detection-expected.txt: |
+ * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt: |
+ |
+2013-02-12 Levi Weintraub <leviw@chromium.org> |
+ |
+ ASSERTION FAILED: !object || object->isBox(), UNKNOWN in WebCore::RenderListItem::positionListMarker |
+ https://bugs.webkit.org/show_bug.cgi?id=108699 |
+ |
+ Reviewed by Abhishek Arya. |
+ |
+ * fast/multicol/span/list-multi-column-crash-expected.txt: Added. |
+ * fast/multicol/span/list-multi-column-crash.html: Added. |
+ |
+2013-02-12 Vivek Galatage <vivek.vg@samsung.com> |
+ |
+ Web Inspector: JavaScript execution disabled by browser/UA should be notified to the front-end |
+ https://bugs.webkit.org/show_bug.cgi?id=109402 |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ Tests that whenever Script Execution state is changed outside inspector, its notified to the Inspector front-end. |
+ |
+ * inspector/script-execution-state-change-notification-expected.txt: Added. |
+ * inspector/script-execution-state-change-notification.html: Added. |
+ |
+2013-02-12 Uday Kiran <udaykiran@motorola.com> |
+ |
+ Background size width specified in viewport percentage units not working |
+ https://bugs.webkit.org/show_bug.cgi?id=109536 |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ Added a test for background image width specified in viewport percentage unit. |
+ |
+ * fast/backgrounds/size/backgroundSize-viewportPercentage-width-expected.html: Added. |
+ * fast/backgrounds/size/backgroundSize-viewportPercentage-width.html: Added. |
+ |
+2013-02-12 Pablo Flouret <pablof@motorola.com> |
+ |
+ Handle error recovery in @supports |
+ https://bugs.webkit.org/show_bug.cgi?id=103934 |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ * css3/supports-cssom.html: |
+ * css3/supports-expected.txt: |
+ * css3/supports.html: |
+ |
+2013-02-12 Emil A Eklund <eae@chromium.org> |
+ |
+ TransformState::move should not round offset to int |
+ https://bugs.webkit.org/show_bug.cgi?id=108266 |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ Add new tests for Element::boundingClientRect and clip rects for |
+ elements on subpixel boundaries. |
+ |
+ * fast/dom/Window/webkitConvertPoint.html: |
+ * platform/chromium-linux/fast/dom/Window/webkitConvertPoint-expected.txt: |
+ Update test and expectations to take new rounding into account. |
+ |
+ * fast/sub-pixel/boundingclientrect-subpixel-margin-expected.txt: Added. |
+ * fast/sub-pixel/boundingclientrect-subpixel-margin.html: Added. |
+ Add test ensuring that boundingClientRect returns accurate and |
+ precise (as opposed to rounded) metrics. |
+ |
+ * fast/sub-pixel/clip-rect-box-consistent-rounding-expected.html: Added. |
+ * fast/sub-pixel/clip-rect-box-consistent-rounding.html: Added. |
+ Add test ensuring that clip rects and elements use consistent rounding. |
+ |
+ |
+2013-02-12 Rafael Weinstein <rafaelw@chromium.org> |
+ |
+ [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit |
+ https://bugs.webkit.org/show_bug.cgi?id=109338 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * html5lib/resources/template.dat: |
+ |
+2013-02-12 Dominic Mazzoni <dmazzoni@google.com> |
+ |
+ ASSERTION FAILED: i < size(), UNKNOWN in WebCore::AccessibilityMenuListPopup::didUpdateActiveOption |
+ https://bugs.webkit.org/show_bug.cgi?id=109452 |
+ |
+ Reviewed by Chris Fleizach. |
+ |
+ Add test to ensure a crash doesn't happen if a selected option |
+ is added to a select element, which was triggering a code path where |
+ the DOM has added a new child of the select but the accessibility |
+ object never got updated. |
+ |
+ * accessibility/insert-selected-option-into-select-causes-crash-expected.txt: Added. |
+ * accessibility/insert-selected-option-into-select-causes-crash.html: Added. |
+ |
+2013-02-12 Peter Rybin <prybin@chromium.org> |
+ |
+ Web Inspector: for event listener provide handler function value in protocol and in UI |
+ https://bugs.webkit.org/show_bug.cgi?id=109284 |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ Test is rebased. |
+ |
+ * inspector/elements/event-listener-sidebar-expected.txt: |
+ * inspector/elements/event-listeners-about-blank-expected.txt: |
+ |
+2013-02-12 Andrey Lushnikov <lushnikov@chromium.org> |
+ |
+ Web Inspector: refactor some reusable functionality from BraceHighlighter |
+ https://bugs.webkit.org/show_bug.cgi?id=109574 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ Add layout test to verify brace highlighter functionality. |
+ |
+ * inspector/editor/text-editor-brace-highlighter-expected.txt: Added. |
+ * inspector/editor/text-editor-brace-highlighter.html: Added. |
+ |
+2013-02-12 Andrew Wilson <atwilson@chromium.org> |
+ |
+ Unreviewed chromium expectation update. |
+ https://bugs.webkit.org/show_bug.cgi?id=109581 |
+ |
+ * platform/chromium/TestExpectations: mark debugger-script-preprocessor.html as crashy. |
+ |
+2013-02-12 Andrew Wilson <atwilson@chromium.org> |
+ |
+ Unreviewed chromium rebaselines after r142586. |
+ |
+ * platform/chromium-mac/fast/canvas/webgl/webgl-layer-update-expected.png: Added. |
+ |
+2013-02-12 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: Introduce version controller to migrate settings versions. |
+ https://bugs.webkit.org/show_bug.cgi?id=109553 |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ * inspector/version-controller-expected.txt: Added. |
+ * inspector/version-controller.html: Added. |
+ |
+2013-02-12 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ [GTK] Enable CSS Variables feature in development builds |
+ https://bugs.webkit.org/show_bug.cgi?id=109474 |
+ |
+ Reviewed by Martin Robinson. |
+ |
+ * platform/gtk/TestExpectations: Remove the expectations for tests that now pass. |
+ |
+2013-02-12 Sheriff Bot <webkit.review.bot@gmail.com> |
+ |
+ Unreviewed, rolling out r142531. |
+ http://trac.webkit.org/changeset/142531 |
+ https://bugs.webkit.org/show_bug.cgi?id=109569 |
+ |
+ Causes html5lib/run-template layout test to crash. (Requested |
+ by atwilson_ on #webkit). |
+ |
+ * html5lib/resources/template.dat: |
+ |
+2013-02-12 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ [GTK] Enable CSS image-set support in development builds |
+ https://bugs.webkit.org/show_bug.cgi?id=109475 |
+ |
+ Reviewed by Martin Robinson. |
+ |
+ * platform/gtk/TestExpectations: Reclassify two failures that now fail due to |
+ cursor images not loading while the other expectations are removed as the tests |
+ now pass. |
+ * platform/gtk/fast/css/image-set-value-not-removed-crash-expected.txt: Removed. The generic |
+ expectation now matches the test output. |
+ |
+2013-02-12 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ [GTK] Enable DOM4 events constructors in development builds |
+ https://bugs.webkit.org/show_bug.cgi?id=109471 |
+ |
+ Reviewed by Martin Robinson. |
+ |
+ * platform/gtk/TestExpectations: Remove the failure expectations, the related |
+ tests now pass. |
+ |
+2013-02-12 Andrey Kosyakov <caseq@chromium.org> |
+ |
+ Unreviewed -- suppress stray console message that emerged after r142486. |
+ |
+ * inspector/extensions/extensions-events.html: |
+ |
+2013-02-12 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt. |
+ https://bugs.webkit.org/show_bug.cgi?id=109557 |
+ |
+ Build fix. Also move this test into platform/mac as done in r142559. |
+ |
+ * fast/dom/Element/id-in-deletebutton-expected.txt: Removed. |
+ * fast/dom/Element/id-in-deletebutton.html: Removed. |
+ * platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed. |
+ * platform/chromium/TestExpectations: |
+ * platform/efl/TestExpectations: |
+ * platform/gtk/TestExpectations: |
+ * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton-expected.txt. |
+ * platform/mac/editing/deleting/id-in-deletebutton.html: Copied from LayoutTests/fast/dom/Element/id-in-deletebutton.html. |
+ * platform/win/fast/dom/Element/id-in-deletebutton-expected.txt: Removed. |
+ * platform/wincairo/TestExpectations: |
+ * platform/wk2/TestExpectations: |
+ |
+2013-02-12 Andrey Lushnikov <lushnikov@chromium.org> |
+ |
+ Web Inspector: move showWhitespace option into experiments |
+ https://bugs.webkit.org/show_bug.cgi?id=109552 |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ Fix layout test to switch on experiment instead of toggling one of the |
+ options. |
+ |
+ * inspector/editor/text-editor-show-whitespace-expected.txt: |
+ * inspector/editor/text-editor-show-whitespace.html: |
+ |
+2013-02-11 Yury Semikhatsky <yurys@chromium.org> |
+ |
+ Web Inspector: stack trace is cut at native bind if inspector is closed |
+ https://bugs.webkit.org/show_bug.cgi?id=109427 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ Test that stack trace for uncaught exceptions is collected when inspector |
+ front-end is closed. |
+ |
+ * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added. |
+ * http/tests/inspector-enabled/console-exception-while-no-inspector.html: Added. |
+ * platform/chromium/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt: Added. |
+ |
+2013-02-12 Jochen Eisinger <jochen@chromium.org> |
+ |
+ [chromium] move webrtc mocks to testrunner library |
+ https://bugs.webkit.org/show_bug.cgi?id=109041 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ Temporarily disable two WebRTC tests that fail due to a bug in |
+ webkit_support's getCurrentTimeMillsecond. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-12 Kent Tamura <tkent@chromium.org> |
+ |
+ INPUT_MULTIPLE_FIELDS_UI: Mouse click not on sub-fields in multiple fields input should not move focus |
+ https://bugs.webkit.org/show_bug.cgi?id=109544 |
+ |
+ Reviewed by Kentaro Hara. |
+ |
+ * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt: |
+ * fast/forms/time-multiple-fields/time-multiple-fields-focus.html: |
+ Add test to click a delimiter. |
+ |
+2013-02-11 KwangYong Choi <ky0.choi@samsung.com> |
+ |
+ [EFL] Remove webintents from TestExpectations |
+ https://bugs.webkit.org/show_bug.cgi?id=109537 |
+ |
+ Unreviewed. webintents tests no longer exist. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-11 Viatcheslav Ostapenko <sl.ostapenko@samsung.com> |
+ |
+ [EFL][WebGL] WebGL content is not painted after resizing the viewport. |
+ https://bugs.webkit.org/show_bug.cgi?id=106358 |
+ |
+ Reviewed by Noam Rosenthal. |
+ |
+ Add test checking that canvas painting is correct if layer parameters were changed, |
+ but webgl canvas didn't change. |
+ |
+ * fast/canvas/webgl/webgl-layer-update-expected.png: Added. |
+ * fast/canvas/webgl/webgl-layer-update-expected.txt: Added. |
+ * fast/canvas/webgl/webgl-layer-update.html: Added. |
+ |
+2013-02-11 KwangYong Choi <ky0.choi@samsung.com> |
+ |
+ [EFL] Some placeholder paint order tests are passing now |
+ https://bugs.webkit.org/show_bug.cgi?id=109164 |
+ |
+ Unreviewed efl gardening. |
+ |
+ fast/forms/input-placeholder-paint-order.html and |
+ fast/forms/textarea/textarea-placeholder-paint-order.html are passing now. |
+ |
+ RenderTheme::shouldShowPlaceholderWhenFocused() returns true by r127723 |
+ and the expectations are added by r140149. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-11 KwangYong Choi <ky0.choi@samsung.com> |
+ |
+ [EFL] Remove editing/deleting/deletionUI-single-instance.html from TestExpectations |
+ https://bugs.webkit.org/show_bug.cgi?id=109538 |
+ |
+ Unreviewed. This test is removed by r142559. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-11 Eric Carlson <eric.carlson@apple.com> |
+ |
+ [Mac] Track language selection should be sticky |
+ https://bugs.webkit.org/show_bug.cgi?id=109466 |
+ |
+ Reviewed by Dean Jackson. |
+ |
+ * media/track/track-user-preferences-expected.txt: Added. |
+ * media/track/track-user-preferences.html: Added. |
+ |
+ * platform/chromium/TestExpectations: Skip new test, it depends on the track menu. |
+ * platform/efl/TestExpectations: Ditto. |
+ * platform/gtk/TestExpectations: Ditto. |
+ * platform/qt/TestExpectations: Ditto. |
+ * platform/win/TestExpectations: Ditto. |
+ |
2013-02-11 Keishi Hattori <keishi@webkit.org> |
REGRESSION (r140778):Calendar Picker buttons are wrong when rtl |
@@ -22,14 +9629,655 @@ |
* platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar-expected.txt: Added. |
* platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ar.html: Added. |
+2013-02-11 Ryosuke Niwa <rniwa@webkit.org> |
+ |
+ Move deletionUI tests into platform/mac |
+ https://bugs.webkit.org/show_bug.cgi?id=109517 |
+ |
+ Reviewed by Benjamin Poulain. |
+ |
+ Moved deletionUI tests into platform/mac since Mac is the only port that ships this feature. |
+ |
+ * editing/deleting/5408255-expected.txt: Removed. |
+ * editing/deleting/5408255.html: Removed. |
+ * editing/deleting/deletionUI-single-instance.html: Removed. |
+ * platform/chromium/editing/deleting/deletionUI-single-instance-expected.png: Removed. |
+ * platform/chromium/editing/deleting/deletionUI-single-instance-expected.txt: Removed. |
+ * platform/efl/TestExpectations: |
+ * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Copied from LayoutTests/editing/deleting/5408255-expected.txt. |
+ * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Copied from LayoutTests/editing/deleting/5408255.html. |
+ * platform/mac/editing/deleting/deletionUI-single-instance.html: Copied from LayoutTests/editing/deleting/deletionUI-single-instance.html. |
+ * platform/qt-mac/TestExpectations: |
+ * platform/qt/editing/deleting/deletionUI-single-instance-expected.png: Removed. |
+ * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Removed. |
+ * platform/win/TestExpectations: |
+ * platform/wincairo/TestExpectations: |
+ * platform/wk2/TestExpectations: |
+ |
+2013-02-11 Adam Barth <abarth@webkit.org> |
+ |
+ Load event fires too early with threaded HTML parser (take 2) |
+ https://bugs.webkit.org/show_bug.cgi?id=109485 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ This patch also fixes a bug whereby removing an iframe during the load |
+ event would trigger DumpRenderTree to dump the test in the middle of |
+ the load event. We now wait until the load event is over. |
+ |
+ * compositing/iframes/remove-iframe-crash-expected.txt: |
+ * fast/frames/iframe-access-screen-of-deleted-expected.txt: |
+ * fast/frames/remove-frame-during-load-event-expected.txt: Added. |
+ * fast/frames/remove-frame-during-load-event.html: Added. |
+ * http/tests/misc/xslt-bad-import-expected.txt: |
+ |
+2013-02-11 Nico Weber <thakis@chromium.org> |
+ |
+ Remove web intents code |
+ https://bugs.webkit.org/show_bug.cgi?id=109501 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ See thread "Removing ENABLE(WEB_INTENTS) code" on webkit-dev. |
+ |
+ * webintents/intent-tag-expected.txt: Removed. |
+ * webintents/intent-tag.html: Removed. |
+ * webintents/resources/pass.html: Removed. |
+ * webintents/resources/web-intents-reload-orig.html: Removed. |
+ * webintents/resources/web-intents-testing.js: Removed. |
+ * webintents/web-intents-api-expected.txt: Removed. |
+ * webintents/web-intents-api.html: Removed. |
+ * webintents/web-intents-delivery-expected.txt: Removed. |
+ * webintents/web-intents-delivery-reuse-expected.txt: Removed. |
+ * webintents/web-intents-delivery-reuse.html: Removed. |
+ * webintents/web-intents-delivery.html: Removed. |
+ * webintents/web-intents-failure-expected.txt: Removed. |
+ * webintents/web-intents-failure.html: Removed. |
+ * webintents/web-intents-invoke-expected.txt: Removed. |
+ * webintents/web-intents-invoke-port-expected.txt: Removed. |
+ * webintents/web-intents-invoke-port.html: Removed. |
+ * webintents/web-intents-invoke.html: Removed. |
+ * webintents/web-intents-obj-constructor-expected.txt: Removed. |
+ * webintents/web-intents-obj-constructor.html: Removed. |
+ * webintents/web-intents-reload-expected.txt: Removed. |
+ * webintents/web-intents-reload.html: Removed. |
+ * webintents/web-intents-reply-expected.txt: Removed. |
+ * webintents/web-intents-reply.html: Removed. |
+ |
+2013-02-11 Stephen Chenney <schenney@chromium.org> |
+ |
+ SVG DOM manipulation crash |
+ https://bugs.webkit.org/show_bug.cgi?id=108709 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ Adding a test for the case where an SVG <use> tree is rebuild due to |
+ one event listener and a subsequent listener tries to access it. This |
+ does not crash in WebKit but has caused problems in browser code where |
+ the listener tries to access and use toNode on the target of the |
+ event. The test prevents regressions and gives automated security |
+ tests something to work on. |
+ |
+ * svg/custom/use-listener-append-crash-expected.txt: Added. |
+ * svg/custom/use-listener-append-crash.html: Added. |
+ |
+2013-02-11 Filip Pizlo <fpizlo@apple.com> |
+ |
+ Strange bug in DFG OSR in JSC |
+ https://bugs.webkit.org/show_bug.cgi?id=109491 |
+ |
+ Reviewed by Mark Hahnenberg. |
+ |
+ Added one version of the test (dfg-int32-to-double-on-set-local-and-exit) that is based |
+ exactly on Gabor's original test, and another that ought to fail even if I fix other bugs |
+ in the future (see https://bugs.webkit.org/show_bug.cgi?id=109511). |
+ |
+ * fast/js/dfg-int32-to-double-on-set-local-and-exit-expected.txt: Added. |
+ * fast/js/dfg-int32-to-double-on-set-local-and-exit.html: Added. |
+ * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit-expected.txt: Added. |
+ * fast/js/dfg-int32-to-double-on-set-local-and-sometimes-exit.html: Added. |
+ * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-exit.js: Added. |
+ (checkpoint): |
+ (func1): |
+ (func2): |
+ (func3): |
+ (test): |
+ * fast/js/script-tests/dfg-int32-to-double-on-set-local-and-sometimes-exit.js: Added. |
+ (checkpoint): |
+ (func1): |
+ (func2): |
+ (func3): |
+ (test): |
+ |
+2013-02-11 Emil A Eklund <eae@chromium.org> |
+ |
+ Change RenderFrameSet::paint to use m-rows/m_cols directly. |
+ https://bugs.webkit.org/show_bug.cgi?id=108503 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ Add test for how we render an invalid frameset. |
+ |
+ * fast/frames/invalid-frameset-expected.html: Added. |
+ * fast/frames/invalid-frameset.html: Added. |
+ |
+2013-02-11 Rafael Weinstein <rafaelw@chromium.org> |
+ |
+ [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit |
+ https://bugs.webkit.org/show_bug.cgi?id=109338 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * html5lib/resources/template.dat: |
+ |
+2013-02-11 Bem Jones-Bey <bjonesbe@adobe.com> |
+ |
+ [CSS Exclusions] Handle shape-outside changing a float's overhang behavior |
+ https://bugs.webkit.org/show_bug.cgi?id=106927 |
+ |
+ Reviewed by Julien Chaffraix. |
+ |
+ This is also tested by the existing tests for shape outside on floats positioning. |
+ |
+ * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang-expected.html: Added. |
+ * fast/exclusions/shape-outside-floats/shape-outside-floats-overhang.html: Added. |
+ |
+2013-02-11 Tim Horton <timothy_horton@apple.com> |
+ |
+ FrameView::setScrollPosition should clamp scroll position before handing it to |
+ ScrollingCoordinator instead of depending on ScrollView to do this |
+ https://bugs.webkit.org/show_bug.cgi?id=109497 |
+ <rdar://problem/12631789> |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ Adjust some test results which previously expected out-of-bounds scrolling to happen. |
+ |
+ Add a test that ensures that out-of-bounds scrolling doesn't happen. |
+ |
+ * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls-expected.txt: Added. |
+ * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html: Added. |
+ * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-expected.txt: |
+ * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view-expected.txt: |
+ * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset-expected.txt: |
+ * platform/mac-wk2/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: |
+ |
+2013-02-11 Adam Barth <abarth@webkit.org> |
+ |
+ The threaded HTML parser should pass all the fast/parser tests |
+ https://bugs.webkit.org/show_bug.cgi?id=109486 |
+ |
+ Reviewed by Tony Gentilcore. |
+ |
+ * fast/parser/document-close-iframe-load-partial-entity-expected.txt: Added. |
+ * fast/parser/document-close-iframe-load-partial-entity.html: Added. |
+ |
+2013-02-11 Julien Chaffraix <jchaffraix@webkit.org> |
+ |
+ Unreviewed Chromium rebaselining after r142500. |
+ |
+ * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png: |
+ * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png: |
+ * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png: |
+ * platform/chromium-mac/fast/repaint/selection-after-remove-expected.png: |
+ * platform/chromium-win/fast/repaint/selection-after-remove-expected.png: |
+ Slight painting regression that brings us back to pre-r132591 baselines. |
+ |
+2013-02-11 Joshua Bell <jsbell@chromium.org> |
+ |
+ IndexedDB: database connections don't close after versionchange transaction aborts |
+ https://bugs.webkit.org/show_bug.cgi?id=102298 |
+ |
+ Reviewed by Tony Chang. |
+ |
+ Added dedicated test, updated tests dependent on buggy behavior. |
+ |
+ * storage/indexeddb/aborted-versionchange-closes-expected.txt: Added. |
+ * storage/indexeddb/aborted-versionchange-closes.html: Added. |
+ * storage/indexeddb/lazy-index-population-expected.txt: |
+ * storage/indexeddb/lazy-index-population.html: Remove manual closing. |
+ * storage/indexeddb/objectstore-basics-expected.txt: |
+ * storage/indexeddb/objectstore-basics-workers-expected.txt: |
+ * storage/indexeddb/resources/aborted-versionchange-closes.js: Added. |
+ * storage/indexeddb/resources/objectstore-basics.js: Removed dependency on bug. |
+ |
+2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ [EFL] fast/forms/number/number-l10n-input.html is failing |
+ https://bugs.webkit.org/show_bug.cgi?id=109440 |
+ |
+ Reviewed by Laszlo Gombos. |
+ |
+ Unskip fast/forms/number/number-l10n-input.html on EFL port |
+ now that it passes. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-11 Adam Barth <abarth@webkit.org> |
+ |
+ Remove failure expectation now that this test is passing. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-11 Benjamin Poulain <benjamin@webkit.org> |
+ |
+ Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings |
+ https://bugs.webkit.org/show_bug.cgi?id=109349 |
+ |
+ Reviewed by Sam Weinig. |
+ |
+ Update the tests to use InternalSettings. |
+ |
+ * fast/dom/timer-increase-min-interval-and-reset-part-1.html: |
+ * fast/dom/timer-increase-min-interval-repeating.html: |
+ * fast/dom/timer-increase-min-interval.html: |
+ * fast/dom/timer-increase-then-decrease-min-interval-repeating.html: |
+ * fast/dom/timer-increase-then-decrease-min-interval.html: |
+ |
+2013-02-11 Mike West <mkwst@chromium.org> |
+ |
+ CSP reports for blocked 'data:' URLs should report the scheme only. |
+ https://bugs.webkit.org/show_bug.cgi?id=109429 |
+ |
+ Reviewed by Adam Barth. |
+ |
+ * http/tests/security/contentSecurityPolicy/report-blocked-data-uri-expected.txt: Added. |
+ * http/tests/security/contentSecurityPolicy/report-blocked-data-uri.html: Added. |
+ |
+2013-02-11 Julien Chaffraix <jchaffraix@webkit.org> |
+ |
+ Regression(r131539): Heap-use-after-free in WebCore::RenderBlock::willBeDestroyed |
+ https://bugs.webkit.org/show_bug.cgi?id=107189 |
+ |
+ Reviewed by Abhishek Arya. |
+ |
+ * fast/dynamic/continuation-detach-crash-expected.txt: Added. |
+ * fast/dynamic/continuation-detach-crash.html: Added. |
+ |
+2013-02-11 Tony Chang <tony@chromium.org> |
+ |
+ Move setFrameFlatteningEnabled from layoutTestController to window.internals.settings |
+ https://bugs.webkit.org/show_bug.cgi?id=87149 |
+ |
+ Reviewed by Simon Fraser. |
+ |
+ Update tests to use internal.settings.setFrameFlatteningEnabled, which is automatically |
+ generated from Settings.in. |
+ Add a Mac only test that uses overridePreference to test the API. |
+ |
+ * fast/frames/flattening/crash-svg-document.html: |
+ * fast/frames/flattening/frameset-flattening-advanced.html: |
+ * fast/frames/flattening/frameset-flattening-grid.html: |
+ * fast/frames/flattening/frameset-flattening-simple.html: |
+ * fast/frames/flattening/frameset-flattening-subframe-resize.html: |
+ * fast/frames/flattening/frameset-flattening-subframesets.html: |
+ * fast/frames/flattening/iframe-flattening-crash.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-height.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-width.html: |
+ * fast/frames/flattening/iframe-flattening-nested.html: |
+ * fast/frames/flattening/iframe-flattening-offscreen.html: |
+ * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html: |
+ * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html: |
+ * fast/frames/flattening/iframe-flattening-out-of-view.html: |
+ * fast/frames/flattening/iframe-flattening-selection-crash.html: |
+ * fast/frames/flattening/iframe-flattening-simple.html: |
+ * fast/frames/flattening/iframe-tiny.html: |
+ * fast/spatial-navigation/snav-iframe-flattening-simple.html: |
+ * fast/text-autosizing/narrow-iframe-flattened.html: |
+ * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html: |
+ * platform/chromium/TestExpectations: Chromium doesn't use frame flattening on mobile either. |
+ * plugins/frameset-with-plugin-frame.html: |
+ * fast/frames/flattening/crash-svg-document.html: |
+ * fast/frames/flattening/frameset-flattening-advanced.html: |
+ * fast/frames/flattening/frameset-flattening-grid.html: |
+ * fast/frames/flattening/frameset-flattening-simple.html: |
+ * fast/frames/flattening/frameset-flattening-subframe-resize.html: |
+ * fast/frames/flattening/frameset-flattening-subframesets.html: |
+ * fast/frames/flattening/iframe-flattening-crash.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-height.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-width-and-height.html: |
+ * fast/frames/flattening/iframe-flattening-fixed-width.html: |
+ * fast/frames/flattening/iframe-flattening-nested.html: |
+ * fast/frames/flattening/iframe-flattening-offscreen.html: |
+ * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html: |
+ * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html: |
+ * fast/frames/flattening/iframe-flattening-out-of-view.html: |
+ * fast/frames/flattening/iframe-flattening-selection-crash.html: |
+ * fast/frames/flattening/iframe-flattening-simple.html: |
+ * fast/frames/flattening/iframe-tiny.html: |
+ * fast/spatial-navigation/snav-iframe-flattening-simple.html: |
+ * fast/text-autosizing/narrow-iframe-flattened.html: |
+ * http/tests/misc/iframe-flattening-3level-nesting-with-blocking-resource.html: |
+ * platform/chromium/TestExpectations: |
+ * platform/mac/fast/frames/flattening/set-preference-expected.txt: Added. |
+ * platform/mac/fast/frames/flattening/set-preference.html: Added. |
+ * plugins/frameset-with-plugin-frame.html: |
+ |
+2013-02-11 Adam Barth <abarth@webkit.org> |
+ |
+ document.write during window.onload can trigger DumpRenderTree to dump the render tree |
+ https://bugs.webkit.org/show_bug.cgi?id=109465 |
+ |
+ Reviewed by Eric Seidel. |
+ |
+ * fast/parser/document-write-during-load-expected.txt: Added. |
+ * fast/parser/document-write-during-load.html: Added. |
+ |
+2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Mark fast/flexbox/line-clamp-link-after-ellipsis.html as failing |
+ on EFL port. This test was introduced in r142335. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-11 Andrey Kosyakov <caseq@chromium.org> |
+ |
+ Web Inspector: Timeline: invalidate and force locations are same for Layout records caused by style recalculaiton |
+ https://bugs.webkit.org/show_bug.cgi?id=109294 |
+ |
+ Reviewed by Pavel Feldman. |
+ |
+ * inspector/timeline/timeline-layout-reason-expected.txt: Added. |
+ * inspector/timeline/timeline-layout-reason.html: Added. |
+ * inspector/timeline/timeline-test.js: |
+ (initialize_Timeline.step2): |
+ (initialize_Timeline.InspectorTest.evaluateWithTimeline): Extracted "performActions" step from performActionsAndPrint() |
+ (initialize_Timeline.): |
+ (initialize_Timeline.InspectorTest.performActionsAndPrint): |
+ (initialize_Timeline.InspectorTest.findPresentationRecord.findByType): |
+ (initialize_Timeline.InspectorTest.findPresentationRecord): |
+ |
+2013-02-01 Andrey Kosyakov <caseq@chromium.org> |
+ |
+ Web Inspector: [Extension API] adjust inspectedWindow.eval() callback parameters to expose non-exceptional error |
+ https://bugs.webkit.org/show_bug.cgi?id=108640 |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ Rebase tests following change in exception parameter to inspectedWindow.eval() callback. |
+ |
+ * inspector/extensions/extensions-eval-expected.txt: |
+ * inspector/extensions/extensions-eval.html: |
+ * inspector/extensions/extensions-sidebar-expected.txt: |
+ |
+2013-02-11 Andrey Kosyakov <caseq@chromium.org> |
+ |
+ Web Inspector: [Extensions API] expose ExtensionServerClient to tests so tests use same port as extensions API |
+ https://bugs.webkit.org/show_bug.cgi?id=109443 |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ - replace additional message ports used for evaluating code in front-end with normal extension transport. |
+ |
+ * http/tests/inspector/extensions-test.js: |
+ (initialize_ExtensionsTest.window.buildPlatformExtensionAPI): |
+ (initialize_ExtensionsTest.InspectorTest._replyToExtension): |
+ (initialize_ExtensionsTest.onEvaluate): |
+ * http/tests/inspector/resources/extension-main.js: |
+ * inspector/extensions/extensions-audits.html: |
+ |
+2013-02-11 Joshua Bell <jsbell@chromium.org> |
+ |
+ [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler |
+ https://bugs.webkit.org/show_bug.cgi?id=108670 |
+ |
+ Reviewed by Kentaro Hara. |
+ |
+ * storage/indexeddb/database-wrapper-expected.txt: Added. |
+ * storage/indexeddb/database-wrapper.html: Added. |
+ * storage/indexeddb/resources/database-wrapper.js: Added. |
+ (test): |
+ (openDB): |
+ (onUpgradeNeeded): |
+ (openSuccess.get request.onsuccess): |
+ (onVersionChange): |
+ (collectGarbage): |
+ (openAgain): |
+ (onBlocked): |
+ (openAgainSuccess): |
+ |
+2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Skip fast/forms/number/number-l10n-input.html that was added in r142122 |
+ but fails on EFL port. |
+ |
+ * platform/efl/TestExpectations: |
+ |
+2013-02-11 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed revert test fix attempt and skip it. |
+ |
+ * inspector/editor/text-editor-home-button.html: |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-11 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Web Inspector: WebInspector.Project refactorings. |
+ https://bugs.webkit.org/show_bug.cgi?id=109433 |
+ |
+ Reviewed by Alexander Pavlov. |
+ |
+ * inspector/debugger/live-edit-breakpoints.html: |
+ * inspector/uisourcecode-revisions.html: |
+ |
+2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ - Rebaseline fast/dynamic/002.html on EFL port after r142015. |
+ - Skip several compositing test cases that started failing after r142112. |
+ - Skip several new Kronos WebGL conformance tests that are failing on EFL WK2. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ * platform/efl/fast/dynamic/002-expected.png: |
+ * platform/efl/fast/dynamic/002-expected.txt: |
+ |
+2013-02-11 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ * platform/gtk/TestExpectations: Adding a failure expectation for the |
+ cssom/cssvalue-comparison.html, the test was added in r142444 and is failing |
+ due to CSS image-set functionality not yet enabled in the GTK port. |
+ |
+2013-02-11 Alexei Filippov <alph@chromium.org> |
+ |
+ Web Inspector: Split Profiler domain in protocol into Profiler and HeapProfiler |
+ https://bugs.webkit.org/show_bug.cgi?id=108653 |
+ |
+ Reviewed by Yury Semikhatsky. |
+ |
+ Currently CPU and heap profilers share the same domain 'Profiler' in the protocol. |
+ In fact these two profile types have not too much in common. So put each into its own domain. |
+ It should also help when Profiles panel gets split into several tools. |
+ This is the phase 1 which adds InspectorHeapProfilerAgent but doesn't |
+ change the original InspectorProfilerAgent. |
+ |
+ * inspector-protocol/heap-profiler/resources/heap-snapshot-common.js: |
+ (InspectorTest.takeHeapSnapshot.InspectorTest.eventHandler.string_appeared_here): |
+ (InspectorTest.takeHeapSnapshot): |
+ * inspector-protocol/nmi-webaudio-leak-test.html: |
+ * inspector/profiler/heap-snapshot-get-profile-crash.html: |
+ * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html: |
+ * inspector/profiler/heap-snapshot-loader.html: |
+ * inspector/profiler/heap-snapshot-test.js: |
+ (initialize_HeapSnapshotTest): |
+ |
+2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Rebaseline EFL expectation for fast/js/global-constructors.html after |
+ r142205. |
+ |
+ * platform/efl/fast/js/global-constructors-expected.txt: |
+ |
+2013-02-11 Vsevolod Vlasov <vsevik@chromium.org> |
+ |
+ Unreviewed r142439 follow-up: test fix. |
+ |
+ * inspector/editor/text-editor-home-button.html: |
+ |
+2013-02-11 Christophe Dumez <ch.dumez@sisa.samsung.com> |
+ |
+ Unreviewed EFL gardening. |
+ |
+ Mark 2 webgl/conformance test cases as crashing on EFL WK2. |
+ |
+ * platform/efl-wk2/TestExpectations: |
+ |
+2013-02-11 Kentaro Hara <haraken@chromium.org> |
+ |
+ Unreviewed gardening. Marked editing/spelling/spellcheck-async.html |
+ as [ Pass Failure ]. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-11 Kentaro Hara <haraken@chromium.org> |
+ |
+ Unreviewed gardening. Added [Timeout] to http/tests/misc/window-dot-stop.html. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-11 Zan Dobersek <zdobersek@igalia.com> |
+ |
+ Unreviewed GTK gardening. |
+ |
+ Adjusted expectations for two flaky crashers. |
+ Removed failure expectations for tests that pass. |
+ |
+ * platform/gtk/TestExpectations: |
+ |
+2013-02-11 Alexander Pavlov <apavlov@chromium.org> |
+ |
+ Web Inspector: Implement position-based sourcemapping for stylesheets |
+ https://bugs.webkit.org/show_bug.cgi?id=109168 |
+ |
+ Added test for the stylesheet source mappings, followed the API changes, |
+ removed RangeBasedSourceMap tests as this type of sourcemap is gone. |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ * http/tests/inspector/compiler-script-mapping-expected.txt: |
+ * http/tests/inspector/compiler-script-mapping.html: |
+ * http/tests/inspector/resources/example.css.map: Added. |
+ * http/tests/inspector/resources/example.scss: Added. |
+ * http/tests/inspector/stylesheet-source-mapping-expected.txt: Added. |
+ * http/tests/inspector/stylesheet-source-mapping.html: Added. |
+ * inspector/styles/range-based-mapping-expected.txt: Removed. |
+ * inspector/styles/range-based-mapping.html: Removed. |
+ |
+2013-02-11 Alexander Shalamov <alexander.shalamov@intel.com> |
+ |
+ Implement CSSValue::equals(const CSSValue&) to optimise CSSValue comparison |
+ https://bugs.webkit.org/show_bug.cgi?id=102901 |
+ |
+ Reviewed by Antti Koivisto. |
+ |
+ New layout test to verify that CSSValue objects comparison works properly. |
+ |
+ * cssom/cssvalue-comparison-expected.txt: Added. |
+ * cssom/cssvalue-comparison.html: Added. |
+ |
+2013-02-11 Kentaro Hara <haraken@chromium.org> |
+ |
+ Unreviewed gardening. Mark svg/custom/foreign-object-skew.svg |
+ as [ ImageOnlyFailure Pass ]. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-11 John J. Barton <johnjbarton@chromium.org> |
+ |
+ Web Inspector: Don't throw exceptions in WebInspector.Color |
+ https://bugs.webkit.org/show_bug.cgi?id=104835 |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ Added case to test parsing 'none' from border style |
+ |
+ * inspector/styles/styles-invalid-color-values-expected.txt: |
+ * inspector/styles/styles-invalid-color-values.html: |
+ |
+2013-02-11 Andrey Lushnikov <lushnikov@chromium.org> |
+ |
+ Web Inspector: home button behaviour is wrong in DTE |
+ https://bugs.webkit.org/show_bug.cgi?id=109154 |
+ |
+ Reviewed by Vsevolod Vlasov. |
+ |
+ Add layout test to verify home button behaviour. Exclude this test on |
+ platforms that do not have eventSender object in test shell. |
+ |
+ * inspector/editor/editor-test.js: |
+ (initialize_EditorTests.lineWithCursor): |
+ (initialize_EditorTests.InspectorTest.textWithSelection): Added helper method to add selection symbols in text. |
+ * inspector/editor/text-editor-home-button-expected.txt: Added. |
+ * inspector/editor/text-editor-home-button.html: Added. |
+ * platform/efl/TestExpectations: |
+ * platform/mac/TestExpectations: |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-11 Philippe Normand <pnormand@igalia.com> |
+ |
+ Unreviewed, GTK gardening |
+ |
+ * platform/gtk/TestExpectations: Flagging media tests affected |
+ by bug 108682 |
+ |
+2013-02-11 Ádám Kallai <kadam@inf.u-szeged.hu> |
+ |
+ [Qt] Unreviewed gardening. Skip faling test. |
+ https://bugs.webkit.org/show_bug.cgi?id=109353. |
+ |
+ * platform/qt/TestExpectations: |
+ |
+2013-02-10 Chris Fleizach <cfleizach@apple.com> |
+ |
+ WebSpeech: Implement basic speaking/finished speaking behavior |
+ https://bugs.webkit.org/show_bug.cgi?id=107135 |
+ |
+ Reviewed by Sam Weinig. |
+ |
+ * platform/mac/fast/speechsynthesis/speech-synthesis-speak-expected.txt: Added. |
+ * platform/mac/fast/speechsynthesis/speech-synthesis-speak.html: Added. |
+ |
2013-02-10 Kentaro Hara <haraken@chromium.org> |
Unreviewed gardening. Rebaselined an image. |
+ * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: |
+ |
+2013-02-10 Kentaro Hara <haraken@chromium.org> |
+ |
+ Unreviewed gardening. Marked http/tests/css/css-image-loading.html as SLOW. |
+ |
+ * platform/chromium/TestExpectations: |
+ |
+2013-02-10 Kentaro Hara <haraken@chromium.org> |
+ |
+ Unreviewed gardening. Rebaselined an image. |
+ |
* platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: |
2013-02-10 Kentaro Hara <haraken@chromium.org> |
+ Unreviewed gardening. Rebaselined an image. |
+ |
+ * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: |
+ |
+2013-02-10 Kentaro Hara <haraken@chromium.org> |
+ |
Unreviewed gardening. Marked fast/frames/seamless/seamless-inherited-origin.html as FAIL. |
* platform/chromium/TestExpectations: |