| 2013-10-30 Santosh Mahto <santosh.ma@samsung.com> |
| |
| contentEditable deleting lists when list items are block level |
| https://bugs.webkit.org/show_bug.cgi?id=122602 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Testcase: When listitem is styled with display:block then inserting |
| paragraph twice at the end of listitem should not remove entire list. |
| |
| * editing/execCommand/hit-enter-twice-atendof-block-styled-listitem-expected.txt: Added. |
| * editing/execCommand/hit-enter-twice-atendof-block-styled-listitem.html: Added. |
| |
| TestCase: When listitem is made of custom tag(<item>) and css(display:list-item) |
| then inserting paragraph twice at the end of listitem should not remove entire list. |
| |
| * editing/execCommand/hit-enter-twice-atendof-custom-listitem-expected.txt: Added. |
| * editing/execCommand/hit-enter-twice-atendof-custom-listitem.html: Added. |
| 2013-10-30 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add a failing test expectation on media/media-can-play-mpeg4-video.html after r158288. |
| The failure is tracked by the bug 123530. |
| |
| Also rebaseline Mountain Lion results. |
| |
| * TestExpectations: |
| * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2013-10-30 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add a flaky test expectation to media/track/track-in-band-legacy-api.html |
| The failure is tracked by the bug 123522. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-29 Jer Noble <jer.noble@apple.com> |
| |
| [MSE] Remove legacy Media Source APIs (WebKitMediaSource, WebKitSourceBuffer, WebKitSourceBufferList) |
| https://bugs.webkit.org/show_bug.cgi?id=123463 |
| |
| Reviewed by Eric Carlson. |
| |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2013-10-29 Simon Fraser <simon.fraser@apple.com> |
| |
| A WebGL test times out sometimes. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-30 Robert Plociennik <r.plociennik@samsung.com> |
| |
| [EFL] accessibility/textarea-selected-text-range.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=112016 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| Removed failure expectations. |
| |
| * platform/efl-wk1/TestExpectations: The test is no longer failing. |
| * platform/efl-wk2/TestExpectations: The test is no longer failing. |
| |
| 2013-10-30 Robert Plociennik <r.plociennik@samsung.com> |
| |
| [EFL] accessibility/svg-remote-element.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=112013 |
| |
| Unreviewed EFL gardening. Passes after r158267. |
| |
| * platform/efl-wk1/TestExpectations: The test is no longer failing. |
| * platform/efl-wk2/TestExpectations: The test is no longer failing. |
| * platform/efl/accessibility/svg-remote-element-expected.txt: Added. |
| |
| 2013-10-30 Robert Plociennik <r.plociennik@samsung.com> |
| |
| [GTK] accessibility/svg-remote-element.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=101185 |
| |
| Reviewed by Chris Fleizach. |
| |
| Provided new test expectations since resulting discrepancies are believed to be |
| platform related. |
| |
| * platform/gtk-wk2/TestExpectations: The test is no longer failing. |
| * platform/gtk/accessibility/svg-remote-element-expected.txt: Added. |
| * platform/gtk/TestExpectations: The test is no longer failing. |
| |
| 2013-10-30 Krzysztof Czech <k.czech@samsung.com> |
| |
| [EFL] Remove efl/accessibility/image-map1-expected.txt after r158104 |
| https://bugs.webkit.org/show_bug.cgi?id=123504 |
| |
| Unreviewed EFL gardening. |
| |
| * platform/efl/accessibility/image-map1-expected.txt: Removed. |
| |
| 2013-10-30 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Revert r158259 for EFL and GTK+. They're still failing everywhere according to the flakiness dashboard. |
| |
| * platform/efl/TestExpectations: |
| * platform/gtk/TestExpectations: |
| |
| 2013-10-30 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Revert r158259 for Mac. They're definitely failing on Mac. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-30 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add more test expectations for the bug 121452. |
| |
| fast/frames/lots-of-objects.html is failing on Mavericks WebKit2 builders in addition to Debug builders. |
| |
| fast/frames/lots-of-iframes.html is also failing on the exactly same set of builders. |
| |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac/TestExpectations: |
| |
| 2013-10-30 Sergio Villar Senin <svillar@igalia.com> |
| |
| Unreviewed. Removed some grid layout tests that are passing now. |
| |
| * platform/efl/TestExpectations: |
| * platform/gtk/TestExpectations: |
| * platform/mac/TestExpectations: |
| |
| 2013-10-29 Ryosuke Niwa <rniwa@webkit.org> |
| |
| More Mavericks specific test expectation updates. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-29 Alexey Proskuryakov <ap@apple.com> |
| |
| Result of focus-option-control-on-page.html depends on system preferences |
| https://bugs.webkit.org/show_bug.cgi?id=123304 |
| |
| Reviewed by Simon Fraser. |
| |
| * platform/mac/TestExpectations: Remove Pass/Failure expectations, this test |
| should always pass now. |
| |
| 2013-10-29 Ryosuke Niwa <rniwa@webkit.org> |
| |
| REGRESSION(r154614): Opening and closing a picture on Facebook resets scroll position |
| https://bugs.webkit.org/show_bug.cgi?id=122882 |
| |
| Reviewed by Anders Carlsson. |
| |
| * fast/dom/Element/body-scrollLeft-expected.txt: |
| * fast/dom/Element/body-scrollLeft.html: |
| * fast/dom/Element/body-scrollTop-expected.txt: |
| * fast/dom/Element/body-scrollTop.html: |
| * fast/dom/Element/scrollLeft-expected.txt: |
| * fast/dom/Element/scrollLeft.html: |
| * fast/dom/Element/scrollTop-expected.txt: |
| * fast/dom/Element/scrollTop.html: |
| |
| 2013-10-29 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Update Mavericks test expectation, tracked by bugs 123489 and 123490. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-29 Brent Fulgham <bfulgham@apple.com> |
| |
| REGRESSION(r158198): editing/execCommand/insert-list-xml.xhtml fails |
| https://bugs.webkit.org/show_bug.cgi?id=123460 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| The original version of this test used a MathML document root, |
| and attempted to add HTML content to prove that a bad cast would |
| not be encountered when manipulating the MathML document via |
| JavaScript. |
| |
| r158198 broke the test, because it enforced the requirements that |
| MathML nodes not generate renderers for non-MathML children. |
| |
| This patch revises the test to use an SVG document, which does |
| permit child HTML nodes. |
| |
| * TestExpectations: Remove temporary exclusion landed in |
| r158216. |
| * editing/execCommand/insert-list-xml-expected.txt: |
| * editing/execCommand/insert-list-xml.xhtml: |
| |
| 2013-10-29 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Mountain Lion rebaseline after r158231. |
| |
| * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2013-10-29 Jer Noble <jer.noble@apple.com> |
| |
| [MSE] [Mac] Enable MediaSource on the Mac |
| https://bugs.webkit.org/show_bug.cgi?id=122484 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: Added. |
| |
| 2013-10-29 Eric Carlson <eric.carlson@apple.com> |
| |
| [Mac MediaStream] implement AVFoundation backed MediaStreamSource |
| https://bugs.webkit.org/show_bug.cgi?id=123316 |
| |
| Reviewed by Jer Noble. |
| |
| * fast/mediastream/MediaStream-add-remove-tracks-expected.txt: Updated. |
| * fast/mediastream/MediaStream-add-remove-tracks.html: Ditto. |
| * fast/mediastream/MediaStreamConstructor-expected.txt: Ditto. |
| * fast/mediastream/MediaStreamConstructor.html: Ditto. |
| * fast/mediastream/MediaStreamTrack-getSources.html: Remove typo. |
| * fast/mediastream/MediaStreamTrack-expected.txt: Updated results. |
| * fast/mediastream/MediaStreamTrack.html: Update to test track.stop() behavior. |
| |
| 2013-10-29 Zoltan Horvath <zoltan@webkit.org> |
| |
| [CSS Regions][CSS Shapes] Layout error when the shape has negative top coordinate and it's applied on the second region |
| <http://webkit.org/b/123346> |
| |
| Reviewed by David Hyatt. |
| |
| We have a layout error when there is a shape applied on the second region, and it has a negative 'top' coordinate. |
| Since shapeInsideInfo::shapeLogicalTop() can return negative numbers, we need to check for it, when we're positioning |
| the first line in the region. |
| |
| * fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html: Added. |
| * fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html: Added. |
| |
| 2013-10-29 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add a failing test expectation on editing/execCommand/insert-list-xml.xhtml |
| after r158198. The failure is tracked by the bug 123460. |
| |
| * TestExpectations: |
| |
| 2013-10-29 Simon Fraser <simon.fraser@apple.com> |
| |
| Mark some colorspace-sensitive tests as possibly passing. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2013-10-29 Simon Fraser <simon.fraser@apple.com> |
| |
| xss-DENIED-xsl-document-redirect.xml is an XML file, not html. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2013-10-29 Simon Fraser <simon.fraser@apple.com> |
| |
| fast/forms/form-associated-element-removal.html can crash because of an underlying |
| media bug. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2013-10-25 Brent Fulgham <bfulgham@apple.com> |
| |
| [MathML] invalid cast in WebCore::toRenderMathMLBlock |
| https://bugs.webkit.org/show_bug.cgi?id=121728 |
| |
| Reviewed by Dean Jackson. |
| |
| * mathml/arbitrary-markup-expected.txt: Added. |
| * mathml/arbitrary-markup.html: Added. |
| * mathml/mfenced-root-layer.html: Modified to avoid invalid |
| use of arbitrary markup inside mfenced element. |
| * mathml/mfenced-root-layer-expected.txt: Rebaselined. |
| |
| 2013-10-29 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: elements with explicit tabindex should expose AXFocused as writable, since mouse clicks can focus it |
| https://bugs.webkit.org/show_bug.cgi?id=121335 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * accessibility/tabindex-elements-are-accessible-expected.txt: Added. |
| * accessibility/tabindex-elements-are-accessible.html: Added. |
| New test to ensure that if tabindex is on an element, it is in the AX tree. |
| * platform/mac/accessibility/table-with-row-col-of-headers-expected.txt: |
| * platform/mac/accessibility/table-with-row-col-of-headers.html: |
| Update to reflect that if an ignored <table> has a tabindex, then it should at least be an AXGroup |
| * platform/mac/accessibility/update-children-when-aria-role-changes.html: |
| Update so that the <span> elements being used don't have tabindex, which forces them to be in the AX tree, |
| which changes the output of the test (basically we'd need to query the child of those elements instead). |
| |
| 2013-10-28 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: Webkit does not expose AXRequired on input type=file |
| https://bugs.webkit.org/show_bug.cgi?id=123376 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| Modify existing test case to test for file upload buttons. |
| |
| * accessibility/html5-required-attribute-expected.txt: |
| * accessibility/html5-required-attribute.html: |
| |
| 2013-10-29 Santosh Mahto <santosh.ma@samsung.com> |
| |
| Text selected with double-click gets unselected after DOM modification |
| https://bugs.webkit.org/show_bug.cgi?id=114227 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| New Testcase to test that selection remain intact when selection is |
| created by double-click and then dom is modified. |
| |
| * editing/selection/double-click-selection-with-dom-mutation-expected.txt: Added. |
| * editing/selection/double-click-selection-with-dom-mutation.html: Added. |
| |
| Rebaselined the below test cases. |
| * platform/mac/editing/deleting/smart-delete-003-expected.txt: |
| * platform/mac/editing/deleting/smart-delete-004-expected.txt: |
| |
| 2013-10-29 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| [CSSRegions] Display anonymous regions in DRT |
| https://bugs.webkit.org/show_bug.cgi?id=122963 |
| |
| Reviewed by Alexandru Chiculita. |
| |
| After https://bugs.webkit.org/show_bug.cgi?id=119135, css regions are modelled using an anonymous |
| RenderNamedFlowFragment object inside the block having a valid -webkit-flow-from. |
| This patch changes the way elements | pseudo-elements with -webkit-flow-from are displayed |
| in test dumps. |
| |
| Changed expected files for mac port, removed expectations for gtk | efl and added [Missing] |
| in TestExpectations for these platforms. Results need to be generated again for the [Missing] lines. |
| |
| * fast/regions/auto-size/autoheight-regions-mark-expected.txt: Removed. |
| * fast/regions/flows-dependency-dynamic-remove-expected.txt: Removed. |
| * fast/regions/flows-dependency-same-flow-expected.txt: Removed. |
| * platform/efl/TestExpectations: |
| * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Removed. |
| * platform/efl/fast/regions/region-dynamic-after-before-expected.txt: Removed. |
| * platform/efl/fast/regions/region-generated-content-before-after-expected.txt: Removed. |
| * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt: Removed. |
| * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed. |
| * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Removed. |
| * platform/efl/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Removed. |
| * platform/efl/fast/repaint/region-painting-invalidation-expected.txt: Removed. |
| * platform/gtk/TestExpectations: |
| * platform/gtk/fast/regions/flows-dependency-same-flow-expected.png: Removed. |
| * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Removed. |
| * platform/gtk/fast/regions/region-dynamic-after-before-expected.txt: Removed. |
| * platform/gtk/fast/regions/region-generated-content-before-after-expected.txt: Removed. |
| * platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt: Removed. |
| * platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Removed. |
| * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Removed. |
| * platform/mac/fast/regions/auto-size/autoheight-regions-mark-expected.png: Copied from LayoutTests/fast/regions/flows-dependency-same-flow-expected.png. |
| * platform/mac/fast/regions/auto-size/autoheight-regions-mark-expected.txt: Added. |
| * platform/mac/fast/regions/autoheight-regions-mark-expected.png: Removed. |
| * platform/mac/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added. |
| * platform/mac/fast/regions/flows-dependency-same-flow-expected.png: Copied from LayoutTests/fast/regions/flows-dependency-same-flow-expected.png. |
| * platform/mac/fast/regions/flows-dependency-same-flow-expected.txt: Added. |
| * platform/mac/fast/regions/iframe-html-collected-expected.png: Renamed from LayoutTests/fast/regions/flows-dependency-same-flow-expected.png. |
| * platform/mac/fast/regions/iframe-html-collected-expected.txt: Renamed from LayoutTests/fast/regions/iframe-html-collected-expected.txt. |
| * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: |
| * platform/mac/fast/regions/region-dynamic-after-before-expected.txt: |
| * platform/mac/fast/regions/region-generated-content-before-after-expected.txt: |
| * platform/mac/fast/regions/text-region-split-small-pagination-expected.txt: |
| * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt: |
| * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added. |
| * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: |
| * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt: |
| * platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Renamed from LayoutTests/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt. |
| * platform/mac/fast/repaint/region-painting-invalidation-expected.txt: |
| * platform/mac/fast/repaint/region-painting-via-layout-expected.txt: Renamed from LayoutTests/fast/repaint/region-painting-via-layout-expected.txt. |
| |
| 2013-10-28 Simon Fraser <simon.fraser@apple.com> |
| |
| Fix path for xss-DENIED-xsl-document-redirect test, and mark |
| editing/selection/5057506-2.html as image-only failure. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2013-10-28 Alexandru Chiculita <achicu@adobe.com> |
| |
| Web Inspector: CSS Regions: Add protocol API to expose content nodes addition/removal |
| https://bugs.webkit.org/show_bug.cgi?id=123424 |
| |
| Reviewed by Timothy Hatcher. |
| |
| Added test to check that the two new events are triggered correctly and can be used to maintain |
| the flow content nodes list on the inspector side. |
| |
| * inspector-protocol/model/content-flow-content-nodes-expected.txt: Added. |
| * inspector-protocol/model/content-flow-content-nodes.html: Added. |
| |
| 2013-10-28 Simon Fraser <simon.fraser@apple.com> |
| |
| Last few Mavericks WK2 failures. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2013-10-28 Simon Fraser <simon.fraser@apple.com> |
| |
| Mark some more Mavericks/WK2 tests as failing. |
| |
| We have no way currently to land new results for just |
| WK2 on Mavericks. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2013-10-28 Simon Fraser <simon.fraser@apple.com> |
| |
| Add skipped or failing expectations for Mavericks WK2. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2013-10-28 Simon Fraser <simon.fraser@apple.com> |
| |
| WebGL flake. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-28 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Parsing support for -webkit-text-decoration-skip: ink |
| https://bugs.webkit.org/show_bug.cgi?id=123358 |
| |
| Reviewed by Dean Jackson. |
| |
| Adds a test which makes sure that we can parse the |
| -webkit-text-decoration-skip CSS property, as well |
| as values for "ink" and "none". We can use the CSSOM |
| to test the roundtrip of these values |
| |
| * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: Added. |
| |
| 2013-10-28 Simon Fraser <simon.fraser@apple.com> |
| |
| Expunge Lion and SnowLeopard from TestExpectations. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-28 Simon Fraser <simon.fraser@apple.com> |
| |
| Some test expectations for Mavericks. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-28 Sergio Villar Senin <svillar@igalia.com> |
| |
| [CSS Grid Layout] Add support for order inside grid items |
| https://bugs.webkit.org/show_bug.cgi?id=123208 |
| |
| Reviewed by Antti Koivisto. |
| |
| From Blink r153536 by <jchaffraix@chromium.org> |
| |
| Added a couple of tests to verify that we respect the specified |
| order of grid items both in the auto-placement algorithm and in |
| the final painting. |
| |
| * fast/css-grid-layout/grid-item-order-auto-flow-resolution-expected.txt: Added. |
| * fast/css-grid-layout/grid-item-order-auto-flow-resolution.html: Added. |
| * fast/css-grid-layout/grid-item-order-paint-order-expected.html: Added. |
| * fast/css-grid-layout/grid-item-order-paint-order.html: Added. |
| |
| 2013-10-28 Afonso R. Costa Jr. <afonso.costa@samsung.com> |
| |
| Methods on window.internals shouldn't pass a document. |
| https://bugs.webkit.org/show_bug.cgi?id=107301 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Each 'Internals' instance is associated with a 'Document'. So, it |
| is not necessary to pass a document as argument. Only nodesFromRect and |
| layerTreeAsText methods were kept because, in some Layout Tests, the |
| 'Document' object is not the same used by Internals::contextDocument. |
| |
| * animations/added-while-suspended.html: Removed 'document' parameter. |
| * animations/play-state-suspend.html: |
| * animations/stop-animation-on-suspend.html: |
| * animations/suspend-resume-animation-events.html: |
| * animations/suspend-resume-animation.html: |
| * animations/suspend-transform-animation.html: |
| * batterystatus/resources/event-after-navigation-new.html: |
| * batterystatus/script-tests/add-listener-from-callback.js: |
| (firstListener): |
| * batterystatus/script-tests/basic-all-types-of-events.js: |
| * batterystatus/script-tests/basic-operation.js: |
| * batterystatus/script-tests/multiple-frames.js: |
| * batterystatus/script-tests/updates.js: |
| (setBatteryStatus): |
| * compositing/columns/ancestor-clipped-in-paginated.html: |
| * compositing/columns/clipped-in-paginated.html: |
| * compositing/columns/composited-columns-vertical-rl.html: |
| * compositing/columns/composited-in-paginated-rl.html: |
| * compositing/columns/composited-in-paginated-writing-mode-rl.html: |
| * compositing/columns/composited-in-paginated.html: |
| * compositing/columns/composited-lr-paginated-repaint.html: |
| * compositing/columns/composited-rl-paginated-repaint.html: |
| * compositing/columns/geometry-map-paginated-assert.html: |
| * compositing/columns/hittest-composited-in-paginated.html: |
| * compositing/columns/rotated-in-paginated.html: |
| * compositing/columns/untransformed-composited-in-paginated.html: |
| * compositing/iframes/iframe-composited-scrolling.html: |
| * compositing/layer-creation/fixed-position-in-view-dynamic.html: |
| * compositing/layer-creation/fixed-position-no-content-scroll-reason.html: |
| * compositing/layer-creation/fixed-position-out-of-view-dynamic.html: |
| * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: |
| * compositing/layer-creation/no-compositing-for-fixed-position-under-transform.html: |
| * compositing/overflow/dynamic-composited-scrolling-status.html: |
| * compositing/overflow/scrolling-without-painting.html: |
| * compositing/overflow/updating-scrolling-content.html: |
| * compositing/repaint/absolute-painted-into-composited-ancestor.html: |
| * compositing/repaint/fixed-background-scroll.html: |
| * compositing/repaint/invalidations-on-composited-layers.html: |
| * compositing/repaint/positioned-movement.html: |
| * compositing/repaint/repaint-on-layer-grouping-change.html: |
| * compositing/repaint/resize-repaint.html: |
| * compositing/repaint/scroll-fixed-layer-no-content.html: |
| * compositing/repaint/scroll-fixed-layer-out-of-view.html: |
| * editing/caret/selection-with-caret-type-progress.html: |
| * editing/execCommand/overtype.html: |
| * editing/selection/block-cursor-overtype-mode.html: |
| * editing/spelling/design-mode-spellcheck-off.html: |
| * editing/spelling/grammar-edit-word-expected.txt: |
| * editing/spelling/grammar-edit-word.html: |
| * editing/spelling/grammar-markers-hidpi.html: |
| * editing/spelling/grammar-markers.html: |
| * editing/spelling/grammar.html: |
| * editing/spelling/script-tests/spellcheck-paste.js: |
| (verifyMarker): |
| * editing/spelling/script-tests/spelling-attribute-at-child.js: |
| (childHasSpellingMarker): |
| * editing/spelling/script-tests/spelling-attribute-change.js: |
| (testSpellCheckingEnabled): |
| * editing/spelling/script-tests/spelling-backspace-between-lines.js: |
| (testWithDelete): |
| (testWithForwardDelete): |
| * editing/spelling/script-tests/spelling-hasspellingmarker.js: |
| (hasMarked): |
| * editing/spelling/spellcheck-async-mutation.html: |
| * editing/spelling/spellcheck-attribute-expected.txt: |
| * editing/spelling/spellcheck-attribute.html: |
| * editing/spelling/spellcheck-paste-continuous-disabled-expected.txt: |
| * editing/spelling/spellcheck-paste-continuous-disabled.html: |
| * editing/spelling/spellcheck-paste-disabled-expected.txt: |
| * editing/spelling/spellcheck-paste-disabled.html: |
| * editing/spelling/spellcheck-sequencenum.html: |
| * editing/spelling/spelling-attribute-change-expected.txt: |
| * editing/spelling/spelling-backspace-between-lines-expected.txt: |
| * editing/spelling/spelling-linebreak.html: |
| * fast/box-shadow/shadow-repaint.html: |
| * fast/css/webkit-mask-crash-fieldset-legend.html: |
| * fast/css/webkit-mask-crash-figure.html: |
| * fast/css/webkit-mask-crash-table.html: |
| * fast/css/webkit-mask-crash-td-2.html: |
| * fast/css/webkit-mask-crash-td.html: |
| * fast/dom/icon-url-change.html: |
| * fast/dom/icon-url-list-apple-touch.html: |
| * fast/dom/icon-url-list.html: |
| * fast/dom/icon-url-property.html: |
| * fast/events/mouse-cursor-change.html: |
| * fast/events/mouse-cursor-image-set.html: |
| * fast/events/mouse-cursor-multiframecur.html: |
| * fast/events/mouse-cursor-no-mousemove.html: |
| * fast/events/mouse-cursor.html: |
| * fast/events/touch/touch-handler-count-expected.txt: |
| * fast/events/touch/touch-handler-count.html: |
| * fast/events/touch/touch-input-element-change-documents-expected.txt: |
| * fast/events/touch/touch-input-element-change-documents.html: |
| * fast/multicol/hit-test-gap-between-pages-flipped.html: |
| * fast/multicol/hit-test-gap-between-pages.html: |
| * fast/multicol/pagination-h-horizontal-bt.html: |
| * fast/multicol/pagination-h-horizontal-tb.html: |
| * fast/multicol/pagination-h-vertical-lr.html: |
| * fast/multicol/pagination-h-vertical-rl.html: |
| * fast/multicol/pagination-v-horizontal-bt.html: |
| * fast/multicol/pagination-v-horizontal-tb.html: |
| * fast/multicol/pagination-v-vertical-lr.html: |
| * fast/multicol/pagination-v-vertical-rl.html: |
| * fast/multicol/pagination/BottomToTop-bt.html: |
| * fast/multicol/pagination/BottomToTop-lr.html: |
| * fast/multicol/pagination/BottomToTop-rl.html: |
| * fast/multicol/pagination/BottomToTop-tb.html: |
| * fast/multicol/pagination/LeftToRight-bt.html: |
| * fast/multicol/pagination/LeftToRight-lr.html: |
| * fast/multicol/pagination/LeftToRight-rl.html: |
| * fast/multicol/pagination/LeftToRight-tb.html: |
| * fast/multicol/pagination/RightToLeft-bt.html: |
| * fast/multicol/pagination/RightToLeft-lr.html: |
| * fast/multicol/pagination/RightToLeft-rl.html: |
| * fast/multicol/pagination/RightToLeft-tb.html: |
| * fast/multicol/pagination/TopToBottom-bt.html: |
| * fast/multicol/pagination/TopToBottom-lr.html: |
| * fast/multicol/pagination/TopToBottom-rl.html: |
| * fast/multicol/pagination/TopToBottom-tb.html: |
| * fast/multicol/shrink-to-column-height-for-pagination.html: |
| * fast/repaint/background-shorthand-with-gradient-and-height-changes.html: |
| * fast/repaint/obscured-background-no-repaint.html: |
| * fast/repaint/resources/text-based-repaint.js: |
| (runRepaintTest): |
| * fast/scrolling/resources/scrollable-area.js: |
| (end): |
| * fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html: |
| * fast/viewport/viewport-1.html: |
| * fast/viewport/viewport-10.html: |
| * fast/viewport/viewport-100.html: |
| * fast/viewport/viewport-101.html: |
| * fast/viewport/viewport-102.html: |
| * fast/viewport/viewport-103.html: |
| * fast/viewport/viewport-104.html: |
| * fast/viewport/viewport-105.html: |
| * fast/viewport/viewport-106.html: |
| * fast/viewport/viewport-107.html: |
| * fast/viewport/viewport-108.html: |
| * fast/viewport/viewport-109.html: |
| * fast/viewport/viewport-11.html: |
| * fast/viewport/viewport-110.html: |
| * fast/viewport/viewport-111.html: |
| * fast/viewport/viewport-112.html: |
| * fast/viewport/viewport-113.html: |
| * fast/viewport/viewport-114.html: |
| * fast/viewport/viewport-115.html: |
| * fast/viewport/viewport-116.html: |
| * fast/viewport/viewport-117.html: |
| * fast/viewport/viewport-118.html: |
| * fast/viewport/viewport-119.html: |
| * fast/viewport/viewport-12.html: |
| * fast/viewport/viewport-120.html: |
| * fast/viewport/viewport-121.html: |
| * fast/viewport/viewport-122.html: |
| * fast/viewport/viewport-123.html: |
| * fast/viewport/viewport-124.html: |
| * fast/viewport/viewport-125.html: |
| * fast/viewport/viewport-126.html: |
| * fast/viewport/viewport-127.html: |
| * fast/viewport/viewport-128.html: |
| * fast/viewport/viewport-129.html: |
| * fast/viewport/viewport-13.html: |
| * fast/viewport/viewport-130.html: |
| * fast/viewport/viewport-131.html: |
| * fast/viewport/viewport-132.html: |
| * fast/viewport/viewport-133.html: |
| * fast/viewport/viewport-134.html: |
| * fast/viewport/viewport-14.html: |
| * fast/viewport/viewport-15.html: |
| * fast/viewport/viewport-16.html: |
| * fast/viewport/viewport-17.html: |
| * fast/viewport/viewport-18.html: |
| * fast/viewport/viewport-19.html: |
| * fast/viewport/viewport-2.html: |
| * fast/viewport/viewport-20.html: |
| * fast/viewport/viewport-21.html: |
| * fast/viewport/viewport-22.html: |
| * fast/viewport/viewport-23.html: |
| * fast/viewport/viewport-24.html: |
| * fast/viewport/viewport-25.html: |
| * fast/viewport/viewport-26.html: |
| * fast/viewport/viewport-27.html: |
| * fast/viewport/viewport-28.html: |
| * fast/viewport/viewport-29.html: |
| * fast/viewport/viewport-3.html: |
| * fast/viewport/viewport-30.html: |
| * fast/viewport/viewport-31.html: |
| * fast/viewport/viewport-32.html: |
| * fast/viewport/viewport-33.html: |
| * fast/viewport/viewport-34.html: |
| * fast/viewport/viewport-35.html: |
| * fast/viewport/viewport-36.html: |
| * fast/viewport/viewport-37.html: |
| * fast/viewport/viewport-38.html: |
| * fast/viewport/viewport-39.html: |
| * fast/viewport/viewport-4.html: |
| * fast/viewport/viewport-40.html: |
| * fast/viewport/viewport-41.html: |
| * fast/viewport/viewport-42.html: |
| * fast/viewport/viewport-43.html: |
| * fast/viewport/viewport-44.html: |
| * fast/viewport/viewport-45.html: |
| * fast/viewport/viewport-46.html: |
| * fast/viewport/viewport-47.html: |
| * fast/viewport/viewport-48.html: |
| * fast/viewport/viewport-49.html: |
| * fast/viewport/viewport-5.html: |
| * fast/viewport/viewport-50.html: |
| * fast/viewport/viewport-51.html: |
| * fast/viewport/viewport-52.html: |
| * fast/viewport/viewport-53.html: |
| * fast/viewport/viewport-54.html: |
| * fast/viewport/viewport-55.html: |
| * fast/viewport/viewport-56.html: |
| * fast/viewport/viewport-57.html: |
| * fast/viewport/viewport-58.html: |
| * fast/viewport/viewport-59.html: |
| * fast/viewport/viewport-6.html: |
| * fast/viewport/viewport-60.html: |
| * fast/viewport/viewport-61.html: |
| * fast/viewport/viewport-62.html: |
| * fast/viewport/viewport-63.html: |
| * fast/viewport/viewport-64.html: |
| * fast/viewport/viewport-65.html: |
| * fast/viewport/viewport-66.html: |
| * fast/viewport/viewport-67.html: |
| * fast/viewport/viewport-68.html: |
| * fast/viewport/viewport-69.html: |
| * fast/viewport/viewport-7.html: |
| * fast/viewport/viewport-70.html: |
| * fast/viewport/viewport-71.html: |
| * fast/viewport/viewport-72.html: |
| * fast/viewport/viewport-73.html: |
| * fast/viewport/viewport-74.html: |
| * fast/viewport/viewport-75.html: |
| * fast/viewport/viewport-76.html: |
| * fast/viewport/viewport-77.html: |
| * fast/viewport/viewport-78.html: |
| * fast/viewport/viewport-79.html: |
| * fast/viewport/viewport-8.html: |
| * fast/viewport/viewport-80.html: |
| * fast/viewport/viewport-81.html: |
| * fast/viewport/viewport-82.html: |
| * fast/viewport/viewport-83.html: |
| * fast/viewport/viewport-84.html: |
| * fast/viewport/viewport-85.html: |
| * fast/viewport/viewport-86.html: |
| * fast/viewport/viewport-87.html: |
| * fast/viewport/viewport-88.html: |
| * fast/viewport/viewport-9.html: |
| * fast/viewport/viewport-90.html: |
| * fast/viewport/viewport-91.html: |
| * fast/viewport/viewport-legacy-handheldfriendly.html: |
| * fast/viewport/viewport-legacy-mobileoptimized-2.html: |
| * fast/viewport/viewport-legacy-mobileoptimized-3.html: |
| * fast/viewport/viewport-legacy-mobileoptimized.html: |
| * fast/viewport/viewport-legacy-ordering-1.html: |
| * fast/viewport/viewport-legacy-ordering-2.html: |
| * fast/viewport/viewport-legacy-ordering-3.html: |
| * fast/viewport/viewport-legacy-ordering-4.html: |
| * fast/viewport/viewport-legacy-ordering-5.html: |
| * fast/viewport/viewport-legacy-ordering-6.html: |
| * fast/viewport/viewport-legacy-ordering-7.html: |
| * fast/viewport/viewport-legacy-ordering-8.html: |
| * fast/viewport/viewport-legacy-ordering-9.html: |
| * fast/viewport/viewport-legacy-xhtmlmp-misplaced-doctype.html: |
| * fast/viewport/viewport-legacy-xhtmlmp-ordering.html: |
| * fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html: |
| * fast/viewport/viewport-legacy-xhtmlmp.html: |
| * fast/viewport/viewport-limits-adjusted-for-no-user-scale-control.html: |
| * fast/viewport/viewport-limits-adjusted-for-no-user-scale.html: |
| * fast/viewport/viewport-warnings-1.html: |
| * fast/viewport/viewport-warnings-2.html: |
| * fast/viewport/viewport-warnings-3.html: |
| * fast/viewport/viewport-warnings-4.html: |
| * fast/viewport/viewport-warnings-5.html: |
| * fast/viewport/viewport-warnings-6.html: |
| * fullscreen/video-cursor-auto-hide-expected.txt: |
| * fullscreen/video-cursor-auto-hide.html: |
| * http/tests/inspector-enabled/resources/console-clear-arguments-test.js: |
| (dumpConsoleMessageArgumentCounts): |
| * http/tests/inspector/elements-test.js: |
| * networkinformation/resources/event-after-navigation-new.html: |
| * networkinformation/script-tests/add-listener-from-callback.js: |
| (firstListener): |
| * networkinformation/script-tests/basic-all-types-of-events.js: |
| * networkinformation/script-tests/basic-operation.js: |
| * networkinformation/script-tests/multiple-frames.js: |
| * networkinformation/script-tests/updates.js: |
| (setNetworkInformation): |
| * platform/efl-wk2/editing/spelling/spellcheck-paste-continuous-disabled-expected.txt: |
| * platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html: |
| * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html: |
| * platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html: |
| * platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow.html: |
| * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html: |
| * platform/mac-wk2/tiled-drawing/fixed/fixed-position-out-of-view.html: |
| * platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer.html: |
| * platform/mac-wk2/tiled-drawing/fixed/four-bars-zoomed.html: |
| * platform/mac-wk2/tiled-drawing/fixed/four-bars.html: |
| * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset-in-view.html: |
| * platform/mac-wk2/tiled-drawing/fixed/negative-scroll-offset.html: |
| * platform/mac-wk2/tiled-drawing/fixed/nested-fixed.html: |
| * platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed.html: |
| * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-in-frame.html: |
| * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-with-page-scale.html: |
| * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing.html: |
| * platform/mac-wk2/tiled-drawing/scrolling-tree-after-scroll.html: |
| * platform/mac-wk2/tiled-drawing/scrolling-tree-slow-scrolling.html: |
| * platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle.html: |
| * platform/mac-wk2/tiled-drawing/slow-scrolling-hidden-background-toggle.html: |
| * platform/mac-wk2/tiled-drawing/slow-scrolling.html: |
| * platform/mac-wk2/tiled-drawing/sticky/negative-scroll-offset.html: |
| * platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal.html: |
| * platform/mac-wk2/tiled-drawing/sticky/sticky-vertical.html: |
| * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-blockquote-crash.html: |
| * platform/mac/editing/spelling/delete-into-misspelled-word.html: |
| * platform/mac/editing/spelling/editing-multiple-words-with-markers.html: |
| * platform/mac/editing/spelling/editing-word-with-marker-1.html: |
| * platform/mac/editing/spelling/editing-word-with-marker-2.html: |
| * platform/mac/editing/spelling/move-cursor-around-misspelled-word.html: |
| * platform/win/editing/spelling/spelling-backspace-between-lines-expected.txt: |
| * printing/page-format-data-expected.txt: |
| * printing/page-format-data.html: |
| * proximity/add-listener-from-callback.html: |
| * proximity/basic-operation.html: |
| * proximity/multiple-frames.html: |
| * proximity/resources/event-after-navigation-new.html: |
| * proximity/updates.html: |
| * scrollingcoordinator/resources/non-fast-scrollable-region-testing.js: |
| (runNonFastScrollableRegionTest): |
| * touchadjustment/big-div.html: |
| * touchadjustment/event-triggered-widgets.html: |
| * touchadjustment/iframe.html: |
| * touchadjustment/nested-shadow-node.html: |
| * touchadjustment/resources/touchadjustment.js: |
| (testTouchPoint): |
| (testTouchPointContextMenu): |
| (adjustTouchPoint): |
| (adjustTouchPointContextMenu): |
| * touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html: |
| * touchadjustment/scroll-offset.html: |
| * touchadjustment/search-cancel.html: |
| * touchadjustment/zoom-basic.html: |
| * touchadjustment/zoom-fatfinger.html: |
| * transitions/created-while-suspended.html: |
| * transitions/started-while-suspended.html: |
| * transitions/suspend-transform-transition.html: |
| * userscripts/insert-stylesheets.html: |
| |
| 2013-10-28 Xabier Rodriguez Calvar <calvaris@igalia.com> |
| |
| Remove HTMLMediaElement.startTime |
| https://bugs.webkit.org/show_bug.cgi?id=123264 |
| |
| Reviewed by Eric Carlson. |
| |
| Removed test about startTime. |
| |
| Patch by: philipj@opera.com |
| Blink review URL: https://codereview.chromium.org/32583003 |
| |
| * media/media-startTime-expected.txt: Removed. |
| * media/media-startTime.html: Removed. |
| |
| 2013-10-28 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| |
| Unreviewed, EFL gardening. |
| |
| fast/canvas/webgl/drawingbuffer-test.html is passing on efl-wk2. |
| Move it to efl-wk1 TestExpectations file. |
| |
| * platform/efl-wk1/TestExpectations: |
| * platform/efl/TestExpectations: |
| |
| 2013-10-28 Mario Sanchez Prada <mario.prada@samsung.com> |
| |
| [GTK] Expose title and alternative text for links in image maps |
| https://bugs.webkit.org/show_bug.cgi?id=84045 |
| |
| Reviewed by Chris Fleizach. |
| |
| Share test expectations among Mac, GTK and EFL ports and |
| remove expected failures for GTK and EFL. |
| |
| * accessibility/image-map1-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/image-map1-expected.txt. |
| * platform/gtk/accessibility/image-map1-expected.txt: Removed. |
| * platform/efl/TestExpectations: Removed failure expectations. |
| * platform/gtk/TestExpectations: Ditto. |
| |
| 2013-10-26 Simon Fraser <simon.fraser@apple.com> |
| |
| Crashy WebGL test is crashy. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-26 Simon Fraser <simon.fraser@apple.com> |
| |
| Skip two WebGL tests that either crash or fail. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-26 Antti Koivisto <antti@apple.com> |
| |
| fast/frames/seamless/seamless-nested-crash.html asserts on wk2 only |
| https://bugs.webkit.org/show_bug.cgi?id=123354 |
| |
| Reviewed by Andreas Kling. |
| |
| * TestExpectations: Remove failure expectation |
| |
| 2013-10-25 Alexey Proskuryakov <ap@apple.com> |
| |
| REGRESSION (r158069): platform/mac/fast/loader/file-url-mimetypes.html |
| is failing on all Mountain Lion bots. |
| |
| * platform/mac-mountainlion/fast/loader/file-url-mimetypes-expected.txt: Removed. |
| * platform/mac-mountainlion/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Copied from LayoutTests/platform/mac-mountainlion/fast/loader/file-url-mimetypes-expected.txt. |
| Mountain Lion results for platform/mac tests need to be in this crazy place apparently. |
| |
| * platform/mac/fast/loader/file-url-mimetypes-expected.txt: |
| * platform/mac/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Removed. |
| Mavericks results should be in platform/mac, not platform/mac/platform/mac. |
| Yes, the latter works and takes precedence, but it's wrong. |
| |
| 2013-10-25 Simon Fraser <simon.fraser@apple.com> |
| |
| Tweak some test expectations. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-25 Roger Fong <roger_fong@apple.com> |
| |
| Unreviewed. Mark skipped webgl conformance tests as either flakey or failures. |
| |
| Also reorganize expectations for WebGL a bit. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-25 Simon Fraser <simon.fraser@apple.com> |
| |
| Add Mavericks-specific results for some tests. |
| |
| * platform/mac-mountainlion/fast/loader/file-url-mimetypes-expected.txt: Added. |
| * platform/mac-mountainlion/http/tests/xmlhttprequest/head-redirection-expected.txt: Copied from LayoutTests/platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt. |
| * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: Added. |
| * platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: Added. |
| * platform/mac/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Added. |
| |
| 2013-10-25 Simon Fraser <simon.fraser@apple.com> |
| |
| Mark some CSS filters and SVG ref tests as failing, and two WebGL tests are flakey. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-25 Simon Fraser <simon.fraser@apple.com> |
| |
| Mavericks results with MountainLion variants. |
| |
| * platform/mac-mountainlion/fast/repaint/search-field-cancel-expected.txt: Added. |
| * platform/mac-mountainlion/fast/text/backslash-to-yen-sign-euc-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt. |
| * platform/mac-mountainlion/fast/text/international/cjk-segmentation-expected.txt: Added. |
| * platform/mac/fast/repaint/search-field-cancel-expected.txt: Added. |
| * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt: |
| * platform/mac/fast/text/international/cjk-segmentation-expected.txt: Added. |
| * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added. |
| * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added. |
| |
| 2013-10-25 Alexandru Chiculita <achicu@adobe.com> |
| |
| Web Inspector: CSS Regions: Add layout tests for the new events in the DOMTreeManager |
| https://bugs.webkit.org/show_bug.cgi?id=123361 |
| |
| Reviewed by Timothy Hatcher. |
| |
| Created a test to check that WebInspector.DOMTree.Event.ContentFlowWasAdded and |
| WebInspector.DOMTree.Event.ContentFlowWasRemoved are dispatched when a flow is added |
| and removed. |
| |
| * http/tests/inspector-protocol/resources/InspectorTest.js: |
| (InspectorTest.assert): Similar to InspectorTest.log, but also takes a boolean and prefixes the message |
| with "FAIL" or "PASS" depending on the value. |
| (InspectorTest.importInspectorScripts): Added the required CSS Agent scripts to enable the flow thread events. |
| * inspector-protocol/model/content-flow-list-expected.txt: Added. |
| * inspector-protocol/model/content-flow-list.html: Added. |
| |
| 2013-10-25 Oliver Hunt <oliver@apple.com> |
| |
| Fix a number of problems with destructuring of arguments |
| https://bugs.webkit.org/show_bug.cgi?id=123357 |
| |
| Reviewed by Filip Pizlo. |
| |
| Add additional testing |
| |
| * js/destructuring-assignment-expected.txt: |
| * js/script-tests/destructuring-assignment.js: |
| |
| 2013-10-25 Hans Muller <hmuller@adobe.com> |
| |
| [CSS Shapes] CORS-enabled fetch for shape image values |
| https://bugs.webkit.org/show_bug.cgi?id=123114 |
| |
| Reviewed by Andreas Kling. |
| |
| Verify that images not allowed by CORS don't affect the layout |
| and that same-origin images, data URLs, and images with a |
| "Access-Control-Allow-Origin: *" header do define the layout. |
| Added a simple PHP script that optionally adds the allow origin header. |
| |
| Replaced and renamed the original shape same-origin-only test. |
| |
| * http/tests/security/resources/image-access-control.php: Added. |
| * http/tests/security/shape-image-cors-expected.html: Added. |
| * http/tests/security/shape-image-cors.html: Added. |
| * http/tests/security/shape-inside-image-origin-expected.txt: Removed. |
| * http/tests/security/shape-inside-image-origin.html: Removed. |
| |
| 2013-10-25 Simon Fraser <simon.fraser@apple.com> |
| |
| Mavericks results with MountainLion variants. |
| |
| * platform/mac-mountainlion/canvas/philip/tests/2d.line.join.parallel-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.line.join.parallel-expected.txt. |
| * platform/mac-mountainlion/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt. |
| * platform/mac-mountainlion/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt. |
| * platform/mac-mountainlion/fast/text/hyphenate-locale-expected.txt: Copied from LayoutTests/platform/mac/fast/text/hyphenate-locale-expected.txt. |
| * platform/mac-mountainlion/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt. |
| * platform/mac-mountainlion/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt. |
| * platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added. |
| * platform/mac-mountainlion/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added. |
| * platform/mac/canvas/philip/tests/2d.line.join.parallel-expected.txt: |
| * platform/mac/fast/css/line-height-expected.txt: |
| * platform/mac/fast/text/drawBidiText-expected.txt: |
| * platform/mac/fast/text/hyphenate-locale-expected.txt: |
| * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: |
| * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: |
| |
| 2013-10-25 Simon Fraser <simon.fraser@apple.com> |
| |
| Apparently we need results in platform/mac-mountainlion/platform/mac/ for MountionLion. |
| |
| * platform/mac-mountainlion/accessibility/aria-readonly-expected.txt: Added. |
| * platform/mac-mountainlion/platform/mac/accessibility/form-control-value-settable-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/accessibility/form-control-value-settable-expected.txt. |
| * platform/mac-mountainlion/platform/mac/accessibility/press-action-is-first-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/accessibility/press-action-is-first-expected.txt. |
| * platform/mac-mountainlion/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/accessibility/role-subrole-roledescription-expected.txt. |
| |
| 2013-10-25 Antti Koivisto <antti@apple.com> |
| |
| fast/frames/seamless/seamless-nested-crash.html asserts on wk2 only |
| https://bugs.webkit.org/show_bug.cgi?id=123354 |
| |
| * TestExpectations: Skip for now. |
| |
| 2013-10-25 Simon Fraser <simon.fraser@apple.com> |
| |
| Mavericks results with MountainLion variants. |
| |
| * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt. |
| * platform/mac-mountainlion/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt. |
| * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.txt. |
| * platform/mac-mountainlion/fast/css/input-search-padding-expected.txt: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.txt. |
| * platform/mac-mountainlion/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt. |
| * platform/mac-mountainlion/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt. |
| * platform/mac-mountainlion/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt. |
| * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt. |
| * platform/mac-mountainlion/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt. |
| * platform/mac-mountainlion/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt. |
| * platform/mac-mountainlion/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt. |
| * platform/mac-mountainlion/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt. |
| * platform/mac-mountainlion/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt. |
| * platform/mac-mountainlion/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt. |
| * platform/mac-mountainlion/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt. |
| * platform/mac-mountainlion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt. |
| * platform/mac-mountainlion/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt. |
| * platform/mac-mountainlion/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt. |
| * platform/mac-mountainlion/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt. |
| * platform/mac-mountainlion/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt. |
| * platform/mac-mountainlion/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt. |
| * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt. |
| * platform/mac-mountainlion/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt. |
| * platform/mac-mountainlion/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt. |
| * platform/mac-mountainlion/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt. |
| * platform/mac-mountainlion/fast/table/003-expected.txt: Copied from LayoutTests/platform/mac/fast/table/003-expected.txt. |
| * platform/mac-mountainlion/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt. |
| * platform/mac-mountainlion/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt. |
| * platform/mac-mountainlion/fast/table/spanOverlapRepaint-expected.txt: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt. |
| * platform/mac-mountainlion/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt. |
| * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt. |
| * platform/mac-mountainlion/fast/text/updateNewFont-expected.txt: Copied from LayoutTests/platform/mac/fast/text/updateNewFont-expected.txt. |
| * platform/mac-mountainlion/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt. |
| * platform/mac-mountainlion/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: Copied from LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt. |
| * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt. |
| * platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/text/systemFont-expected.txt. |
| * platform/mac-mountainlion/platform/mac/fast/text/vertical-no-sideways-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt. |
| * platform/mac-mountainlion/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt. |
| * platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt. |
| * platform/mac-mountainlion/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt. |
| * platform/mac-mountainlion/svg/custom/use-on-symbol-inside-pattern-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt. |
| * platform/mac-mountainlion/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt. |
| * platform/mac-mountainlion/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt. |
| * platform/mac-mountainlion/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt. |
| * platform/mac/fast/block/margin-collapse/103-expected.txt: |
| * platform/mac/fast/css/continuationCrash-expected.txt: |
| * platform/mac/fast/css/css2-system-fonts-expected.txt: |
| * platform/mac/fast/css/input-search-padding-expected.txt: |
| * platform/mac/fast/css/text-overflow-input-expected.txt: |
| * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: |
| * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: |
| * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: |
| * platform/mac/fast/dom/isindex-001-expected.txt: |
| * platform/mac/fast/dom/isindex-002-expected.txt: |
| * platform/mac/fast/dynamic/008-expected.txt: |
| * platform/mac/fast/events/context-no-deselect-expected.txt: |
| * platform/mac/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/mac/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/mac/fast/overflow/overflow-x-y-expected.txt: |
| * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: |
| * platform/mac/fast/parser/document-write-option-expected.txt: |
| * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt: |
| * platform/mac/fast/parser/open-comment-in-textarea-expected.txt: |
| * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/mac/fast/replaced/replaced-breaking-expected.txt: |
| * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/mac/fast/selectors/064-expected.txt: |
| * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: |
| * platform/mac/fast/table/003-expected.txt: |
| * platform/mac/fast/table/colspanMinWidth-expected.txt: |
| * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt: |
| * platform/mac/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/mac/fast/table/text-field-baseline-expected.txt: |
| * platform/mac/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/mac/fast/text/updateNewFont-expected.txt: |
| * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: |
| * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/mac/platform/mac/fast/text/systemFont-expected.txt: |
| * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: |
| * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/mac/svg/hixie/mixed/003-expected.txt: |
| * platform/mac/transforms/2d/zoom-menulist-expected.txt: |
| * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt: |
| |
| 2013-10-25 Simon Fraser <simon.fraser@apple.com> |
| |
| New results for some accessibility tests. |
| |
| * platform/mac-mountainlion/accessibility/form-control-value-settable-expected.txt: Added. |
| * platform/mac-mountainlion/accessibility/lists-expected.txt: Copied from LayoutTests/platform/mac/accessibility/lists-expected.txt. |
| * platform/mac-mountainlion/accessibility/press-action-is-first-expected.txt: Added. |
| * platform/mac-mountainlion/accessibility/role-subrole-roledescription-expected.txt: Added. |
| * platform/mac/accessibility/aria-readonly-expected.txt: Added. |
| * platform/mac/accessibility/lists-expected.txt: |
| * platform/mac/platform/mac/accessibility/form-control-value-settable-expected.txt: Added. |
| * platform/mac/platform/mac/accessibility/press-action-is-first-expected.txt: Added. |
| * platform/mac/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added. |
| |
| 2013-10-25 Oliver Hunt <oliver@apple.com> |
| |
| Improve JSC Parser error messages |
| https://bugs.webkit.org/show_bug.cgi?id=123341 |
| |
| Reviewed by Andreas Kling. |
| |
| Update a vast array of layout test results |
| |
| * fast/events/window-onerror5-expected.txt: |
| * js/basic-strict-mode-expected.txt: |
| * js/break-ASI-expected.txt: |
| * js/dom/assign-expected.txt: |
| * js/dom/object-extra-comma-expected.txt: |
| * js/dom/parse-error-external-script-in-eval-expected.txt: |
| * js/dom/parse-error-external-script-in-new-Function-expected.txt: |
| * js/dom/reserved-words-as-property-expected.txt: |
| * js/function-constructor-error-expected.txt: |
| * js/function-declaration-expected.txt: |
| * js/function-toString-object-literals-expected.txt: |
| * js/function-toString-parentheses-expected.txt: |
| * js/js-continue-break-restrictions-expected.txt: |
| * js/kde/garbage-n-expected.txt: |
| * js/kde/parse-expected.txt: |
| * js/no-semi-insertion-at-end-of-script-expected.txt: |
| * js/object-literal-syntax-expected.txt: |
| * js/parser-xml-close-comment-expected.txt: |
| * js/regexp-compile-crash-expected.txt: |
| * js/script-tests/function-constructor-error.js: |
| * js/script-tests/reserved-words-strict.js: |
| (isReserved): |
| * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T2-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.1_T3-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T2-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.2_T3-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.3_T2-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A3.4_T2-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A4_T1-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A4_T4-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.1-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.10-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.12-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.13-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.14-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.16-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.17-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.2-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.20-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.22-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.24-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.25-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.3-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.4-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.5-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.8-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.2_Keywords/S7.5.2_A1.9-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.10-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.11-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.16-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.27-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.5-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.6-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.7-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.5_Tokens/7.5.3_Future_Reserved_Words/S7.5.3_A1.9-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.2_T2-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.3_T1-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.3_T3-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.5_T1-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.5_T3-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.2_T1-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.3_T1-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.3_T3-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.5_T1-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.5_T3-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T7-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T8-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A3.1_T9-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples/S7.9.2_A1_T1-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples/S7.9.2_A1_T3-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/7.9.2_Examples/S7.9.2_A1_T6-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T4-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A10_T8-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T4-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A11_T8-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A4-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T5-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T6-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T8-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.2_T9-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T4-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T5-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T6-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.3_T7-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A6.4_T1-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T6-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T7-expected.txt: |
| * sputnik/Conformance/07_Lexical_Conventions/7.9_Automatic_Semicolon_Insertion/S7.9_A9_T8-expected.txt: |
| * sputnik/Conformance/08_Types/8.2_The_Null_Type/S8.2_A2-expected.txt: |
| * sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A13_T3-expected.txt: |
| * sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A14_T3-expected.txt: |
| * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T1-expected.txt: |
| * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T2-expected.txt: |
| * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T3-expected.txt: |
| * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.1_Postfix_Increment_Operator/S11.3.1_A1.1_T4-expected.txt: |
| * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T1-expected.txt: |
| * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T2-expected.txt: |
| * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T3-expected.txt: |
| * sputnik/Conformance/11_Expressions/11.3_PostfixExpressions/11.3.2_Postfix_Decrement_Operator/S11.3.2_A1.1_T4-expected.txt: |
| * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A2_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A3_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A3_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.11_The_switch_Statement/S12.11_A3_T5-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T10-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T11-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T12-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T13-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T14-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T15-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T4-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T5-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T6-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T7-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T8-expected.txt: |
| * sputnik/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A16_T9-expected.txt: |
| * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T4-expected.txt: |
| * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T5-expected.txt: |
| * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T6-expected.txt: |
| * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T7-expected.txt: |
| * sputnik/Conformance/12_Statement/12.2_Variable_Statement/S12.2_A8_T8-expected.txt: |
| * sputnik/Conformance/12_Statement/12.4_Expression_Statement/S12.4_A1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A11-expected.txt: |
| * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A6_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A6_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.5_The_if_Statement/S12.5_A9_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A12-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A13_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A15-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T4-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T5-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.1_The_do_while_Statement/S12.6.1_A6_T6-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A13_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A15-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T4-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T5-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.2_The_while_statement/S12.6.2_A6_T6-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4.1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A4_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7.1_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A7_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A13_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15-expected.txt: |
| * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T4-expected.txt: |
| * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A6-expected.txt: |
| * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T4-expected.txt: |
| * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A6-expected.txt: |
| * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T1-expected.txt: |
| * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T10-expected.txt: |
| * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T2-expected.txt: |
| * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T3-expected.txt: |
| * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T4-expected.txt: |
| * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T5-expected.txt: |
| * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T6-expected.txt: |
| * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T7-expected.txt: |
| * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T8-expected.txt: |
| * sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T9-expected.txt: |
| * sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.1_eval/S15.1.2.1_A2_T2-expected.txt: |
| * sputnik/Conformance/15_Native_Objects/15.3_Function/15.3.4/15.3.4.2_Function.prototype.toString/S15.3.4.2_A1_T1-expected.txt: |
| |
| 2013-10-25 Manuel Rego Casasnovas <rego@igalia.com> |
| |
| [CSS Regions] Rename CSS classes and JS methods in vertical layout tests about selection |
| https://bugs.webkit.org/show_bug.cgi?id=123327 |
| |
| Reviewed by Mihnea Ovidenie. |
| |
| For consistency with Blink we use Vertical instead of Vert in CSS |
| classes and JS methods related to the selection layout tests for CSS |
| Regions. |
| |
| * fast/regions/resources/helper.js: |
| (selectContentByIdsVertical): |
| * fast/regions/resources/region-style.css: |
| * fast/regions/selection/selecting-text-ignoring-region-vert-lr-expected.html: |
| * fast/regions/selection/selecting-text-ignoring-region-vert-lr.html: |
| * fast/regions/selection/selecting-text-ignoring-region-vert-rl-expected.html: |
| * fast/regions/selection/selecting-text-ignoring-region-vert-rl.html: |
| * fast/regions/selection/selecting-text-in-2-regions-vert-lr-expected.html: |
| * fast/regions/selection/selecting-text-in-2-regions-vert-lr.html: |
| * fast/regions/selection/selecting-text-in-2-regions-vert-rl-expected.html: |
| * fast/regions/selection/selecting-text-in-2-regions-vert-rl.html: |
| |
| 2013-10-25 Javier Fernandez <jfernandez@igalia.com> |
| |
| Unreviewed GTK gardening. Several fast/regions/selection tests are failing in WK2. |
| |
| * platform/gtk-wk2/TestExpectations: |
| |
| 2013-10-24 Simon Fraser <simon.fraser@apple.com> |
| |
| New Mavericks results for editing and fast/html, with MountainLion fallbacks. |
| |
| * platform/mac-mountainlion/editing/input/caret-at-the-edge-of-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt. |
| * platform/mac-mountainlion/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt. |
| * platform/mac-mountainlion/editing/pasteboard/4806874-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt. |
| * platform/mac-mountainlion/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt. |
| * platform/mac-mountainlion/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt. |
| * platform/mac-mountainlion/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt. |
| * platform/mac-mountainlion/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt. |
| * platform/mac-mountainlion/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt. |
| * platform/mac-mountainlion/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt. |
| * platform/mac-mountainlion/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt. |
| * platform/mac-mountainlion/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt. |
| * platform/mac-mountainlion/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt. |
| * platform/mac-mountainlion/editing/selection/select-from-textfield-outwards-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-replace-summary-child-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-replace-text-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.txt. |
| * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt: |
| * platform/mac/editing/inserting/before-after-input-element-expected.txt: |
| * platform/mac/editing/pasteboard/4806874-expected.txt: |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/mac/editing/pasteboard/input-field-1-expected.txt: |
| * platform/mac/editing/selection/3690703-2-expected.txt: |
| * platform/mac/editing/selection/3690703-expected.txt: |
| * platform/mac/editing/selection/3690719-expected.txt: |
| * platform/mac/editing/selection/4895428-3-expected.txt: |
| * platform/mac/editing/selection/4975120-expected.txt: |
| * platform/mac/editing/selection/drag-select-1-expected.txt: |
| * platform/mac/editing/selection/replaced-boundaries-3-expected.txt: |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/mac/fast/html/details-no-summary4-expected.txt: |
| * platform/mac/fast/html/details-open-javascript-expected.txt: |
| * platform/mac/fast/html/details-open2-expected.txt: |
| * platform/mac/fast/html/details-open4-expected.txt: |
| * platform/mac/fast/html/details-replace-summary-child-expected.txt: |
| * platform/mac/fast/html/details-replace-text-expected.txt: |
| |
| 2013-10-24 Simon Fraser <simon.fraser@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=123304 |
| |
| The focus-option-control-on-page.html test has behavior that depends on the system |
| "Full Keyboard Access" prefs, so mark it as passing or failing, and remove a bogus |
| result that I added. |
| |
| * platform/mac-mountainlion/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Removed. |
| * platform/mac/TestExpectations: |
| |
| 2013-10-24 Simon Fraser <simon.fraser@apple.com> |
| |
| More new test results for Mavericks, and MountainLion results where necessary. |
| |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug120107-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug1271-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug12908-2-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug12910-2-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug131020-2-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug13169-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug137388-1-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug137388-2-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug137388-3-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug157890-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug1818-3-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug1818-6-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug196870-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug222336-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug222467-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug269566-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug277062-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug28933-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug29314-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug2954-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug50695-2-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug56201-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug8032-2-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug9024-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug92647-2-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt: Added. |
| * platform/mac-mountainlion/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/other/move_row-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt. |
| * platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug26178-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug29326-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug30692-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug33855-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug51727-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug52505-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug68912-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug99948-expected.txt: |
| * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: |
| * platform/mac/tables/mozilla/core/margins-expected.txt: |
| * platform/mac/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/mac/tables/mozilla/other/move_row-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: |
| |
| 2013-10-24 Simon Fraser <simon.fraser@apple.com> |
| |
| Update fast/forms tests for Mavericks, adding results for MountainLion when necessary. |
| |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label01-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label02-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label03-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label04-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label05-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt. |
| * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt. |
| * platform/mac-mountainlion/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt. |
| * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt. |
| * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt. |
| * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt. |
| * platform/mac-mountainlion/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt. |
| * platform/mac-mountainlion/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt. |
| * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt. |
| * platform/mac-mountainlion/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt. |
| * platform/mac-mountainlion/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt. |
| * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt. |
| * platform/mac-mountainlion/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-baseline-expected.txt: Added. |
| * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-double-click-selection-gap-bug-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-set-composition-scroll-expected.txt: Added. |
| * platform/mac-mountainlion/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-scroll-left-on-blur-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-self-emptying-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-type-text-min-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt. |
| * platform/mac-mountainlion/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt. |
| * platform/mac-mountainlion/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt. |
| * platform/mac-mountainlion/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt. |
| * platform/mac-mountainlion/fast/forms/menulist-option-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.txt. |
| * platform/mac-mountainlion/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt. |
| * platform/mac-mountainlion/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt. |
| * platform/mac-mountainlion/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt. |
| * platform/mac-mountainlion/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt. |
| * platform/mac-mountainlion/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt. |
| * platform/mac-mountainlion/fast/forms/placeholder-position-expected.txt: Added. |
| * platform/mac-mountainlion/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt. |
| * platform/mac-mountainlion/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt. |
| * platform/mac-mountainlion/fast/forms/search-cancel-button-style-sharing-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt. |
| * platform/mac-mountainlion/fast/forms/search-display-none-cancel-button-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt. |
| * platform/mac-mountainlion/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt. |
| * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt. |
| * platform/mac-mountainlion/fast/forms/search/search-size-with-decorations-expected.txt: Added. |
| * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-empty-option-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-initial-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select/popup-closes-on-blur-expected.txt: Added. |
| * platform/mac-mountainlion/fast/forms/stuff-on-my-optgroup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt. |
| * platform/mac-mountainlion/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt. |
| * platform/mac-mountainlion/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt. |
| * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt. |
| * platform/mac-mountainlion/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt. |
| * platform/mac-mountainlion/platform/mac/fast/forms/attributed-strings-expected.txt: Added. |
| * platform/mac-mountainlion/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Added. |
| * platform/mac-mountainlion/platform/mac/fast/forms/indeterminate-progress-inline-height-expected.txt: Added. |
| * platform/mac-mountainlion/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added. |
| * platform/mac-mountainlion/platform/mac/fast/forms/input-appearance-spinbutton-size-expected.txt: Added. |
| * platform/mac-mountainlion/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt. |
| * platform/mac-mountainlion/platform/mac/fast/forms/input-number-click-expected.txt: Added. |
| * platform/mac/TestExpectations: |
| * platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt: |
| * platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt: |
| * platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt: |
| * platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt: |
| * platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt: |
| * platform/mac/fast/forms/basic-inputs-expected.txt: |
| * platform/mac/fast/forms/basic-selects-expected.txt: |
| * platform/mac/fast/forms/basic-textareas-expected.txt: |
| * platform/mac/fast/forms/basic-textareas-quirks-expected.txt: |
| * platform/mac/fast/forms/box-shadow-override-expected.txt: |
| * platform/mac/fast/forms/button-align-expected.txt: |
| * platform/mac/fast/forms/button-positioned-expected.txt: |
| * platform/mac/fast/forms/button-sizes-expected.txt: |
| * platform/mac/fast/forms/button-style-color-expected.txt: |
| * platform/mac/fast/forms/button-table-styles-expected.txt: |
| * platform/mac/fast/forms/button-text-transform-expected.txt: |
| * platform/mac/fast/forms/button-white-space-expected.txt: |
| * platform/mac/fast/forms/control-clip-expected.txt: |
| * platform/mac/fast/forms/control-clip-overflow-expected.txt: |
| * platform/mac/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/mac/fast/forms/encoding-test-expected.txt: |
| * platform/mac/fast/forms/fieldset-align-expected.txt: |
| * platform/mac/fast/forms/file/input-file-re-render-expected.txt: |
| * platform/mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/mac/fast/forms/hidden-listbox-expected.txt: |
| * platform/mac/fast/forms/input-align-expected.txt: |
| * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/mac/fast/forms/input-appearance-focus-expected.txt: |
| * platform/mac/fast/forms/input-appearance-height-expected.txt: |
| * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/mac/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/mac/fast/forms/input-appearance-selection-expected.txt: |
| * platform/mac/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/mac/fast/forms/input-appearance-width-expected.txt: |
| * platform/mac/fast/forms/input-baseline-expected.txt: Added. |
| * platform/mac/fast/forms/input-button-sizes-expected.txt: |
| * platform/mac/fast/forms/input-disabled-color-expected.txt: |
| * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/mac/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt: |
| * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt: |
| * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/mac/fast/forms/input-readonly-empty-expected.txt: |
| * platform/mac/fast/forms/input-spaces-expected.txt: |
| * platform/mac/fast/forms/input-table-expected.txt: |
| * platform/mac/fast/forms/input-text-click-inside-expected.txt: |
| * platform/mac/fast/forms/input-text-click-outside-expected.txt: |
| * platform/mac/fast/forms/input-text-double-click-expected.txt: |
| * platform/mac/fast/forms/input-text-drag-down-expected.txt: |
| * platform/mac/fast/forms/input-text-option-delete-expected.txt: |
| * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: |
| * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/mac/fast/forms/input-text-word-wrap-expected.txt: |
| * platform/mac/fast/forms/input-type-text-min-width-expected.txt: |
| * platform/mac/fast/forms/input-value-expected.txt: |
| * platform/mac/fast/forms/input-width-expected.txt: |
| * platform/mac/fast/forms/listbox-bidi-align-expected.txt: |
| * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt: |
| * platform/mac/fast/forms/listbox-width-change-expected.txt: |
| * platform/mac/fast/forms/menulist-no-overflow-expected.txt: |
| * platform/mac/fast/forms/menulist-option-wrap-expected.txt: |
| * platform/mac/fast/forms/menulist-restrict-line-height-expected.txt: |
| * platform/mac/fast/forms/minWidthPercent-expected.txt: |
| * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt: |
| * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: |
| * platform/mac/fast/forms/placeholder-position-expected.txt: Added. |
| * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/mac/fast/forms/plaintext-mode-2-expected.txt: |
| * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/mac/fast/forms/search-rtl-expected.txt: |
| * platform/mac/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt: Added. |
| * platform/mac/fast/forms/searchfield-heights-expected.txt: |
| * platform/mac/fast/forms/select-align-expected.txt: |
| * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt: |
| * platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt: |
| * platform/mac/fast/forms/select-disabled-appearance-expected.txt: |
| * platform/mac/fast/forms/select-empty-option-height-expected.txt: |
| * platform/mac/fast/forms/select-initial-position-expected.txt: |
| * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt: |
| * platform/mac/fast/forms/select-selected-expected.txt: |
| * platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/mac/fast/forms/text-style-color-expected.txt: |
| * platform/mac/fast/forms/textAreaLineHeight-expected.txt: |
| * platform/mac/fast/forms/textarea-align-expected.txt: |
| * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt: |
| * platform/mac/fast/forms/textarea-scrolled-type-expected.txt: |
| * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt: |
| * platform/mac/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/mac/fast/forms/textfield-outline-expected.txt: |
| * platform/mac/fast/forms/textfield-overflow-expected.txt: |
| * platform/mac/fast/forms/validation-message-appearance-expected.txt: |
| * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added. |
| * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: |
| |
| 2013-10-24 Roger Fong <roger_fong@apple.com> |
| |
| Add texture level dependent size checks to textureImage2D calls. |
| https://bugs.webkit.org/show_bug.cgi?id=123290 |
| <rdar://problem/15201382> |
| |
| Reviewed by Dean Jackson. |
| |
| * platform/mac/TestExpectations: Unskip now passing test texture-size-limit.html. |
| |
| 2013-10-24 Roger Fong <roger_fong@apple.com> |
| |
| Unreviewed gardening. Skip some failing WebGL Conformance suite 1.0.1 tests. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-24 Grzegorz Czajkowski <g.czajkowski@samsung.com> |
| |
| dumpAsText() is unnecessarily called in spellchecking tests |
| https://bugs.webkit.org/show_bug.cgi?id=123266 |
| |
| Reviewed by Darin Adler. |
| |
| dumpAsText is already called either by notifyDone (js-test-post.js) or |
| by finishJSTest() when asynchrononous spell checking is used. |
| |
| * editing/spelling/spellcheck-async-mutation.html: |
| * editing/spelling/spellcheck-async.html: |
| * editing/spelling/spellcheck-attribute-expected.txt: |
| * editing/spelling/spellcheck-attribute.html: |
| * editing/spelling/spelling-insert-html.html: |
| * editing/spelling/spelling-unified-emulation.html: |
| |
| 2013-10-24 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Gaps between underlines in adjacent underlined text runs |
| https://bugs.webkit.org/show_bug.cgi?id=123236 |
| |
| Reviewed by Simon Fraser and Darin Adler. |
| |
| Added a test that checks that we have accurate precision in our |
| floating-point computations. We should perform calculations before |
| rounding, instead of rouding twice and performing calculations on |
| the rounded values. |
| |
| * fast/css3-text/css3-text-decoration/no-gap-between-two-rounded-textboxes.html: Added. |
| * platform/mac/fast/css3-text/css3-text-decoration/no-gap-between-two-rounded-textboxes-expected.png: Added. |
| * platform/mac/fast/css3-text/css3-text-decoration/no-gap-between-two-rounded-textboxes-expected.txt: Added. |
| |
| 2013-10-24 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Fix unnecessary alerted value leaking into another test. |
| |
| Rubber-stamped by Alexey Proskuryakov. |
| |
| * inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html: |
| |
| 2013-10-24 Santosh Mahto <santosh.ma@samsung.com> |
| |
| [contenteditable] Content after non-editable element disappears when merging lines using backspace |
| https://bugs.webkit.org/show_bug.cgi?id=122748 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Adding test to verify that on merging the paragraph containing |
| non-editable element does not cause loss of non-editable content after |
| merging. |
| |
| * editing/deleting/merge-paragraph-contatining-noneditable-expected.txt: Added. |
| * editing/deleting/merge-paragraph-contatining-noneditable.html: Added. |
| |
| 2013-10-24 Alexey Proskuryakov <ap@apple.com> |
| |
| Layout Test compositing/regions/propagate-region-box-shadow-border-padding-for-video.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=123282 |
| |
| * platform/mac/TestExpectations: Marking as such. |
| |
| 2013-10-24 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Breakpoints in sourceURL named scripts do not work |
| https://bugs.webkit.org/show_bug.cgi?id=123231 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector-protocol/debugger/setBreakpointByUrl-sourceURL-expected.txt: Added. |
| * inspector-protocol/debugger/setBreakpointByUrl-sourceURL.html: Added. |
| |
| 2013-10-24 Alexandru Chiculita <achicu@adobe.com> |
| |
| Web Inspector: Add a way to test the Manager and model classes |
| https://bugs.webkit.org/show_bug.cgi?id=123223 |
| |
| Reviewed by Timothy Hatcher. |
| |
| Added the first new WebInspector layout test file. The test is using InspectorTest.importInspectorScripts |
| to bootstrap some of the managers/observers/models from the new WebInspector. |
| |
| * http/tests/inspector-protocol/resources/InspectorTest.js: |
| (InspectorTest.importScript): |
| (InspectorTest.importInspectorScripts): |
| * inspector-protocol/model/main-frame-resource-expected.txt: Added. |
| * inspector-protocol/model/main-frame-resource.html: Added. |
| |
| 2013-10-24 Alexey Proskuryakov <ap@apple.com> |
| |
| Freshly landed webgl-1.0.1 tests are failing. |
| |
| * platform/mac/TestExpectations: Correcting a late-night typo in TetExpectations. |
| It's [Failure], not [Fail]. |
| |
| 2013-10-24 Javier Fernandez <jfernandez@igalia.com> |
| |
| [GTK] Removing flags for tests fixed in bug 121828 |
| https://bugs.webkit.org/show_bug.cgi?id=122967 |
| |
| Unreviewed GTK gardening. Rebaselining after r156767. |
| |
| * platform/gtk/TestExpectations: |
| * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added. |
| * platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt: Added. |
| * platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.txt: Added. |
| |
| 2013-10-23 Alexey Proskuryakov <ap@apple.com> |
| |
| Revert <http://trac.webkit.org/changeset/157893> |
| (Mavericks test results mega-patch). |
| |
| It didn't fix Mavericks, which still has dozens of failures, and it broke Mountain |
| Lion bots, which need to remain green for tools like EWS to work. |
| |
| At a glance, there are multiple systemic issues with this change: |
| - some results went to broken locations like platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png; |
| - WK2 expectations also went to platform/mac/platform/mac-wk2/TestExpectations. |
| - some tests like js/dom/global-constructors-attributes.html used to match cross-platform |
| baseline, but copying Mavericks results over to platform/mac made it so that those results |
| are now ignored on Mountain Lion. |
| |
| I think that starting over will be easier that fixing these issues incrementally. |
| |
| 2013-10-23 Alexey Proskuryakov <ap@apple.com> |
| |
| Freshly landed webgl-1.0.1 tests are failing. |
| |
| * platform/mac/TestExpectations: Mark them as such. |
| |
| 2013-10-23 Alexey Proskuryakov <ap@apple.com> |
| |
| Layout Test plugins/destroy-during-npp-new-object-with-fallback-content.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=123250 |
| |
| This is a recent regression. |
| |
| * platform/mac/TestExpectations: Marking as such. |
| |
| 2013-10-23 Alexey Proskuryakov <ap@apple.com> |
| |
| Layout Test webaudio/javascriptaudionode-downmix8-2channel-input.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=120148 |
| |
| * TestExpectations: Marking as such. |
| |
| 2013-10-23 Sun-woo Nam <sunny.nam@samsung.com> |
| |
| [EFL] Skip tests which are already passed in WebKit1. |
| https://bugs.webkit.org/show_bug.cgi?id=123200 |
| |
| Reviewed by Gyuyoung Kim. |
| |
| These tests are passed in wk1 because DRT is supporting setViewModeMediaFeature(). |
| So these are only failed in wk2, but skipped in all cases now. |
| |
| * platform/efl-wk2/TestExpectations: |
| * platform/efl/TestExpectations: |
| |
| 2013-10-23 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| |
| Integrate css3-images image-orientation with existing EXIF support |
| https://bugs.webkit.org/show_bug.cgi?id=91566 |
| |
| Reviewed by Beth Dakin. |
| |
| * fast/css/image-orientation/image-orientation-expected.txt: Fixed wrong description. |
| * fast/css/image-orientation/image-orientation.html: Remove a space. |
| |
| 2013-10-23 Roger Fong <roger_fong@apple.com> |
| |
| Forgot to add 1.0.1 conformance tests in r157888. |
| |
| * webgl/1.0.1 |
| |
| 2013-10-23 Roger Fong <roger_fong@apple.com> |
| |
| Skip some unexpected WebGL 1.0.2 conformance suite failures. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-23 Simon Fraser <simon.fraser@apple.com> |
| |
| fast/forms/input-type-text-min-width.html fails on Mavericks. |
| https://bugs.webkit.org/show_bug.cgi?id=123235 |
| |
| * platform/mac-mountainlion/TestExpectations: Added. |
| * platform/mac/TestExpectations: |
| |
| 2013-10-23 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Include misspelling dot gap width when centering misspelling dots |
| https://bugs.webkit.org/show_bug.cgi?id=122365 |
| |
| Reviewed by Simon Fraser. |
| |
| Created a pixel new test where taking this gap width into account when |
| performing the centering calculation actually changes the location of |
| where the dots end up. In addition, created a pixel test that misspells |
| two words next to each other to make sure that the misspelling dots don't |
| appear under the space between the words. |
| |
| * editing/spelling/centering-misspelling-dots-expected.txt: Added. |
| * editing/spelling/centering-misspelling-dots.html: Added. |
| * platform/mac/editing/spelling/centering-misspelling-dots-expected.png: Added. |
| * editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.txt: Added. |
| * editing/spelling/misspelling-dots-dont-extend-beyond-words.html: Added. |
| * platform/mac/editing/spelling/misspelling-dots-dont-extend-beyond-words-expected.png: Added. |
| |
| 2013-10-23 Alexey Proskuryakov <ap@apple.com> |
| |
| ASSERT d->m_defersLoading != defers on detik.com and drive.google.com |
| https://bugs.webkit.org/show_bug.cgi?id=111902 |
| |
| * platform/mac/TestExpectations: Remove stale test expectations associated with this |
| bug, it's been fixed for a long time. Flakiness dashboard concurs. |
| |
| 2013-10-23 Simon Fraser <simon.fraser@apple.com> |
| |
| Migrate existing platform/mac layout test results to mac-mountainlion, and add new platform/mac results for Mavericks. |
| |
| * platform/mac-mountainlion/accessibility/lists-expected.txt: Copied from LayoutTests/platform/mac/accessibility/lists-expected.txt. |
| * platform/mac-mountainlion/canvas/philip/tests/2d.line.join.parallel-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.line.join.parallel-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-161-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png. |
| * platform/mac-mountainlion/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt. |
| * platform/mac-mountainlion/editing/input/caret-at-the-edge-of-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt. |
| * platform/mac-mountainlion/editing/inserting/before-after-input-element-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.png. |
| * platform/mac-mountainlion/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt. |
| * platform/mac-mountainlion/editing/pasteboard/drop-text-without-selection-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png. |
| * platform/mac-mountainlion/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt. |
| * platform/mac-mountainlion/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt. |
| * platform/mac-mountainlion/editing/selection/3690703-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.png. |
| * platform/mac-mountainlion/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt. |
| * platform/mac-mountainlion/editing/selection/3690703-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.png. |
| * platform/mac-mountainlion/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt. |
| * platform/mac-mountainlion/editing/selection/3690719-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.png. |
| * platform/mac-mountainlion/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt. |
| * platform/mac-mountainlion/editing/selection/4895428-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.png. |
| * platform/mac-mountainlion/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt. |
| * platform/mac-mountainlion/editing/selection/4975120-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.png. |
| * platform/mac-mountainlion/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt. |
| * platform/mac-mountainlion/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt. |
| * platform/mac-mountainlion/editing/selection/replaced-boundaries-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png. |
| * platform/mac-mountainlion/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt. |
| * platform/mac-mountainlion/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt. |
| * platform/mac-mountainlion/fast/css/continuationCrash-expected.png: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.png. |
| * platform/mac-mountainlion/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt. |
| * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.png: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.png. |
| * platform/mac-mountainlion/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.txt. |
| * platform/mac-mountainlion/fast/css/input-search-padding-expected.png: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.png. |
| * platform/mac-mountainlion/fast/css/input-search-padding-expected.txt: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.txt. |
| * platform/mac-mountainlion/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt. |
| * platform/mac-mountainlion/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.png. |
| * platform/mac-mountainlion/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt. |
| * platform/mac-mountainlion/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt. |
| * platform/mac-mountainlion/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png. |
| * platform/mac-mountainlion/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt. |
| * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png. |
| * platform/mac-mountainlion/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt. |
| * platform/mac-mountainlion/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt. |
| * platform/mac-mountainlion/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt. |
| * platform/mac-mountainlion/fast/dynamic/008-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.png. |
| * platform/mac-mountainlion/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt. |
| * platform/mac-mountainlion/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label01-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label02-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.png. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label02-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label03-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.png. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label03-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label04-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.png. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label04-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label05-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.png. |
| * platform/mac-mountainlion/fast/forms/HTMLOptionElement_label05-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt. |
| * platform/mac-mountainlion/fast/forms/basic-inputs-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.png. |
| * platform/mac-mountainlion/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt. |
| * platform/mac-mountainlion/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt. |
| * platform/mac-mountainlion/fast/forms/basic-textareas-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.png. |
| * platform/mac-mountainlion/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt. |
| * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.png. |
| * platform/mac-mountainlion/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt. |
| * platform/mac-mountainlion/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.png. |
| * platform/mac-mountainlion/fast/forms/button-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-positioned-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.png. |
| * platform/mac-mountainlion/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.png. |
| * platform/mac-mountainlion/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.png. |
| * platform/mac-mountainlion/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-table-styles-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.png. |
| * platform/mac-mountainlion/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-text-transform-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.png. |
| * platform/mac-mountainlion/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt. |
| * platform/mac-mountainlion/fast/forms/button-white-space-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.png. |
| * platform/mac-mountainlion/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt. |
| * platform/mac-mountainlion/fast/forms/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.png. |
| * platform/mac-mountainlion/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt. |
| * platform/mac-mountainlion/fast/forms/control-clip-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.png. |
| * platform/mac-mountainlion/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt. |
| * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.png. |
| * platform/mac-mountainlion/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt. |
| * platform/mac-mountainlion/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt. |
| * platform/mac-mountainlion/fast/forms/fieldset-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.png. |
| * platform/mac-mountainlion/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/file/input-file-re-render-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.txt. |
| * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.png: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.png. |
| * platform/mac-mountainlion/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt. |
| * platform/mac-mountainlion/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-default-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-focus-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-preventDefault-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-selection-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-appearance-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-double-click-selection-gap-bug-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-double-click-selection-gap-bug-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-field-text-truncated-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-table-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-click-inside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-click-outside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-double-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-drag-down-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-scroll-left-on-blur-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-text-scroll-left-on-blur-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-self-emptying-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-text-word-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.png. |
| * platform/mac-mountainlion/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt. |
| * platform/mac-mountainlion/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt. |
| * platform/mac-mountainlion/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png. |
| * platform/mac-mountainlion/fast/forms/listbox-hit-test-zoomed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt. |
| * platform/mac-mountainlion/fast/forms/listbox-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.png. |
| * platform/mac-mountainlion/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt. |
| * platform/mac-mountainlion/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt. |
| * platform/mac-mountainlion/fast/forms/menulist-option-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.txt. |
| * platform/mac-mountainlion/fast/forms/menulist-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.png. |
| * platform/mac-mountainlion/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt. |
| * platform/mac-mountainlion/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt. |
| * platform/mac-mountainlion/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.png. |
| * platform/mac-mountainlion/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt. |
| * platform/mac-mountainlion/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png. |
| * platform/mac-mountainlion/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt. |
| * platform/mac-mountainlion/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt. |
| * platform/mac-mountainlion/fast/forms/placeholder-position-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png. |
| * platform/mac-mountainlion/fast/forms/placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.png. |
| * platform/mac-mountainlion/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt. |
| * platform/mac-mountainlion/fast/forms/plaintext-mode-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.png. |
| * platform/mac-mountainlion/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt. |
| * platform/mac-mountainlion/fast/forms/search-cancel-button-style-sharing-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt. |
| * platform/mac-mountainlion/fast/forms/search-display-none-cancel-button-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.txt. |
| * platform/mac-mountainlion/fast/forms/search-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.png. |
| * platform/mac-mountainlion/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt. |
| * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.png. |
| * platform/mac-mountainlion/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt. |
| * platform/mac-mountainlion/fast/forms/search/search-size-with-decorations-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.png. |
| * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.png: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.png. |
| * platform/mac-mountainlion/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.png. |
| * platform/mac-mountainlion/fast/forms/select-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-change-listbox-to-popup-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.png. |
| * platform/mac-mountainlion/fast/forms/select-change-listbox-to-popup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-change-popup-to-listbox-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.png. |
| * platform/mac-mountainlion/fast/forms/select-change-popup-to-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-disabled-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.png. |
| * platform/mac-mountainlion/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-empty-option-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-initial-position-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.png. |
| * platform/mac-mountainlion/fast/forms/select-initial-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-initial-position-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-listbox-multiple-no-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt. |
| * platform/mac-mountainlion/fast/forms/select-selected-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.png. |
| * platform/mac-mountainlion/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt. |
| * platform/mac-mountainlion/fast/forms/stuff-on-my-optgroup-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt. |
| * platform/mac-mountainlion/fast/forms/tabbing-input-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.png. |
| * platform/mac-mountainlion/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt. |
| * platform/mac-mountainlion/fast/forms/text-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.png. |
| * platform/mac-mountainlion/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.png. |
| * platform/mac-mountainlion/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textarea-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.png. |
| * platform/mac-mountainlion/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textarea-scrolled-type-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.png. |
| * platform/mac-mountainlion/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textfield-focus-ring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.png. |
| * platform/mac-mountainlion/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textfield-outline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.png. |
| * platform/mac-mountainlion/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt. |
| * platform/mac-mountainlion/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt. |
| * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.png. |
| * platform/mac-mountainlion/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt. |
| * platform/mac-mountainlion/fast/forms/visual-hebrew-text-field-expected.png: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.png. |
| * platform/mac-mountainlion/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt. |
| * platform/mac-mountainlion/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-replace-summary-child-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.txt. |
| * platform/mac-mountainlion/fast/html/details-replace-text-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.txt. |
| * platform/mac-mountainlion/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt. |
| * platform/mac-mountainlion/fast/overflow/overflow-x-y-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.png. |
| * platform/mac-mountainlion/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt. |
| * platform/mac-mountainlion/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt. |
| * platform/mac-mountainlion/fast/parser/document-write-option-expected.png: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.png. |
| * platform/mac-mountainlion/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt. |
| * platform/mac-mountainlion/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt. |
| * platform/mac-mountainlion/fast/parser/open-comment-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.png. |
| * platform/mac-mountainlion/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt. |
| * platform/mac-mountainlion/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt. |
| * platform/mac-mountainlion/fast/repaint/subtree-root-skipped-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.png. |
| * platform/mac-mountainlion/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt. |
| * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.png. |
| * platform/mac-mountainlion/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt. |
| * platform/mac-mountainlion/fast/replaced/replaced-breaking-mixture-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.png. |
| * platform/mac-mountainlion/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt. |
| * platform/mac-mountainlion/fast/selectors/064-expected.png: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.png. |
| * platform/mac-mountainlion/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt. |
| * platform/mac-mountainlion/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt. |
| * platform/mac-mountainlion/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt. |
| * platform/mac-mountainlion/fast/table/colspanMinWidth-vertical-expected.png: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.png. |
| * platform/mac-mountainlion/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt. |
| * platform/mac-mountainlion/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt. |
| * platform/mac-mountainlion/fast/text/backslash-to-yen-sign-euc-expected.png: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png. |
| * platform/mac-mountainlion/fast/text/backslash-to-yen-sign-euc-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt. |
| * platform/mac-mountainlion/fast/text/drawBidiText-expected.png: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.png. |
| * platform/mac-mountainlion/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt. |
| * platform/mac-mountainlion/fast/text/hyphenate-locale-expected.txt: Copied from LayoutTests/platform/mac/fast/text/hyphenate-locale-expected.txt. |
| * platform/mac-mountainlion/fast/text/international/bold-bengali-expected.txt: Added. |
| * platform/mac-mountainlion/fast/text/international/hindi-spacing-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt. |
| * platform/mac-mountainlion/fast/text/international/khmer-selection-expected.txt: Added. |
| * platform/mac-mountainlion/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png. |
| * platform/mac-mountainlion/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt. |
| * platform/mac-mountainlion/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png. |
| * platform/mac-mountainlion/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt. |
| * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.png: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.png. |
| * platform/mac-mountainlion/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt. |
| * platform/mac-mountainlion/fast/text/updateNewFont-expected.txt: Copied from LayoutTests/platform/mac/fast/text/updateNewFont-expected.txt. |
| * platform/mac-mountainlion/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt. |
| * platform/mac-mountainlion/fast/writing-mode/text-orientation-basic-expected.txt: Added. |
| * platform/mac-mountainlion/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: Copied from LayoutTests/platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt. |
| * platform/mac-mountainlion/fonts/cursive-expected.txt: Added. |
| * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.png: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.png. |
| * platform/mac-mountainlion/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt. |
| * platform/mac-mountainlion/http/tests/xmlhttprequest/head-redirection-expected.txt: Copied from LayoutTests/platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt. |
| * platform/mac-mountainlion/media/video-controls-captions-trackmenu-localized-expected.txt: Added. |
| * platform/mac-mountainlion/media/video-controls-captions-trackmenu-sorted-expected.txt: Copied from LayoutTests/platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt. |
| * platform/mac-mountainlion/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt. |
| * platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.png: Copied from LayoutTests/platform/mac/platform/mac/fast/text/systemFont-expected.png. |
| * platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/text/systemFont-expected.txt. |
| * platform/mac-mountainlion/platform/mac/fast/text/vertical-no-sideways-expected.png: Copied from LayoutTests/platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.png. |
| * platform/mac-mountainlion/platform/mac/fast/text/vertical-no-sideways-expected.txt: Copied from LayoutTests/platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt. |
| * platform/mac-mountainlion/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt. |
| * platform/mac-mountainlion/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt. |
| * platform/mac-mountainlion/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt. |
| * platform/mac-mountainlion/svg/custom/use-on-symbol-inside-pattern-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt. |
| * platform/mac-mountainlion/svg/hixie/mixed/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png. |
| * platform/mac-mountainlion/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.png. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug12384-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.png. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.png. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.png. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.png. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug26178-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.png. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.png. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug96334-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.png. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug99948-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.png. |
| * platform/mac-mountainlion/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.png. |
| * platform/mac-mountainlion/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png. |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt. |
| * platform/mac-mountainlion/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt. |
| * platform/mac-mountainlion/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt. |
| * platform/mac-mountainlion/transitions/default-timing-function-expected.txt: Added. |
| * platform/mac/accessibility/aria-readonly-expected.txt: Added. |
| * platform/mac/accessibility/lists-expected.txt: |
| * platform/mac/canvas/philip/tests/2d.line.join.parallel-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-161-expected.png: |
| * platform/mac/css3/selectors3/html/css3-modsel-161-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png: |
| * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-23-expected.png: |
| * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-24-expected.png: |
| * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-64-expected.png: |
| * platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-68-expected.png: |
| * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-69-expected.png: |
| * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.png: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png: |
| * platform/mac/css3/selectors3/xml/css3-modsel-161-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png: |
| * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png: |
| * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png: |
| * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png: |
| * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png: |
| * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png: |
| * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt: |
| * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt: |
| * platform/mac/editing/inserting/before-after-input-element-expected.png: |
| * platform/mac/editing/inserting/before-after-input-element-expected.txt: |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png: |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt: |
| * platform/mac/editing/pasteboard/input-field-1-expected.txt: |
| * platform/mac/editing/selection/3690703-2-expected.png: |
| * platform/mac/editing/selection/3690703-2-expected.txt: |
| * platform/mac/editing/selection/3690703-expected.png: |
| * platform/mac/editing/selection/3690703-expected.txt: |
| * platform/mac/editing/selection/3690719-expected.png: |
| * platform/mac/editing/selection/3690719-expected.txt: |
| * platform/mac/editing/selection/4895428-3-expected.png: |
| * platform/mac/editing/selection/4895428-3-expected.txt: |
| * platform/mac/editing/selection/4975120-expected.png: |
| * platform/mac/editing/selection/4975120-expected.txt: |
| * platform/mac/editing/selection/drag-select-1-expected.txt: |
| * platform/mac/editing/selection/replaced-boundaries-3-expected.png: |
| * platform/mac/editing/selection/replaced-boundaries-3-expected.txt: |
| * platform/mac/fast/block/margin-collapse/103-expected.txt: |
| * platform/mac/fast/css/continuationCrash-expected.png: |
| * platform/mac/fast/css/continuationCrash-expected.txt: |
| * platform/mac/fast/css/css2-system-fonts-expected.png: |
| * platform/mac/fast/css/css2-system-fonts-expected.txt: |
| * platform/mac/fast/css/input-search-padding-expected.png: |
| * platform/mac/fast/css/input-search-padding-expected.txt: |
| * platform/mac/fast/css/line-height-expected.txt: |
| * platform/mac/fast/css/text-overflow-input-expected.png: |
| * platform/mac/fast/css/text-overflow-input-expected.txt: |
| * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt: |
| * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: |
| * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt: |
| * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: |
| * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: |
| * platform/mac/fast/dom/isindex-001-expected.txt: |
| * platform/mac/fast/dom/isindex-002-expected.txt: |
| * platform/mac/fast/dynamic/008-expected.png: |
| * platform/mac/fast/dynamic/008-expected.txt: |
| * platform/mac/fast/events/context-no-deselect-expected.txt: |
| * platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt: |
| * platform/mac/fast/forms/HTMLOptionElement_label02-expected.png: |
| * platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt: |
| * platform/mac/fast/forms/HTMLOptionElement_label03-expected.png: |
| * platform/mac/fast/forms/HTMLOptionElement_label03-expected.txt: |
| * platform/mac/fast/forms/HTMLOptionElement_label04-expected.png: |
| * platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt: |
| * platform/mac/fast/forms/HTMLOptionElement_label05-expected.png: |
| * platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt: |
| * platform/mac/fast/forms/basic-inputs-expected.png: |
| * platform/mac/fast/forms/basic-inputs-expected.txt: |
| * platform/mac/fast/forms/basic-selects-expected.txt: |
| * platform/mac/fast/forms/basic-textareas-expected.png: |
| * platform/mac/fast/forms/basic-textareas-expected.txt: |
| * platform/mac/fast/forms/basic-textareas-quirks-expected.png: |
| * platform/mac/fast/forms/basic-textareas-quirks-expected.txt: |
| * platform/mac/fast/forms/box-shadow-override-expected.txt: |
| * platform/mac/fast/forms/button-align-expected.png: |
| * platform/mac/fast/forms/button-align-expected.txt: |
| * platform/mac/fast/forms/button-positioned-expected.png: |
| * platform/mac/fast/forms/button-positioned-expected.txt: |
| * platform/mac/fast/forms/button-sizes-expected.png: |
| * platform/mac/fast/forms/button-sizes-expected.txt: |
| * platform/mac/fast/forms/button-style-color-expected.png: |
| * platform/mac/fast/forms/button-style-color-expected.txt: |
| * platform/mac/fast/forms/button-table-styles-expected.png: |
| * platform/mac/fast/forms/button-table-styles-expected.txt: |
| * platform/mac/fast/forms/button-text-transform-expected.png: |
| * platform/mac/fast/forms/button-text-transform-expected.txt: |
| * platform/mac/fast/forms/button-white-space-expected.png: |
| * platform/mac/fast/forms/button-white-space-expected.txt: |
| * platform/mac/fast/forms/control-clip-expected.png: |
| * platform/mac/fast/forms/control-clip-expected.txt: |
| * platform/mac/fast/forms/control-clip-overflow-expected.png: |
| * platform/mac/fast/forms/control-clip-overflow-expected.txt: |
| * platform/mac/fast/forms/control-restrict-line-height-expected.png: |
| * platform/mac/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/mac/fast/forms/encoding-test-expected.txt: |
| * platform/mac/fast/forms/fieldset-align-expected.png: |
| * platform/mac/fast/forms/fieldset-align-expected.txt: |
| * platform/mac/fast/forms/file/input-file-re-render-expected.txt: |
| * platform/mac/fast/forms/form-element-geometry-expected.png: |
| * platform/mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/mac/fast/forms/hidden-listbox-expected.txt: |
| * platform/mac/fast/forms/input-align-expected.png: |
| * platform/mac/fast/forms/input-align-expected.txt: |
| * platform/mac/fast/forms/input-appearance-bkcolor-expected.png: |
| * platform/mac/fast/forms/input-appearance-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png: |
| * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt: |
| * platform/mac/fast/forms/input-appearance-disabled-expected.txt: |
| * platform/mac/fast/forms/input-appearance-focus-expected.png: |
| * platform/mac/fast/forms/input-appearance-focus-expected.txt: |
| * platform/mac/fast/forms/input-appearance-height-expected.txt: |
| * platform/mac/fast/forms/input-appearance-preventDefault-expected.png: |
| * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt: |
| * platform/mac/fast/forms/input-appearance-readonly-expected.txt: |
| * platform/mac/fast/forms/input-appearance-selection-expected.png: |
| * platform/mac/fast/forms/input-appearance-selection-expected.txt: |
| * platform/mac/fast/forms/input-appearance-visibility-expected.txt: |
| * platform/mac/fast/forms/input-appearance-width-expected.png: |
| * platform/mac/fast/forms/input-appearance-width-expected.txt: |
| * platform/mac/fast/forms/input-baseline-expected.png: |
| * platform/mac/fast/forms/input-baseline-expected.txt: Added. |
| * platform/mac/fast/forms/input-button-sizes-expected.png: |
| * platform/mac/fast/forms/input-button-sizes-expected.txt: |
| * platform/mac/fast/forms/input-disabled-color-expected.png: |
| * platform/mac/fast/forms/input-disabled-color-expected.txt: |
| * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.png: |
| * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt: |
| * platform/mac/fast/forms/input-field-text-truncated-expected.png: |
| * platform/mac/fast/forms/input-field-text-truncated-expected.txt: |
| * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt: |
| * platform/mac/fast/forms/input-readonly-autoscroll-expected.png: |
| * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt: |
| * platform/mac/fast/forms/input-readonly-dimmed-expected.png: |
| * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: |
| * platform/mac/fast/forms/input-readonly-empty-expected.txt: |
| * platform/mac/fast/forms/input-spaces-expected.txt: |
| * platform/mac/fast/forms/input-table-expected.png: |
| * platform/mac/fast/forms/input-table-expected.txt: |
| * platform/mac/fast/forms/input-text-click-inside-expected.png: |
| * platform/mac/fast/forms/input-text-click-inside-expected.txt: |
| * platform/mac/fast/forms/input-text-click-outside-expected.png: |
| * platform/mac/fast/forms/input-text-click-outside-expected.txt: |
| * platform/mac/fast/forms/input-text-double-click-expected.png: |
| * platform/mac/fast/forms/input-text-double-click-expected.txt: |
| * platform/mac/fast/forms/input-text-drag-down-expected.png: |
| * platform/mac/fast/forms/input-text-drag-down-expected.txt: |
| * platform/mac/fast/forms/input-text-option-delete-expected.txt: |
| * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png: |
| * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: |
| * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt: |
| * platform/mac/fast/forms/input-text-word-wrap-expected.png: |
| * platform/mac/fast/forms/input-text-word-wrap-expected.txt: |
| * platform/mac/fast/forms/input-type-text-min-width-actual.png: Added. |
| * platform/mac/fast/forms/input-value-expected.txt: |
| * platform/mac/fast/forms/input-width-expected.txt: |
| * platform/mac/fast/forms/listbox-bidi-align-expected.png: Added. |
| * platform/mac/fast/forms/listbox-bidi-align-expected.txt: |
| * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png: |
| * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt: |
| * platform/mac/fast/forms/listbox-width-change-expected.png: |
| * platform/mac/fast/forms/listbox-width-change-expected.txt: |
| * platform/mac/fast/forms/menulist-no-overflow-expected.txt: |
| * platform/mac/fast/forms/menulist-option-wrap-expected.txt: |
| * platform/mac/fast/forms/menulist-restrict-line-height-expected.png: |
| * platform/mac/fast/forms/menulist-restrict-line-height-expected.txt: |
| * platform/mac/fast/forms/minWidthPercent-expected.txt: |
| * platform/mac/fast/forms/number/number-appearance-rtl-expected.png: |
| * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt: |
| * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: |
| * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: |
| * platform/mac/fast/forms/placeholder-position-expected.png: |
| * platform/mac/fast/forms/placeholder-position-expected.txt: Added. |
| * platform/mac/fast/forms/placeholder-pseudo-style-expected.png: |
| * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/mac/fast/forms/plaintext-mode-2-expected.png: |
| * platform/mac/fast/forms/plaintext-mode-2-expected.txt: |
| * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/mac/fast/forms/search-rtl-expected.png: |
| * platform/mac/fast/forms/search-rtl-expected.txt: |
| * platform/mac/fast/forms/search-vertical-alignment-expected.png: |
| * platform/mac/fast/forms/search-vertical-alignment-expected.txt: |
| * platform/mac/fast/forms/search/search-size-with-decorations-expected.png: |
| * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt: Added. |
| * platform/mac/fast/forms/searchfield-heights-expected.png: |
| * platform/mac/fast/forms/searchfield-heights-expected.txt: |
| * platform/mac/fast/forms/select-align-expected.png: |
| * platform/mac/fast/forms/select-align-expected.txt: |
| * platform/mac/fast/forms/select-change-listbox-to-popup-expected.png: |
| * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt: |
| * platform/mac/fast/forms/select-change-popup-to-listbox-expected.png: |
| * platform/mac/fast/forms/select-change-popup-to-listbox-expected.txt: |
| * platform/mac/fast/forms/select-disabled-appearance-expected.png: |
| * platform/mac/fast/forms/select-disabled-appearance-expected.txt: |
| * platform/mac/fast/forms/select-empty-option-height-expected.txt: |
| * platform/mac/fast/forms/select-initial-position-expected.png: |
| * platform/mac/fast/forms/select-initial-position-expected.txt: |
| * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt: |
| * platform/mac/fast/forms/select-selected-expected.png: |
| * platform/mac/fast/forms/select-selected-expected.txt: |
| * platform/mac/fast/forms/stuff-on-my-optgroup-expected.txt: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/mac/fast/forms/text-style-color-expected.png: |
| * platform/mac/fast/forms/text-style-color-expected.txt: |
| * platform/mac/fast/forms/textAreaLineHeight-expected.png: |
| * platform/mac/fast/forms/textAreaLineHeight-expected.txt: |
| * platform/mac/fast/forms/textarea-align-expected.png: |
| * platform/mac/fast/forms/textarea-align-expected.txt: |
| * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt: |
| * platform/mac/fast/forms/textarea-scrolled-type-expected.png: |
| * platform/mac/fast/forms/textarea-scrolled-type-expected.txt: |
| * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt: |
| * platform/mac/fast/forms/textfield-focus-ring-expected.png: |
| * platform/mac/fast/forms/textfield-focus-ring-expected.txt: |
| * platform/mac/fast/forms/textfield-outline-expected.png: |
| * platform/mac/fast/forms/textfield-outline-expected.txt: |
| * platform/mac/fast/forms/textfield-overflow-expected.txt: |
| * platform/mac/fast/forms/validation-message-appearance-expected.png: |
| * platform/mac/fast/forms/validation-message-appearance-expected.txt: |
| * platform/mac/fast/forms/visual-hebrew-text-field-expected.png: |
| * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/mac/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/mac/fast/html/details-no-summary4-expected.txt: |
| * platform/mac/fast/html/details-open-javascript-expected.txt: |
| * platform/mac/fast/html/details-open2-expected.txt: |
| * platform/mac/fast/html/details-open4-expected.txt: |
| * platform/mac/fast/html/details-replace-summary-child-expected.txt: |
| * platform/mac/fast/html/details-replace-text-expected.txt: |
| * platform/mac/fast/lists/dynamic-marker-crash-expected.txt: |
| * platform/mac/fast/overflow/overflow-x-y-expected.png: |
| * platform/mac/fast/overflow/overflow-x-y-expected.txt: |
| * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: |
| * platform/mac/fast/parser/document-write-option-expected.png: |
| * platform/mac/fast/parser/document-write-option-expected.txt: |
| * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt: |
| * platform/mac/fast/parser/open-comment-in-textarea-expected.png: |
| * platform/mac/fast/parser/open-comment-in-textarea-expected.txt: |
| * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/mac/fast/repaint/search-field-cancel-expected.txt: Added. |
| * platform/mac/fast/repaint/subtree-root-skipped-expected.png: |
| * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: |
| * platform/mac/fast/replaced/replaced-breaking-expected.png: |
| * platform/mac/fast/replaced/replaced-breaking-expected.txt: |
| * platform/mac/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/mac/fast/replaced/width-and-height-of-positioned-replaced-elements-expected.txt: Added. |
| * platform/mac/fast/selectors/064-expected.png: |
| * platform/mac/fast/selectors/064-expected.txt: |
| * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: |
| * platform/mac/fast/table/colspanMinWidth-expected.txt: |
| * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: |
| * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt: |
| * platform/mac/fast/table/text-field-baseline-expected.txt: |
| * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png: |
| * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt: |
| * platform/mac/fast/text/drawBidiText-expected.png: |
| * platform/mac/fast/text/drawBidiText-expected.txt: |
| * platform/mac/fast/text/hyphenate-locale-expected.txt: |
| * platform/mac/fast/text/international/cjk-segmentation-expected.txt: Added. |
| * platform/mac/fast/text/international/hindi-spacing-expected.txt: |
| * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: |
| * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: |
| * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: |
| * platform/mac/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: |
| * platform/mac/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/mac/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/mac/fast/text/updateNewFont-expected.txt: |
| * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: |
| * platform/mac/http/tests/cache/partitioned-cache-iframe-expected.txt: Added. |
| * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/mac/http/tests/xmlhttprequest/head-redirection-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: Added. |
| * platform/mac/media/video-controls-captions-trackmenu-includes-enabled-track-expected.txt: Added. |
| * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: |
| * platform/mac/platform/mac-wk2/TestExpectations: Added. |
| * platform/mac/platform/mac-wk2/fast/dom/call-a-constructor-as-a-function-expected.txt: Added. |
| * platform/mac/platform/mac-wk2/js/dom/constructor-length-expected.txt: Added. |
| * platform/mac/platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Added. |
| * platform/mac/platform/mac-wk2/webaudio/oscillator-sawtooth-expected.wav: Added. |
| * platform/mac/platform/mac/accessibility/form-control-value-settable-expected.txt: Added. |
| * platform/mac/platform/mac/accessibility/press-action-is-first-expected.txt: Added. |
| * platform/mac/platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added. |
| * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png: Added. |
| * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added. |
| * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.png: Added. |
| * platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added. |
| * platform/mac/platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt: Added. |
| * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.png: Added. |
| * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added. |
| * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Added. |
| * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: |
| * platform/mac/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Added. |
| * platform/mac/platform/mac/fast/text/systemFont-expected.png: |
| * platform/mac/platform/mac/fast/text/systemFont-expected.txt: |
| * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.png: |
| * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: |
| * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.png: Added. |
| * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt: |
| * platform/mac/svg/hixie/mixed/003-expected.png: |
| * platform/mac/svg/hixie/mixed/003-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug12384-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug12384-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug24200-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-2-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug26178-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug29326-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug30692-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug33855-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug51037-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug51727-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug52505-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug68912-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug99948-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug99948-expected.txt: |
| * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: |
| * platform/mac/tables/mozilla/core/margins-expected.txt: |
| * platform/mac/tables/mozilla/dom/tableDom-expected.png: |
| * platform/mac/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: |
| * platform/mac/transforms/2d/zoom-menulist-expected.txt: |
| * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt: |
| * platform/mac/webaudio/codec-tests/wav/24bit-22khz-resample-expected.png: Added. |
| |
| 2013-10-23 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> |
| |
| Adding mock class to test RTCDataChannelHandler |
| https://bugs.webkit.org/show_bug.cgi?id=123205 |
| |
| Reviewed by Eric Carlson. |
| |
| The reliable property was removed in the spec |
| |
| * fast/mediastream/RTCPeerConnection-datachannel-expected.txt: |
| * fast/mediastream/RTCPeerConnection-datachannel.html: |
| |
| 2013-10-23 Bem Jones-Bey <bjonesbe@adobe.com> |
| |
| [CSS Shapes] New positioning model: Padding |
| https://bugs.webkit.org/show_bug.cgi?id=118823 |
| |
| Reviewed by Dirk Schulze. |
| |
| Tests for floats with shape-outside and padding. |
| |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/resources/w3c-import.log: |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-000-expected.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-000.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-001-expected.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-001.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-002-expected.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-002.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003-expected.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-004-expected.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-004.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-005-expected.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-005.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-006-expected.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-006.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-007-expected.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-007.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-008-expected.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-008.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-009-expected.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-009.html: Added. |
| * csswg/contributors/adobe/submitted/shapes/shape-outside/w3c-import.log: |
| |
| 2013-10-23 Roger Fong <roger_fong@apple.com> |
| |
| Add 1.0.1 and 1.0.2 WebGL conformance suites to layout tests. |
| https://bugs.webkit.org/show_bug.cgi?id=123188 |
| |
| Rubberstamped by Dean Jackson. |
| |
| Skip known 1.0.2 failures and any other unexpected failures for now. |
| |
| 2013-10-23 Filip Pizlo <fpizlo@apple.com> |
| |
| Have a way of dealing with slow tests in run-jsc-stress-tests |
| https://bugs.webkit.org/show_bug.cgi?id=123221 |
| |
| Reviewed by Mark Hahnenberg. |
| |
| * js/regress/script-tests/stepanov_container.js: This test is slow! |
| |
| 2013-10-23 Alexey Proskuryakov <ap@apple.com> |
| |
| Layout Test compositing/regions/floated-region-with-transformed-child.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=123220 |
| |
| * platform/mac/TestExpectations: Marking as such. |
| |
| 2013-10-23 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Antialias underlines if they're not axis-aligned |
| https://bugs.webkit.org/show_bug.cgi?id=123004 |
| |
| Reviewed by Simon Fraser. |
| |
| Updating tests that draw underlines in a non-axis-aligned |
| GraphicsContext. The expected .png's should show an antialiased |
| underline. However, underlines which are axis-aligned should still |
| be unchanged. |
| |
| * platform/mac/svg/custom/foreign-object-skew-expected.png: |
| * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: |
| * platform/mac/svg/zoom/text/zoom-foreignObject-expected.png: |
| |
| 2013-10-23 Mark Lam <mark.lam@apple.com> |
| |
| Re-instate ProposedDatabases needed by detailsForNameAndOrigin(). |
| https://bugs.webkit.org/show_bug.cgi?id=123131. |
| |
| Reviewed by Geoffrey Garen. |
| |
| Added a test to exercise growing the database quota within limit. |
| |
| * platform/gtk/TestExpectations: |
| * storage/websql/open-database-expand-quota-expected.txt: Added. |
| * storage/websql/open-database-expand-quota.html: Added. |
| * storage/websql/open-database-over-quota-expected.txt: |
| * storage/websql/open-database-over-quota.html: |
| |
| 2013-10-23 Mihai Maerean <mmaerean@adobe.com> |
| |
| [CSS Regions] compositing/regions/region-as-layer-in-another-flowthread.html has image failure |
| https://bugs.webkit.org/show_bug.cgi?id=123193 |
| |
| Reviewed by Simon Fraser. |
| |
| Removed overlapping of box-shadows which resulted in flaky results. |
| |
| * compositing/regions/region-as-layer-in-another-flowthread-expected.html: |
| * compositing/regions/region-as-layer-in-another-flowthread.html: |
| * platform/mac/TestExpectations: |
| |
| 2013-10-23 Mario Sanchez Prada <mario.prada@samsung.com> |
| |
| [GTK] Expose image links properly |
| https://bugs.webkit.org/show_bug.cgi?id=84044 |
| |
| Reviewed by Chris Fleizach. |
| |
| Rebaseline some tests that would now be printing the new |
| AXURL string for implementations of AtkHyperlinkImpl. |
| |
| * platform/efl-wk1/accessibility/image-link-expected.txt: Updated. |
| * platform/efl-wk1/accessibility/image-map2-expected.txt: Ditto. |
| * platform/efl-wk2/accessibility/image-link-expected.txt: Ditto. |
| * platform/efl-wk2/accessibility/image-map2-expected.txt: Ditto. |
| * platform/gtk/accessibility/image-link-expected.txt: Ditto. |
| * platform/gtk/accessibility/image-map2-expected.txt: Ditto. |
| |
| 2013-10-23 Krzysztof Wolanski <k.wolanski@samsung.com> |
| |
| [GTK] accessibility/self-referencing-aria-labelledby.html is failing |
| https://bugs.webkit.org/show_bug.cgi?id=121594 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * platform/efl/TestExpectations: |
| accessibility/self-referencing-aria-labelledby.html is now passing |
| * platform/gtk/TestExpectations: |
| accessibility/self-referencing-aria-labelledby.html is now passing |
| |
| 2013-10-22 Zoltan Horvath <zoltan@webkit.org> |
| |
| Refactor LineBreaker::nextSegmentBreak, add BreakingContext that holds all its state |
| https://bugs.webkit.org/show_bug.cgi?id=123038 |
| |
| Reviewed by David Hyatt. |
| |
| * platform/mac/editing/selection/after-line-wrap-expected.png: |
| * platform/mac/editing/selection/after-line-wrap-expected.txt: I updated the test, there was 1 pixel difference on the |
| output I think I run into a rounding error. |
| |
| 2013-10-22 Simon Fraser <simon.fraser@apple.com> |
| |
| Mark compositing/regions/region-as-layer-in-another-flowthread.html as an image failure. |
| |
| * platform/mac/TestExpectations: |
| |
| 2013-10-22 Geoffrey Garen <ggaren@apple.com> |
| |
| REGRESSION: `if (false === (true && undefined)) console.log("wrong!");` logs "wrong!", shouldn't! |
| https://bugs.webkit.org/show_bug.cgi?id=123179 |
| |
| Reviewed by Mark Hahnenberg. |
| |
| * js/dom/branch-fold-correctness.html: Added a test for this case. |
| |
| 2013-10-22 Samuel White <samuel_white@apple.com> |
| |
| AX: Add paramAttrs to fetch start and end text markers in a given rect. |
| https://bugs.webkit.org/show_bug.cgi?id=122164 |
| |
| Reviewed by Chris Fleizach. |
| |
| Added test to ensure end/start text marker for bounds works as |
| expected. Updated bounds for range test to include new API. |
| |
| * platform/mac/accessibility/bounds-for-range-expected.txt: |
| * platform/mac/accessibility/text-marker-for-bounds-expected.txt: Added. |
| * platform/mac/accessibility/text-marker-for-bounds.html: Added. |
| |
| 2013-10-22 Brendan Long <b.long@cablelabs.com> |
| |
| cue.text fails for some track element cues |
| https://bugs.webkit.org/show_bug.cgi?id=81123 |
| |
| Reviewed by Eric Carlson. |
| |
| * media/track/captions-webvtt/captions-long.vtt: Added. |
| * media/track/track-long-captions-file-expected.txt: Added. |
| * media/track/track-long-captions-file.html: Added. |
| |
| 2013-10-22 Andrzej Badowski <a.badowski@samsung.com> |
| |
| [EFL] accessibility/plugin.html passes incorrectly |
| https://bugs.webkit.org/show_bug.cgi?id=122889 |
| |
| Reviewed by Chris Fleizach. |
| |
| Sharing test.swf by all existing layout tests accessing it. |
| |
| * accessibility/plugin.html: |
| * fast/loader/sandboxed-plugin-crash.html: |
| * fast/replaced/border-radius-clip.html: |
| * fast/replaced/embed-display-none.html: |
| * fast/replaced/resources/test.swf: Removed. |
| * platform/mac/accessibility/resources/test.swf: Removed. |
| * resources/test.swf: Renamed from LayoutTests/fast/loader/resources/test.swf. |
| |
| 2013-10-21 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Grammar markers are not updated when switching between 1x and 2x |
| https://bugs.webkit.org/show_bug.cgi?id=122146 |
| |
| Reviewed by Dean Jackson. |
| |
| * platform/mac/editing/spelling/grammar-markers-expected.png: |
| * platform/mac/editing/spelling/inline_spelling_markers-expected.png: |
| |
| * platform/graphics/mac/GraphicsContextMac.mm: |
| (WebCore::makePattern): |
| (WebCore::GraphicsContext::drawLineForDocumentMarker): |
| |
| 2013-10-21 Zoltan Horvath <zoltan@webkit.org> |
| |
| [CSS Shapes][CSS Regions] Don't apply shape-inside when we have multiple auto-height regions and the height is not resolved |
| https://bugs.webkit.org/show_bug.cgi?id=123103 |
| |
| Reviewed by David Hyatt. |
| |
| When we have multiple regions with auto-height, the region's height is not resolved from other elements we can't apply the |
| the shape on the region. This patch prevents to apply the shape and fixes the behavior for these cases. |
| |
| * fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions-expected.html: Added. |
| * fast/regions/shape-inside/shape-inside-on-multiple-autoheight-regions.html: Added. |
| |
| 2013-10-21 Mihai Maerean <mmaerean@adobe.com> |
| |
| [CSS Regions] The layers from the flow thread should be collected under the regions' layers. |
| https://bugs.webkit.org/show_bug.cgi?id=120457 |
| |
| Reviewed by David Hyatt. |
| |
| * compositing/regions/crash-transform-inside-region-expected.html: Added. |
| * compositing/regions/crash-transform-inside-region.html: Added. |
| * compositing/regions/floated-region-with-transformed-child-expected.html: Added. |
| * compositing/regions/floated-region-with-transformed-child.html: Added. |
| * compositing/regions/move-layer-from-one-region-to-another-expected.html: Added. |
| * compositing/regions/move-layer-from-one-region-to-another.html: Added. |
| * compositing/regions/propagate-region-box-shadow-border-padding-expected.html: Added. |
| * compositing/regions/propagate-region-box-shadow-border-padding-for-video-expected.html: Added. |
| * compositing/regions/propagate-region-box-shadow-border-padding-for-video.html: Added. |
| * compositing/regions/propagate-region-box-shadow-border-padding.html: Added. |
| * compositing/regions/region-as-layer-in-another-flowthread-expected.html: Added. |
| * compositing/regions/region-as-layer-in-another-flowthread.html: Added. |
| * compositing/regions/transform-transparent-positioned-video-inside-region-expected.html: Added. |
| * compositing/regions/transform-transparent-positioned-video-inside-region.html: Added. |
| * compositing/regions/transformed-layer-inside-transformed-layer-expected.html: Added. |
| * compositing/regions/transformed-layer-inside-transformed-layer.html: Added. |
| * compositing/regions/webkit-flow-renderer-layer-compositing-expected.html: |
| * compositing/regions/webkit-flow-renderer-layer-compositing.html: |
| * compositing/regions/z-index-expected.html: Added. |
| * compositing/regions/z-index-update-expected.html: Added. |
| * compositing/regions/z-index-update.html: Added. |
| * compositing/regions/z-index.html: Added. |
| * fast/multicol/mixed-positioning-stacking-order-expected.html: |
| * fast/multicol/mixed-positioning-stacking-order.html: |
| * fast/repaint/region-painting-composited-element-expected.html: |
| * fast/repaint/region-painting-composited-element.html: |
| * platform/mac-wk2/TestExpectations: |
| |
| 2013-10-21 Oliver Hunt <oliver@apple.com> |
| |
| Support expression property names in object literals |
| https://bugs.webkit.org/show_bug.cgi?id=123112 |
| |
| Reviewed by Michael Saboff. |
| |
| Add tests |
| |
| * js/basic-computed-property-name-expected.txt: Added. |
| * js/basic-computed-property-name.html: Added. |
| * js/parser-syntax-check-expected.txt: |
| * js/script-tests/basic-computed-property-name.js: Added. |
| (a.string_appeared_here.runTest): |
| * js/script-tests/parser-syntax-check.js: |
| |
| 2013-10-21 Alexey Proskuryakov <ap@apple.com> |
| |
| Layout Test media/media-controller-time-clamp.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=123099 |
| |
| * platform/mac/TestExpectations: Marking as such. |
| |
| 2013-10-21 Mihai Maerean <mmaerean@adobe.com> |
| |
| [CSS Regions] Fix WHITESPACE issues in the CSS grammar. |
| https://bugs.webkit.org/show_bug.cgi?id=123082 |
| |
| Reviewed by Andreas Kling. |
| |
| This is a port of Rune Lillesveen's patch from https://codereview.chromium.org/25607005 |
| |
| * css3/filters/custom-with-at-rule-syntax/parsing-at-rule-valid-expected.txt: |
| * css3/filters/custom-with-at-rule-syntax/script-tests/parsing-at-rule-valid.js: |
| * fast/css/calc-comments-allowed-expected.html: Added. |
| * fast/css/calc-comments-allowed.html: Added. |
| * fast/regions/webkit-region-syntax-space-expected.txt: Added. |
| * fast/regions/webkit-region-syntax-space.html: Added. |
| |
| 2013-10-21 Santosh Mahto <santosh.ma@samsung.com> |
| |
| ASSERTION FAILED: !style->propertyIsImportant(propertyID) in WebCore::setTextDecorationProperty |
| https://bugs.webkit.org/show_bug.cgi?id=122097 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Added Test cases to verify that crash does not happen in scenario when |
| remove format command is executed on selection containing the iframe |
| element and when textdecoration style is defined as !important and |
| need to pushDown to iframe. |
| |
| * editing/execCommand/remove-format-textdecoration-in-iframe-expected.txt: Added. |
| * editing/execCommand/remove-format-textdecoration-in-iframe.html: Added. |
| |
| 2013-10-20 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. Update EFL test expectations. |
| |
| * platform/efl/TestExpectations: Skip authentication tests that are failing. |
| |
| 2013-10-20 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. Update EFL test expectations. |
| |
| * platform/efl/TestExpectations: Mark fast/workers/worker-call.html as failure. |
| |
| 2013-10-19 Jer Noble <jer.noble@apple.com> |
| |
| Unreviewed roll out of r157695; broke Mac builds. |
| |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: Removed. |
| |
| 2013-10-07 Jer Noble <jer.noble@apple.com> |
| |
| [MSE] [Mac] Enable MediaSource on the Mac |
| https://bugs.webkit.org/show_bug.cgi?id=122484 |
| |
| Reviewed by Darin Adler. |
| |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: Added. |
| |
| 2013-10-19 Alexey Proskuryakov <ap@apple.com> |
| |
| Enable webaudio/ tests on DRT/Mac |
| https://bugs.webkit.org/show_bug.cgi?id=86914 |
| |
| Reviewed by Darin Adler. |
| |
| * TestExpectations: Moved webaudio/javascriptaudionode here, as garbage collection |
| issues with it are cross-platform. |
| |
| * platform/mac-wk2/TestExpectations: Moved out everything, as there is nothing |
| WK2 specific about WebAudio. |
| |
| * platform/mac/TestExpectations: WebAudio expectations here were just ignored. Replaced |
| with slightly updated expectations from WK2. |
| |
| 2013-10-19 Santosh Mahto <santosh.ma@samsung.com> |
| |
| Adding test case for text-decoration property state change on applying different command |
| https://bugs.webkit.org/show_bug.cgi?id=123073 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| This test case verify text-decoration property state on element after |
| applying editing commands related to text-decoration. |
| |
| * editing/style/text-decoration-state-change-expected.txt: Added. |
| * editing/style/text-decoration-state-change.html: Added. |
| |
| 2013-10-19 Alexey Proskuryakov <ap@apple.com> |
| |
| WebAudio Mac expected results were misplaced - they apply equally to WK1 and WK2. |
| We didn't notice before because all these tests are disabled on WK1. |
| |
| * platform/mac-wk2/webaudio: Removed. |
| * platform/mac/webaudio: Added. |
| * platform/mac/webaudio/audiobuffersource-playbackrate-expected.wav: Copied from LayoutTests/platform/mac-wk2/webaudio/audiobuffersource-playbackrate-expected.wav. |
| * platform/mac/webaudio/codec-tests: Copied from LayoutTests/platform/mac-wk2/webaudio/codec-tests. |
| |
| * platform/mac-wk2/webaudio/audiobuffersource-loop-points-expected.wav: Removed. |
| This test is skipped, because it times out. |
| |
| 2013-10-18 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. |
| |
| Remove EFL-specific test expectations that were identical to generic expectations |
| and rebaseline test cases. |
| |
| * platform/efl-wk2/compositing/overflow/content-gains-scrollbars-expected.txt: Removed. |
| * platform/efl-wk2/compositing/overflow/content-loses-scrollbars-expected.txt: Removed. |
| * platform/efl/compositing/backing/no-backing-for-clip-overhang-expected.txt: Removed. |
| * platform/efl/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Removed. |
| * platform/efl/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Rebaselined after r154896. |
| * platform/efl/svg/batik/paints/gradientLimit-expected.txt: Updating baselines after enabling the subpixel layout. |
| |
| 2013-10-18 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Update EFL test expectations. |
| |
| * platform/efl/TestExpectations: |
| |
| 2013-10-18 Oliver Hunt <oliver@apple.com> |
| |
| Spread operator should be performing direct "puts" and not triggering setters |
| https://bugs.webkit.org/show_bug.cgi?id=123047 |
| |
| Reviewed by Geoffrey Garen. |
| |
| Add a new testcase for the setter case. run-javascriptcore-tests hits this with |
| the llint, baseline, and dfg. |
| |
| * js/basic-spread-expected.txt: |
| * js/script-tests/basic-spread.js: |
| (Array): |
| |
| 2013-10-18 Dean Jackson <dino@apple.com> |
| |
| Unable to upload <img src="foo.svg"> as WebGL texture |
| https://bugs.webkit.org/show_bug.cgi?id=123035 |
| |
| Reviewed by Tim Horton. |
| |
| Test that creates an HTMLImageElement, sets its source |
| to an SVG file, and then uploads as a WebGLTexture. Based |
| on the existing WebGL conformance tests. |
| |
| * fast/canvas/webgl/resources/red-green.svg: Added. |
| * fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-svg-image.js: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image-expected.txt: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-svg-image.html: Added. |
| |
| 2013-10-18 Nadav Rotem <nrotem@apple.com> |
| |
| Fix a FlushLiveness problem. |
| https://bugs.webkit.org/show_bug.cgi?id=122984 |
| |
| Reviewed by Filip Pizlo. |
| |
| * js/regress/script-tests/stepanov_container.js: Added. |
| * js/regress/stepanov_container-expected.txt: Added. |
| * js/regress/stepanov_container.html: Added. |
| |
| 2013-10-18 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. |
| |
| * platform/efl-wk2/TestExpectations: Remove passing testcase. |
| * platform/efl/TestExpectations: fast/backgrounds/background-opaque-images-over-color.html is failing. |
| * platform/efl/fast/dom/Range/getClientRects-expected.txt: Rebaseline after r152872. |
| * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.txt: Rebaseline after r152793. |
| * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added. |
| * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Rebaseline after r152911. |
| * platform/efl/tables/mozilla/marvin/backgr_index-expected.png: Rebaseline after r152793. |
| * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Rebaseline after r152793. |
| |
| 2013-10-18 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. Rebaselining after r153852. |
| |
| * platform/efl-wk2/loader/go-back-cached-main-resource-expected.txt: |
| * platform/efl/security/block-test-no-port-expected.txt: |
| |
| 2013-10-18 Alexey Proskuryakov <ap@apple.com> |
| |
| Layout Test media/W3C/audio/networkState/networkState_during_loadstart.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=123010 |
| |
| * platform/mac/TestExpectations: Marked as such. |
| |
| 2013-10-18 Alexey Proskuryakov <ap@apple.com> |
| |
| css3/filters/composited-during-animation-layertree.html sometimes produces empty results |
| https://bugs.webkit.org/show_bug.cgi?id=95622 |
| |
| * platform/mac/TestExpectations: Marking as flaky. |
| |
| 2013-10-17 Ryuan Choi <ryuan.choi@samsung.com> |
| |
| Unreviewed EFL gardening. |
| |
| Unskip tests which are already passed. |
| |
| * platform/efl-wk2/TestExpectations: |
| * platform/efl/TestExpectations: |
| |
| 2013-10-17 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. |
| |
| * platform/efl-wk2/plugins/npruntime/object-from-destroyed-plugin-expected.txt: Added. |
| * platform/efl-wk2/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Added. |
| * platform/efl/fast/forms/control-restrict-line-height-expected.png: Rebaseline after r155408. |
| * platform/efl/fast/forms/control-restrict-line-height-expected.txt: Rebaseline after r155408. |
| |
| 2013-10-17 Alexandru Chiculita <achicu@adobe.com> |
| |
| Web Inspector: [CSS Regions] Crash when highlighting a node of a flow with no regions |
| https://bugs.webkit.org/show_bug.cgi?id=122993 |
| |
| Reviewed by Joseph Pecoraro. |
| |
| Added test to check that DOM.highlightNode is not crashing WebCore when the node is inside |
| a flow with no associated regions. |
| |
| * inspector-protocol/dom/highlight-flow-with-no-region-expected.txt: Added. |
| * inspector-protocol/dom/highlight-flow-with-no-region.html: Added. |
| |
| 2013-10-17 Nico Weber <thakis@chromium.org> |
| |
| Fix three bugs in the equals() implementations for css gradients. |
| https://bugs.webkit.org/show_bug.cgi?id=122987 |
| |
| Reviewed by Andreas Kling. |
| |
| 1. Linear gradients were considered equal if the first gradient has no x and y |
| position and the second has no x but does have y. |
| 2. Same as 1, for radial gradients. (This doesn't happen in practice as |
| CSSParser::parseRadialGradient rejects such input, so no test for this case.) |
| 3. Radial gradients without x and y position weren't considered equal even if |
| they were. |
| |
| Merges https://codereview.chromium.org/26147006/ |
| |
| * cssom/cssvalue-comparison-expected.txt: |
| * cssom/cssvalue-comparison.html: |
| |
| 2013-10-17 Roger Fong <roger_fong@apple.com> |
| |
| Unreviewed gardening of Apple Windows port. |
| |
| * platform/win/TestExpectations: |
| |
| 2013-10-17 Robert Hogan <robert@webkit.org> |
| |
| "border-collapse: collapse;" for table removes part of its border (was: Border disappears when close to some elements) |
| https://bugs.webkit.org/show_bug.cgi?id=8914 |
| |
| Reviewed by David Hyatt. |
| |
| * fast/table/paint-section-borders-without-cells-expected.html: Added. |
| * fast/table/paint-section-borders-without-cells-rtl-expected.html: Added. |
| * fast/table/paint-section-borders-without-cells-rtl.html: Added. |
| * fast/table/paint-section-borders-without-cells-vertical-lr-expected.html: Added. |
| * fast/table/paint-section-borders-without-cells-vertical-lr-rtl-expected.html: Added. |
| * fast/table/paint-section-borders-without-cells-vertical-lr-rtl.html: Added. |
| * fast/table/paint-section-borders-without-cells-vertical-lr.html: Added. |
| * fast/table/paint-section-borders-without-cells-vertical-rl-expected.html: Added. |
| * fast/table/paint-section-borders-without-cells-vertical-rl.html: Added. |
| * fast/table/paint-section-borders-without-cells.html: Added. |
| |
| 2013-10-17 Andres Gomez <agomez@igalia.com> |
| |
| certain http media tests doesn't receive the expected "Content-Length" header |
| https://bugs.webkit.org/show_bug.cgi?id=122965 |
| |
| Reviewed by Eric Carlson. |
| |
| Fixed PHP syntax so "Content-Length" HTTP Header is included in |
| the response. |
| |
| * http/tests/media/resources/serve-video.php: |
| |
| 2013-10-17 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| [CSS Regions] Anonymous nested regions |
| https://bugs.webkit.org/show_bug.cgi?id=119135 |
| |
| Reviewed by David Hyatt. |
| |
| Add new tests for making a table-cell and a table-caption a region. |
| Change expected results for repaint tests of fixed elements since the parent of the region gets layer. |
| |
| * fast/regions/element-in-named-flow-absolute-from-fixed-expected.txt: |
| * fast/regions/element-in-named-flow-fixed-from-absolute-expected.txt: |
| * fast/regions/element-inflow-fixed-from-outflow-static-expected.txt: |
| * fast/regions/element-outflow-static-from-inflow-fixed-expected.txt: |
| * fast/regions/table-caption-as-region-expected.html: Added. |
| * fast/regions/table-caption-as-region.html: Added. |
| * fast/regions/table-cell-as-region-expected.html: Added. |
| * fast/regions/table-cell-as-region.html: Added. |
| |
| 2013-10-17 Krzysztof Czech <k.czech@samsung.com> |
| |
| [EFL] Properly expose tables in accessibility |
| https://bugs.webkit.org/show_bug.cgi?id=122894 |
| |
| Reviewed by Chris Fleizach. |
| |
| Added new accessibility expectations after r153432. |
| |
| * platform/efl-wk2/TestExpectations: |
| * platform/efl-wk2/accessibility/table-detection-expected.txt: Added. |
| * platform/efl-wk2/accessibility/table-one-cell-expected.txt: Added. |
| * platform/efl-wk2/accessibility/table-with-rules-expected.txt: Added. |
| * platform/efl/accessibility/table-detection-expected.txt: Added. |
| * platform/efl/accessibility/table-one-cell-expected.txt: Added. |
| * platform/efl/accessibility/table-with-rules-expected.txt: Added. |
| |
| 2013-10-16 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. Rebaselining after r155607. |
| |
| * platform/efl-wk2/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: Added. |
| * platform/efl-wk2/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt: Added. |
| |
| 2013-10-16 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. Rebaselining after r156527. |
| |
| * platform/efl/compositing/contents-opaque/hidden-with-visible-text-expected.txt: |
| * platform/efl/svg/text/append-text-node-to-tspan-expected.txt: |
| |
| 2013-10-16 Oliver Hunt <oliver@apple.com> |
| |
| Implement spread |
| https://bugs.webkit.org/show_bug.cgi?id=122911 |
| |
| Reviewed by Michael Saboff. |
| |
| Add testcases |
| |
| * js/basic-spread-expected.txt: Added. |
| * js/basic-spread.html: Added. |
| * js/parser-syntax-check-expected.txt: |
| * js/script-tests/basic-spread.js: Added. |
| (f): |
| (o.f.o.f.o.f.o.f.h.eval.o.h.o.h.o.h.o.h.g): |
| * js/script-tests/parser-syntax-check.js: |
| |
| 2013-10-16 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r157529. |
| http://trac.webkit.org/changeset/157529 |
| https://bugs.webkit.org/show_bug.cgi?id=122919 |
| |
| Caused score test failures and some build failures. (Requested |
| by rfong on #webkit). |
| |
| * js/basic-spread-expected.txt: Removed. |
| * js/basic-spread.html: Removed. |
| * js/parser-syntax-check-expected.txt: |
| * js/script-tests/basic-spread.js: Removed. |
| * js/script-tests/parser-syntax-check.js: |
| |
| 2013-10-16 Jochen Eisinger <jochen@chromium.org> |
| |
| A page should exit fullscreen mode if it opens a new popup |
| https://bugs.webkit.org/show_bug.cgi?id=122865 |
| |
| Reviewed by Jer Noble. |
| |
| * fullscreen/full-screen-exit-when-popup-expected.txt: Added. |
| * fullscreen/full-screen-exit-when-popup.html: Added. |
| |
| 2013-10-16 Oliver Hunt <oliver@apple.com> |
| |
| Implement spread |
| https://bugs.webkit.org/show_bug.cgi?id=122911 |
| |
| Reviewed by Michael Saboff. |
| |
| Add testcases |
| |
| * js/basic-spread-expected.txt: Added. |
| * js/basic-spread.html: Added. |
| * js/parser-syntax-check-expected.txt: |
| * js/script-tests/basic-spread.js: Added. |
| (f): |
| (o.f.o.f.o.f.o.f.h.eval.o.h.o.h.o.h.o.h.g): |
| * js/script-tests/parser-syntax-check.js: |
| |
| 2013-10-16 KyungTae Kim <ktf.kim@samsung.com> |
| |
| During editing, merge inline style with overriding other author styles |
| https://bugs.webkit.org/show_bug.cgi?id=122874 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Add a test for merging inline styles of parents. |
| |
| * editing/deleting/merge-div-with-inline-style.html: Added. |
| * editing/deleting/merge-div-with-inline-style-expected.txt: Added. |
| |
| 2013-10-16 peavo@outlook.com <peavo@outlook.com> |
| |
| Emphasis marks has wrong color. |
| https://bugs.webkit.org/show_bug.cgi?id=122829 |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/text/text-emphasis-expected.html: Added. |
| * fast/text/text-emphasis.html: Added. |
| |
| 2013-10-16 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. Rebaselining after r155998. |
| |
| * platform/efl-wk2/compositing/contents-scale/animating-expected.txt: Added. |
| * platform/efl-wk2/compositing/contents-scale/scaled-ancestor-expected.txt: Added. |
| * platform/efl-wk2/compositing/contents-scale/simple-scale-expected.txt: Added. |
| * platform/efl-wk2/compositing/contents-scale/z-translate-expected.txt: Added. |
| |
| 2013-10-16 Ryuan Choi <ryuan.choi@samsung.com> |
| |
| Unreviewed EFL gardening. |
| |
| Skip the IndexedDB tests for now as the feature is going through substantial |
| changes that don't ensure constant proper functionality. |
| |
| * platform/efl-wk1/TestExpectations: |
| * platform/efl-wk2/TestExpectations: |
| * platform/efl/TestExpectations: |
| |
| 2013-10-16 Andreas Kling <akling@apple.com> |
| |
| Revert Windows-specific expectations shuffling from r157497. |
| This wasn't wrong either. Shame on me. :| |
| |
| 2013-10-16 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. Rebaselining after r155957. |
| |
| * platform/efl/css3/selectors3/html/css3-modsel-179a-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-179a-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-179a-expected.txt: |
| * platform/efl/fast/css/pseudo-first-line-border-width-expected.txt: |
| * platform/efl/fast/css/word-space-extra-expected.txt: |
| * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: |
| |
| 2013-10-16 Andreas Kling <akling@apple.com> |
| |
| Revert Mac-specific expecations shuffling from r157498. |
| Everything was already in order. |
| |
| 2013-10-16 Andreas Kling <akling@apple.com> |
| |
| Remove EFL-specific test expectations that were identical to generic expectations. |
| <https://webkit.org/b/121551> |
| |
| Reviewed by Antti Koivisto. |
| |
| * platform/efl-wk2/webaudio/javascriptaudionode-expected.txt: Removed. |
| * platform/efl/compositing/culling/filter-occlusion-blur-expected.txt: Removed. |
| * platform/efl/compositing/culling/filter-occlusion-blur-large-expected.txt: Removed. |
| * platform/efl/compositing/geometry/fixed-position-composited-page-scale-down-expected.txt: Removed. |
| * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Removed. |
| * platform/efl/compositing/iframes/composited-iframe-scroll-expected.txt: Removed. |
| * platform/efl/compositing/iframes/iframe-content-flipping-expected.txt: Removed. |
| * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.txt: Removed. |
| * platform/efl/compositing/images/content-image-change-expected.txt: Removed. |
| * platform/efl/css1/units/rounding-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Removed. |
| * platform/efl/css3/masking/clip-path-circle-expected.txt: Removed. |
| * platform/efl/css3/masking/clip-path-circle-filter-expected.txt: Removed. |
| * platform/efl/css3/masking/clip-path-circle-overflow-expected.txt: Removed. |
| * platform/efl/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Removed. |
| * platform/efl/css3/masking/clip-path-circle-relative-overflow-expected.txt: Removed. |
| * platform/efl/css3/masking/clip-path-ellipse-expected.txt: Removed. |
| * platform/efl/css3/masking/clip-path-polygon-evenodd-expected.txt: Removed. |
| * platform/efl/css3/masking/clip-path-polygon-expected.txt: Removed. |
| * platform/efl/css3/masking/clip-path-polygon-nonzero-expected.txt: Removed. |
| * platform/efl/css3/masking/clip-path-rectangle-expected.txt: Removed. |
| * platform/efl/editing/deleting/transpose-empty-expected.txt: Removed. |
| * platform/efl/editing/selection/collapse-selection-in-bidi-expected.txt: Removed. |
| * platform/efl/editing/selection/drag-start-event-client-x-y-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/bgCompositeCopy-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize01-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize02-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize03-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize04-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize05-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize06-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize07-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize08-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize09-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize10-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize11-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize12-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize13-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/backgroundSize14-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed. |
| * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Removed. |
| * platform/efl/fast/block/basic/quirk-percent-height-grandchild-expected.txt: Removed. |
| * platform/efl/fast/block/float/008-expected.txt: Removed. |
| * platform/efl/fast/block/float/009-expected.txt: Removed. |
| * platform/efl/fast/block/float/019-expected.txt: Removed. |
| * platform/efl/fast/block/float/034-expected.txt: Removed. |
| * platform/efl/fast/block/float/035-expected.txt: Removed. |
| * platform/efl/fast/block/float/4145535Crash-expected.txt: Removed. |
| * platform/efl/fast/block/float/br-with-clear-2-expected.txt: Removed. |
| * platform/efl/fast/block/float/float-forced-below-other-floats-expected.txt: Removed. |
| * platform/efl/fast/block/float/float-not-removed-from-next-sibling-expected.txt: Removed. |
| * platform/efl/fast/block/float/float-not-removed-from-next-sibling2-expected.txt: Removed. |
| * platform/efl/fast/block/float/float-on-zero-height-line-expected.txt: Removed. |
| * platform/efl/fast/block/float/float-overhangs-root-expected.txt: Removed. |
| * platform/efl/fast/block/float/narrow-after-wide-expected.txt: Removed. |
| * platform/efl/fast/block/float/negative-margin-clear-expected.txt: Removed. |
| * platform/efl/fast/block/float/nested-clearance-expected.txt: Removed. |
| * platform/efl/fast/block/float/nowrap-clear-min-width-expected.txt: Removed. |
| * platform/efl/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Removed. |
| * platform/efl/fast/block/float/relative-painted-twice-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/003-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/004-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/005-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/006-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/007-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/008-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/009-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/010-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/011-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/012-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/013-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/014-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/015-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/017-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/018-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/019-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/020-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/021-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/022-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/023-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/024-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/026-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/027-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/029-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/030-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/032-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/033-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/034-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/035-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/036-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/037-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/038-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/039-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/040-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/041-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/042-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/043-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/044-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/045-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/046-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/048-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/049-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/050-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/062-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/complex-positioned-movement-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/move-with-auto-width-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/negative-rel-position-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/relative-overconstrained-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/static-inline-position-dynamic-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/vertical-lr/003-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/vertical-lr/004-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/vertical-lr/005-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/vertical-lr/006-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/vertical-rl/003-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/vertical-rl/004-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/vertical-rl/005-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/vertical-rl/006-expected.txt: Removed. |
| * platform/efl/fast/borders/fieldsetBorderRadius-expected.txt: Removed. |
| * platform/efl/fast/borders/outline-offset-min-assert-expected.txt: Removed. |
| * platform/efl/fast/borders/webkit-border-radius-expected.txt: Removed. |
| * platform/efl/fast/box-shadow/shadow-tiling-artifact-expected.txt: Removed. |
| * platform/efl/fast/box-shadow/single-pixel-shadow-expected.txt: Removed. |
| * platform/efl/fast/canvas/canvas-as-image-expected.txt: Removed. |
| * platform/efl/fast/canvas/canvas-bg-expected.txt: Removed. |
| * platform/efl/fast/canvas/canvas-render-layer-expected.txt: Removed. |
| * platform/efl/fast/css-generated-content/table-parts-before-and-after-expected.txt: Removed. |
| * platform/efl/fast/css/006-expected.txt: Removed. |
| * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed. |
| * platform/efl/fast/css/bogus-color-span-expected.txt: Removed. |
| * platform/efl/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Removed. |
| * platform/efl/fast/css/content-dynamic-expected.txt: Removed. |
| * platform/efl/fast/css/contentDiv-expected.txt: Removed. |
| * platform/efl/fast/css/contentDivWithChildren-expected.txt: Removed. |
| * platform/efl/fast/css/contentImage-expected.txt: Removed. |
| * platform/efl/fast/css/empty-inline-003-quirksmode-expected.txt: Removed. |
| * platform/efl/fast/css/empty-inline-line-height-first-line-expected.txt: Removed. |
| * platform/efl/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt: Removed. |
| * platform/efl/fast/css/font-face-multiple-remote-sources-expected.txt: Removed. |
| * platform/efl/fast/css/font-face-remote-expected.txt: Removed. |
| * platform/efl/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Removed. |
| * platform/efl/fast/css/last-child-style-sharing-expected.txt: Removed. |
| * platform/efl/fast/css/nested-rounded-corners-expected.txt: Removed. |
| * platform/efl/fast/css/outline-auto-empty-rects-expected.txt: Removed. |
| * platform/efl/fast/css/transition-color-unspecified-expected.txt: Removed. |
| * platform/efl/fast/dom/Element/getBoundingClientRect-expected.txt: Removed. |
| * platform/efl/fast/dom/HTMLStyleElement/insert-parser-generated-expected.txt: Removed. |
| * platform/efl/fast/dom/Range/getBoundingClientRect-expected.txt: Removed. |
| * platform/efl/fast/dom/Window/window-properties-performance-expected.txt: Removed. |
| * platform/efl/fast/dom/attr_dead_doc-expected.txt: Removed. |
| * platform/efl/fast/dom/css-cached-import-rule-expected.txt: Removed. |
| * platform/efl/fast/dom/css-insert-import-rule-expected.txt: Removed. |
| * platform/efl/fast/dom/delete-contents-expected.txt: Removed. |
| * platform/efl/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Removed. |
| * platform/efl/fast/dom/shadow/shadow-contents-event-expected.txt: Removed. |
| * platform/efl/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Removed. |
| * platform/efl/fast/dynamic/001-expected.txt: Removed. |
| * platform/efl/fast/dynamic/005-expected.txt: Removed. |
| * platform/efl/fast/dynamic/anonymous-block-layer-lost-expected.txt: Removed. |
| * platform/efl/fast/dynamic/float-no-longer-overhanging-expected.txt: Removed. |
| * platform/efl/fast/dynamic/float-withdrawal-2-expected.txt: Removed. |
| * platform/efl/fast/dynamic/floating-to-positioned-2-expected.txt: Removed. |
| * platform/efl/fast/dynamic/floating-to-positioned-expected.txt: Removed. |
| * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt: Removed. |
| * platform/efl/fast/dynamic/staticY-expected.txt: Removed. |
| * platform/efl/fast/dynamic/subtree-parent-static-y-expected.txt: Removed. |
| * platform/efl/fast/events/document-elementFromPoint-expected.txt: Removed. |
| * platform/efl/fast/events/overflow-viewport-renderer-deleted-expected.txt: Removed. |
| * platform/efl/fast/flexbox/flex-hang-expected.txt: Removed. |
| * platform/efl/fast/flexbox/overhanging-floats-removed-expected.txt: Removed. |
| * platform/efl/fast/forms/002-expected.txt: Removed. |
| * platform/efl/fast/forms/005-expected.txt: Removed. |
| * platform/efl/fast/forms/color/input-color-onchange-event-expected.txt: Removed. |
| * platform/efl/fast/forms/input-placeholder-paint-order-expected.txt: Removed. |
| * platform/efl/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Removed. |
| * platform/efl/fast/frames/002-expected.txt: Removed. |
| * platform/efl/fast/frames/calculate-fixed-expected.txt: Removed. |
| * platform/efl/fast/frames/calculate-order-expected.txt: Removed. |
| * platform/efl/fast/frames/calculate-percentage-expected.txt: Removed. |
| * platform/efl/fast/frames/calculate-relative-expected.txt: Removed. |
| * platform/efl/fast/frames/calculate-round-expected.txt: Removed. |
| * platform/efl/fast/frames/content-opacity-1-expected.txt: Removed. |
| * platform/efl/fast/frames/content-opacity-2-expected.txt: Removed. |
| * platform/efl/fast/frames/empty-cols-attribute-expected.txt: Removed. |
| * platform/efl/fast/frames/empty-frame-src-expected.txt: Removed. |
| * platform/efl/fast/frames/frame-set-whitespace-attributes-expected.txt: Removed. |
| * platform/efl/fast/frames/iframe-scaling-with-scroll-expected.txt: Removed. |
| * platform/efl/fast/frames/iframe-text-contents-expected.txt: Removed. |
| * platform/efl/fast/frames/invalid-expected.txt: Removed. |
| * platform/efl/fast/frames/no-frame-borders-expected.txt: Removed. |
| * platform/efl/fast/frames/seamless/seamless-inherited-origin-expected.txt: Removed. |
| * platform/efl/fast/gradients/background-clipped-expected.txt: Removed. |
| * platform/efl/fast/images/gif-large-checkerboard-expected.txt: Removed. |
| * platform/efl/fast/images/gray-scale-png-with-color-profile-expected.txt: Removed. |
| * platform/efl/fast/images/png-suite/test-expected.txt: Removed. |
| * platform/efl/fast/images/repaint-subrect-grid-expected.txt: Removed. |
| * platform/efl/fast/images/zoomed-img-size-expected.txt: Removed. |
| * platform/efl/fast/inline-block/004-expected.txt: Removed. |
| * platform/efl/fast/inline-block/005-expected.txt: Removed. |
| * platform/efl/fast/invalid/015-expected.txt: Removed. |
| * platform/efl/fast/invalid/table-residual-style-crash-expected.txt: Removed. |
| * platform/efl/fast/layers/opacity-stacking-expected.txt: Removed. |
| * platform/efl/fast/layers/positioned-inside-root-with-margins-expected.txt: Removed. |
| * platform/efl/fast/layers/zindex-ridonkulous-expected.txt: Removed. |
| * platform/efl/fast/lists/list-marker-before-content-table-expected.txt: Removed. |
| * platform/efl/fast/multicol/break-properties-expected.txt: Removed. |
| * platform/efl/fast/multicol/pagination-h-horizontal-bt-expected.txt: Removed. |
| * platform/efl/fast/multicol/pagination-h-horizontal-tb-expected.txt: Removed. |
| * platform/efl/fast/multicol/pagination-h-vertical-lr-expected.txt: Removed. |
| * platform/efl/fast/multicol/pagination-h-vertical-rl-expected.txt: Removed. |
| * platform/efl/fast/multicol/pagination-v-horizontal-bt-expected.txt: Removed. |
| * platform/efl/fast/multicol/pagination-v-horizontal-tb-expected.txt: Removed. |
| * platform/efl/fast/multicol/pagination-v-vertical-lr-expected.txt: Removed. |
| * platform/efl/fast/multicol/pagination-v-vertical-rl-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/generated-child-split-flow-crash-expected.txt: Removed. |
| * platform/efl/fast/multicol/vertical-lr/break-properties-expected.txt: Removed. |
| * platform/efl/fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Removed. |
| * platform/efl/fast/multicol/vertical-rl/break-properties-expected.txt: Removed. |
| * platform/efl/fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Removed. |
| * platform/efl/fast/overflow/overflow-update-transform-expected.txt: Removed. |
| * platform/efl/fast/overflow/position-relative-expected.txt: Removed. |
| * platform/efl/fast/overflow/trailing-float-linebox-expected.txt: Removed. |
| * platform/efl/fast/overflow/unreachable-content-test-expected.txt: Removed. |
| * platform/efl/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Removed. |
| * platform/efl/fast/parser/style-script-head-test-expected.txt: Removed. |
| * platform/efl/fast/profiler/apply-expected.txt: Removed. |
| * platform/efl/fast/reflections/reflection-with-zoom-expected.txt: Removed. |
| * platform/efl/fast/reflections/table-cell-expected.txt: Removed. |
| * platform/efl/fast/repaint/background-generated-expected.txt: Removed. |
| * platform/efl/fast/repaint/content-into-overflow-expected.txt: Removed. |
| * platform/efl/fast/repaint/erase-overflow-expected.txt: Removed. |
| * platform/efl/fast/repaint/fixed-tranformed-expected.txt: Removed. |
| * platform/efl/fast/repaint/float-in-new-block-with-layout-delta-expected.txt: Removed. |
| * platform/efl/fast/repaint/float-new-in-block-expected.txt: Removed. |
| * platform/efl/fast/repaint/focus-ring-expected.txt: Removed. |
| * platform/efl/fast/repaint/iframe-scroll-repaint-expected.txt: Removed. |
| * platform/efl/fast/repaint/inline-block-resize-expected.txt: Removed. |
| * platform/efl/fast/repaint/intermediate-layout-position-clip-expected.txt: Removed. |
| * platform/efl/fast/repaint/intermediate-layout-position-expected.txt: Removed. |
| * platform/efl/fast/repaint/invisible-objects-expected.txt: Removed. |
| * platform/efl/fast/repaint/layer-hide-when-needs-layout-expected.txt: Removed. |
| * platform/efl/fast/repaint/layer-visibility-expected.txt: Removed. |
| * platform/efl/fast/repaint/layout-state-only-positioned-expected.txt: Removed. |
| * platform/efl/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Removed. |
| * platform/efl/fast/repaint/overflow-into-content-expected.txt: Removed. |
| * platform/efl/fast/repaint/repaint-during-scroll-expected.txt: Removed. |
| * platform/efl/fast/repaint/table-col-background-expected.txt: Removed. |
| * platform/efl/fast/repaint/table-outer-border-expected.txt: Removed. |
| * platform/efl/fast/repaint/table-row-expected.txt: Removed. |
| * platform/efl/fast/repaint/table-section-overflow-expected.txt: Removed. |
| * platform/efl/fast/repaint/table-two-pass-layout-overpaint-expected.txt: Removed. |
| * platform/efl/fast/repaint/text-emphasis-v-expected.txt: Removed. |
| * platform/efl/fast/repaint/transform-disable-layoutstate-expected.txt: Removed. |
| * platform/efl/fast/repaint/transform-replaced-shadows-expected.txt: Removed. |
| * platform/efl/fast/repaint/transform-rotate-and-remove-expected.txt: Removed. |
| * platform/efl/fast/repaint/view-background-from-body-1-expected.txt: Removed. |
| * platform/efl/fast/repaint/view-background-from-body-2-expected.txt: Removed. |
| * platform/efl/fast/replaced/008-expected.txt: Removed. |
| * platform/efl/fast/replaced/percent-height-in-anonymous-block-expected.txt: Removed. |
| * platform/efl/fast/replaced/selection-rect-expected.txt: Removed. |
| * platform/efl/fast/ruby/position-after-expected.txt: Removed. |
| * platform/efl/fast/ruby/ruby-block-style-not-updated-expected.txt: Removed. |
| * platform/efl/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.txt: Removed. |
| * platform/efl/fast/ruby/ruby-inline-style-not-updated-expected.txt: Removed. |
| * platform/efl/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.txt: Removed. |
| * platform/efl/fast/runin/runin-generated-before-content-expected.txt: Removed. |
| * platform/efl/fast/sub-pixel/inline-block-with-padding-expected.txt: Removed. |
| * platform/efl/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Removed. |
| * platform/efl/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Removed. |
| * platform/efl/fast/table/024-expected.txt: Removed. |
| * platform/efl/fast/table/031-expected.txt: Removed. |
| * platform/efl/fast/table/032-expected.txt: Removed. |
| * platform/efl/fast/table/auto-100-percent-width-expected.txt: Removed. |
| * platform/efl/fast/table/caption-relayout-expected.txt: Removed. |
| * platform/efl/fast/table/div-as-col-span-expected.txt: Removed. |
| * platform/efl/fast/table/fixed-granular-cols-expected.txt: Removed. |
| * platform/efl/fast/table/fixed-with-auto-with-colspan-expected.txt: Removed. |
| * platform/efl/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: Removed. |
| * platform/efl/fast/table/growCellForImageQuirk-expected.txt: Removed. |
| * platform/efl/fast/table/growCellForImageQuirk-vertical-expected.txt: Removed. |
| * platform/efl/fast/table/height-percent-test-vertical-expected.txt: Removed. |
| * platform/efl/fast/table/percent-widths-stretch-expected.txt: Removed. |
| * platform/efl/fast/table/percent-widths-stretch-vertical-expected.txt: Removed. |
| * platform/efl/fast/table/table-before-child-style-update-expected.txt: Removed. |
| * platform/efl/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Removed. |
| * platform/efl/fast/table/table-cell-before-after-content-around-table-expected.txt: Removed. |
| * platform/efl/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Removed. |
| * platform/efl/fast/table/table-row-before-after-content-around-block-expected.txt: Removed. |
| * platform/efl/fast/table/table-row-before-after-content-around-table-expected.txt: Removed. |
| * platform/efl/fast/table/table-row-before-child-style-update-expected.txt: Removed. |
| * platform/efl/fast/table/table-row-outline-paint-expected.txt: Removed. |
| * platform/efl/fast/table/table-row-style-not-updated-expected.txt: Removed. |
| * platform/efl/fast/table/table-row-style-not-updated-with-after-content-expected.txt: Removed. |
| * platform/efl/fast/table/table-row-style-not-updated-with-before-content-expected.txt: Removed. |
| * platform/efl/fast/table/table-style-not-updated-expected.txt: Removed. |
| * platform/efl/fast/table/vertical-align-baseline-readjust-expected.txt: Removed. |
| * platform/efl/fast/table/wide-colspan-expected.txt: Removed. |
| * platform/efl/fast/table/wide-column-expected.txt: Removed. |
| * platform/efl/fast/text/align-center-rtl-spill-expected.txt: Removed. |
| * platform/efl/fast/text/emphasis-avoid-ruby-expected.txt: Removed. |
| * platform/efl/fast/text/soft-hyphen-4-expected.txt: Removed. |
| * platform/efl/fast/text/stripNullFromText-expected.txt: Removed. |
| * platform/efl/fast/text/wbr-pre-expected.txt: Removed. |
| * platform/efl/fast/text/whitespace/019-expected.txt: Removed. |
| * platform/efl/fast/text/whitespace/023-expected.txt: Removed. |
| * platform/efl/fast/tokenizer/missing-style-end-tag-1-expected.txt: Removed. |
| * platform/efl/fast/tokenizer/missing-style-end-tag-2-expected.txt: Removed. |
| * platform/efl/fast/tokenizer/script-after-frameset-expected.txt: Removed. |
| * platform/efl/fast/transforms/matrix-01-expected.txt: Removed. |
| * platform/efl/fast/transforms/matrix-02-expected.txt: Removed. |
| * platform/efl/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed. |
| * platform/efl/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed. |
| * platform/efl/fast/writing-mode/body-direction-propagation-blocked-expected.txt: Removed. |
| * platform/efl/fast/writing-mode/body-direction-propagation-expected.txt: Removed. |
| * platform/efl/fast/writing-mode/body-writing-mode-propagation-blocked-expected.txt: Removed. |
| * platform/efl/fast/writing-mode/body-writing-mode-propagation-expected.txt: Removed. |
| * platform/efl/fast/writing-mode/floats-in-block-layout-expected.txt: Removed. |
| * platform/efl/fast/writing-mode/inline-direction-positioning-expected.txt: Removed. |
| * platform/efl/fast/writing-mode/margin-collapse-expected.txt: Removed. |
| * platform/efl/fast/writing-mode/root-lr-basic-expected.txt: Removed. |
| * platform/efl/fast/writing-mode/self-collapsing-block-expected.txt: Removed. |
| * platform/efl/fullscreen/full-screen-render-inline-expected.txt: Removed. |
| * platform/efl/fullscreen/parent-flow-inline-with-block-child-expected.txt: Removed. |
| * platform/efl/plugins/iframe-plugin-bgcolor-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug12910-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug131020-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug137388-1-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug137388-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug137388-3-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug157890-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug1818-3-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug1818-6-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug222336-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug222467-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug269566-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug277062-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug28933-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug2954-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug8032-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Removed. |
| * platform/efl/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Removed. |
| * platform/efl/transforms/3d/general/matrix-with-zoom-3d-expected.txt: Removed. |
| * platform/efl/transforms/3d/general/transform-origin-z-change-expected.txt: Removed. |
| * platform/efl/transitions/transition-end-event-rendering-expected.txt: Removed. |
| |
| 2013-10-16 Andreas Kling <akling@apple.com> |
| |
| Remove Gtk-specific test expectations that were identical to generic expectations. |
| <https://webkit.org/b/121551> |
| |
| Reviewed by Antti Koivisto. |
| |
| * platform/gtk/css1/units/rounding-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Removed. |
| * platform/gtk/css3/masking/clip-path-circle-expected.txt: Removed. |
| * platform/gtk/css3/masking/clip-path-circle-filter-expected.txt: Removed. |
| * platform/gtk/css3/masking/clip-path-circle-overflow-expected.txt: Removed. |
| * platform/gtk/css3/masking/clip-path-circle-overflow-hidden-expected.txt: Removed. |
| * platform/gtk/css3/masking/clip-path-circle-relative-overflow-expected.txt: Removed. |
| * platform/gtk/css3/masking/clip-path-ellipse-expected.txt: Removed. |
| * platform/gtk/css3/masking/clip-path-polygon-evenodd-expected.txt: Removed. |
| * platform/gtk/css3/masking/clip-path-polygon-expected.txt: Removed. |
| * platform/gtk/css3/masking/clip-path-polygon-nonzero-expected.txt: Removed. |
| * platform/gtk/css3/masking/clip-path-rectangle-expected.txt: Removed. |
| * platform/gtk/editing/deleting/transpose-empty-expected.txt: Removed. |
| * platform/gtk/editing/pasteboard/5761530-1-expected.txt: Removed. |
| * platform/gtk/editing/selection/collapse-selection-in-bidi-expected.txt: Removed. |
| * platform/gtk/editing/selection/doubleclick-crash-expected.txt: Removed. |
| * platform/gtk/editing/selection/select-missing-image-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/bgCompositeCopy-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize01-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize02-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize03-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize04-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize05-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize06-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize07-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize08-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize09-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize10-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize11-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize12-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize13-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/backgroundSize14-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed. |
| * platform/gtk/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Removed. |
| * platform/gtk/fast/block/basic/quirk-percent-height-grandchild-expected.txt: Removed. |
| * platform/gtk/fast/block/float/008-expected.txt: Removed. |
| * platform/gtk/fast/block/float/009-expected.txt: Removed. |
| * platform/gtk/fast/block/float/019-expected.txt: Removed. |
| * platform/gtk/fast/block/float/034-expected.txt: Removed. |
| * platform/gtk/fast/block/float/035-expected.txt: Removed. |
| * platform/gtk/fast/block/float/4145535Crash-expected.txt: Removed. |
| * platform/gtk/fast/block/float/br-with-clear-2-expected.txt: Removed. |
| * platform/gtk/fast/block/float/float-forced-below-other-floats-expected.txt: Removed. |
| * platform/gtk/fast/block/float/float-on-zero-height-line-expected.txt: Removed. |
| * platform/gtk/fast/block/float/float-overhangs-root-expected.txt: Removed. |
| * platform/gtk/fast/block/float/narrow-after-wide-expected.txt: Removed. |
| * platform/gtk/fast/block/float/negative-margin-clear-expected.txt: Removed. |
| * platform/gtk/fast/block/float/nowrap-clear-min-width-expected.txt: Removed. |
| * platform/gtk/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Removed. |
| * platform/gtk/fast/block/float/relative-painted-twice-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/003-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/004-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/005-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/006-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/007-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/008-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/009-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/010-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/011-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/012-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/013-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/014-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/015-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/017-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/018-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/019-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/020-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/021-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/022-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/023-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/024-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/026-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/027-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/029-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/030-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/032-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/033-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/034-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/035-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/036-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/037-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/038-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/039-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/040-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/041-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/042-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/043-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/044-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/045-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/046-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/048-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/049-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/050-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/062-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/complex-positioned-movement-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/move-with-auto-width-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/negative-rel-position-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/relative-overconstrained-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/static-inline-position-dynamic-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/vertical-lr/003-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/vertical-lr/004-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/vertical-lr/005-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/vertical-lr/006-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/vertical-rl/003-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/vertical-rl/004-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/vertical-rl/005-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/vertical-rl/006-expected.txt: Removed. |
| * platform/gtk/fast/borders/fieldsetBorderRadius-expected.txt: Removed. |
| * platform/gtk/fast/borders/outline-offset-min-assert-expected.txt: Removed. |
| * platform/gtk/fast/borders/webkit-border-radius-expected.txt: Removed. |
| * platform/gtk/fast/box-shadow/shadow-tiling-artifact-expected.txt: Removed. |
| * platform/gtk/fast/box-shadow/single-pixel-shadow-expected.txt: Removed. |
| * platform/gtk/fast/canvas/canvas-as-image-expected.txt: Removed. |
| * platform/gtk/fast/canvas/canvas-bg-expected.txt: Removed. |
| * platform/gtk/fast/canvas/canvas-render-layer-expected.txt: Removed. |
| * platform/gtk/fast/css-generated-content/table-parts-before-and-after-expected.txt: Removed. |
| * platform/gtk/fast/css/006-expected.txt: Removed. |
| * platform/gtk/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed. |
| * platform/gtk/fast/css/bogus-color-span-expected.txt: Removed. |
| * platform/gtk/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Removed. |
| * platform/gtk/fast/css/content-dynamic-expected.txt: Removed. |
| * platform/gtk/fast/css/contentDiv-expected.txt: Removed. |
| * platform/gtk/fast/css/contentDivWithChildren-expected.txt: Removed. |
| * platform/gtk/fast/css/contentImage-expected.txt: Removed. |
| * platform/gtk/fast/css/font-face-multiple-remote-sources-expected.txt: Removed. |
| * platform/gtk/fast/css/font-face-remote-expected.txt: Removed. |
| * platform/gtk/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Removed. |
| * platform/gtk/fast/css/last-child-style-sharing-expected.txt: Removed. |
| * platform/gtk/fast/css/nested-rounded-corners-expected.txt: Removed. |
| * platform/gtk/fast/css/outline-auto-empty-rects-expected.txt: Removed. |
| * platform/gtk/fast/css/transition-color-unspecified-expected.txt: Removed. |
| * platform/gtk/fast/dom/HTMLStyleElement/insert-parser-generated-expected.txt: Removed. |
| * platform/gtk/fast/dom/attr_dead_doc-expected.txt: Removed. |
| * platform/gtk/fast/dom/css-cached-import-rule-expected.txt: Removed. |
| * platform/gtk/fast/dom/css-insert-import-rule-expected.txt: Removed. |
| * platform/gtk/fast/dom/delete-contents-expected.txt: Removed. |
| * platform/gtk/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Removed. |
| * platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/001-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/005-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/anonymous-block-layer-lost-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/float-no-longer-overhanging-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/float-withdrawal-2-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/floating-to-positioned-2-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/floating-to-positioned-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/staticY-expected.txt: Removed. |
| * platform/gtk/fast/dynamic/subtree-parent-static-y-expected.txt: Removed. |
| * platform/gtk/fast/events/document-elementFromPoint-expected.txt: Removed. |
| * platform/gtk/fast/events/event-attribute-expected.txt: Removed. |
| * platform/gtk/fast/files/workers/worker-read-blob-async-expected.txt: Removed. |
| * platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt: Removed. |
| * platform/gtk/fast/flexbox/flex-hang-expected.txt: Removed. |
| * platform/gtk/fast/forms/002-expected.txt: Removed. |
| * platform/gtk/fast/forms/005-expected.txt: Removed. |
| * platform/gtk/fast/forms/input-placeholder-paint-order-expected.txt: Removed. |
| * platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Removed. |
| * platform/gtk/fast/frames/002-expected.txt: Removed. |
| * platform/gtk/fast/frames/calculate-fixed-expected.txt: Removed. |
| * platform/gtk/fast/frames/calculate-order-expected.txt: Removed. |
| * platform/gtk/fast/frames/calculate-percentage-expected.txt: Removed. |
| * platform/gtk/fast/frames/calculate-relative-expected.txt: Removed. |
| * platform/gtk/fast/frames/calculate-round-expected.txt: Removed. |
| * platform/gtk/fast/frames/content-opacity-1-expected.txt: Removed. |
| * platform/gtk/fast/frames/content-opacity-2-expected.txt: Removed. |
| * platform/gtk/fast/frames/empty-cols-attribute-expected.txt: Removed. |
| * platform/gtk/fast/frames/empty-frame-src-expected.txt: Removed. |
| * platform/gtk/fast/frames/frame-set-whitespace-attributes-expected.txt: Removed. |
| * platform/gtk/fast/frames/iframe-scaling-with-scroll-expected.txt: Removed. |
| * platform/gtk/fast/frames/iframe-text-contents-expected.txt: Removed. |
| * platform/gtk/fast/frames/invalid-expected.txt: Removed. |
| * platform/gtk/fast/frames/no-frame-borders-expected.txt: Removed. |
| * platform/gtk/fast/gradients/background-clipped-expected.txt: Removed. |
| * platform/gtk/fast/images/gif-large-checkerboard-expected.txt: Removed. |
| * platform/gtk/fast/images/gray-scale-png-with-color-profile-expected.txt: Removed. |
| * platform/gtk/fast/images/png-suite/test-expected.txt: Removed. |
| * platform/gtk/fast/images/zoomed-img-size-expected.txt: Removed. |
| * platform/gtk/fast/inline-block/004-expected.txt: Removed. |
| * platform/gtk/fast/inline-block/005-expected.txt: Removed. |
| * platform/gtk/fast/invalid/015-expected.txt: Removed. |
| * platform/gtk/fast/invalid/table-residual-style-crash-expected.txt: Removed. |
| * platform/gtk/fast/layers/opacity-stacking-expected.txt: Removed. |
| * platform/gtk/fast/layers/positioned-inside-root-with-margins-expected.txt: Removed. |
| * platform/gtk/fast/layers/zindex-ridonkulous-expected.txt: Removed. |
| * platform/gtk/fast/multicol/break-properties-expected.txt: Removed. |
| * platform/gtk/fast/multicol/pagination-h-horizontal-bt-expected.txt: Removed. |
| * platform/gtk/fast/multicol/pagination-h-horizontal-tb-expected.txt: Removed. |
| * platform/gtk/fast/multicol/pagination-h-vertical-lr-expected.txt: Removed. |
| * platform/gtk/fast/multicol/pagination-h-vertical-rl-expected.txt: Removed. |
| * platform/gtk/fast/multicol/pagination-v-horizontal-bt-expected.txt: Removed. |
| * platform/gtk/fast/multicol/pagination-v-horizontal-tb-expected.txt: Removed. |
| * platform/gtk/fast/multicol/pagination-v-vertical-lr-expected.txt: Removed. |
| * platform/gtk/fast/multicol/pagination-v-vertical-rl-expected.txt: Removed. |
| * platform/gtk/fast/multicol/vertical-lr/break-properties-expected.txt: Removed. |
| * platform/gtk/fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Removed. |
| * platform/gtk/fast/multicol/vertical-rl/break-properties-expected.txt: Removed. |
| * platform/gtk/fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Removed. |
| * platform/gtk/fast/overflow/overflow-update-transform-expected.txt: Removed. |
| * platform/gtk/fast/overflow/position-relative-expected.txt: Removed. |
| * platform/gtk/fast/overflow/trailing-float-linebox-expected.txt: Removed. |
| * platform/gtk/fast/overflow/unreachable-content-test-expected.txt: Removed. |
| * platform/gtk/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Removed. |
| * platform/gtk/fast/parser/style-script-head-test-expected.txt: Removed. |
| * platform/gtk/fast/reflections/reflection-with-zoom-expected.txt: Removed. |
| * platform/gtk/fast/reflections/table-cell-expected.txt: Removed. |
| * platform/gtk/fast/repaint/background-generated-expected.txt: Removed. |
| * platform/gtk/fast/repaint/content-into-overflow-expected.txt: Removed. |
| * platform/gtk/fast/repaint/erase-overflow-expected.txt: Removed. |
| * platform/gtk/fast/repaint/fixed-tranformed-expected.txt: Removed. |
| * platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.txt: Removed. |
| * platform/gtk/fast/repaint/float-new-in-block-expected.txt: Removed. |
| * platform/gtk/fast/repaint/focus-ring-expected.txt: Removed. |
| * platform/gtk/fast/repaint/inline-block-resize-expected.txt: Removed. |
| * platform/gtk/fast/repaint/intermediate-layout-position-clip-expected.txt: Removed. |
| * platform/gtk/fast/repaint/intermediate-layout-position-expected.txt: Removed. |
| * platform/gtk/fast/repaint/invisible-objects-expected.txt: Removed. |
| * platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.txt: Removed. |
| * platform/gtk/fast/repaint/layer-visibility-expected.txt: Removed. |
| * platform/gtk/fast/repaint/layout-state-only-positioned-expected.txt: Removed. |
| * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Removed. |
| * platform/gtk/fast/repaint/overflow-into-content-expected.txt: Removed. |
| * platform/gtk/fast/repaint/repaint-during-scroll-expected.txt: Removed. |
| * platform/gtk/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Removed. |
| * platform/gtk/fast/repaint/table-col-background-expected.txt: Removed. |
| * platform/gtk/fast/repaint/table-outer-border-expected.txt: Removed. |
| * platform/gtk/fast/repaint/table-row-expected.txt: Removed. |
| * platform/gtk/fast/repaint/table-section-overflow-expected.txt: Removed. |
| * platform/gtk/fast/repaint/table-two-pass-layout-overpaint-expected.txt: Removed. |
| * platform/gtk/fast/repaint/transform-disable-layoutstate-expected.txt: Removed. |
| * platform/gtk/fast/repaint/transform-replaced-shadows-expected.txt: Removed. |
| * platform/gtk/fast/repaint/transform-rotate-and-remove-expected.txt: Removed. |
| * platform/gtk/fast/repaint/view-background-from-body-1-expected.txt: Removed. |
| * platform/gtk/fast/repaint/view-background-from-body-2-expected.txt: Removed. |
| * platform/gtk/fast/replaced/008-expected.txt: Removed. |
| * platform/gtk/fast/replaced/percent-height-in-anonymous-block-expected.txt: Removed. |
| * platform/gtk/fast/replaced/selection-rect-expected.txt: Removed. |
| * platform/gtk/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Removed. |
| * platform/gtk/fast/table/024-expected.txt: Removed. |
| * platform/gtk/fast/table/031-expected.txt: Removed. |
| * platform/gtk/fast/table/032-expected.txt: Removed. |
| * platform/gtk/fast/table/auto-100-percent-width-expected.txt: Removed. |
| * platform/gtk/fast/table/caption-relayout-expected.txt: Removed. |
| * platform/gtk/fast/table/div-as-col-span-expected.txt: Removed. |
| * platform/gtk/fast/table/fixed-granular-cols-expected.txt: Removed. |
| * platform/gtk/fast/table/fixed-with-auto-with-colspan-expected.txt: Removed. |
| * platform/gtk/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: Removed. |
| * platform/gtk/fast/table/growCellForImageQuirk-expected.txt: Removed. |
| * platform/gtk/fast/table/growCellForImageQuirk-vertical-expected.txt: Removed. |
| * platform/gtk/fast/table/height-percent-test-vertical-expected.txt: Removed. |
| * platform/gtk/fast/table/percent-widths-stretch-expected.txt: Removed. |
| * platform/gtk/fast/table/percent-widths-stretch-vertical-expected.txt: Removed. |
| * platform/gtk/fast/table/table-row-outline-paint-expected.txt: Removed. |
| * platform/gtk/fast/table/vertical-align-baseline-readjust-expected.txt: Removed. |
| * platform/gtk/fast/table/wide-colspan-expected.txt: Removed. |
| * platform/gtk/fast/table/wide-column-expected.txt: Removed. |
| * platform/gtk/fast/text/align-center-rtl-spill-expected.txt: Removed. |
| * platform/gtk/fast/text/stripNullFromText-expected.txt: Removed. |
| * platform/gtk/fast/text/wbr-pre-expected.txt: Removed. |
| * platform/gtk/fast/text/whitespace/019-expected.txt: Removed. |
| * platform/gtk/fast/text/whitespace/022-expected.txt: Removed. |
| * platform/gtk/fast/text/whitespace/023-expected.txt: Removed. |
| * platform/gtk/fast/tokenizer/missing-style-end-tag-1-expected.txt: Removed. |
| * platform/gtk/fast/tokenizer/missing-style-end-tag-2-expected.txt: Removed. |
| * platform/gtk/fast/tokenizer/script-after-frameset-expected.txt: Removed. |
| * platform/gtk/fast/transforms/matrix-01-expected.txt: Removed. |
| * platform/gtk/fast/transforms/matrix-02-expected.txt: Removed. |
| * platform/gtk/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed. |
| * platform/gtk/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/body-direction-propagation-blocked-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/body-direction-propagation-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/body-writing-mode-propagation-blocked-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/body-writing-mode-propagation-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/floats-in-block-layout-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/inline-direction-positioning-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/margin-collapse-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/root-lr-basic-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/self-collapsing-block-expected.txt: Removed. |
| * platform/gtk/js/dom/global-constructors-attributes-dedicated-worker-expected.txt: Removed. |
| * platform/gtk/js/dom/global-constructors-attributes-shared-worker-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug12910-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug131020-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug137388-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug137388-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug137388-3-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug157890-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug1818-3-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug1818-6-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug222336-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug222467-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug269566-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug277062-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug28933-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug2954-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug8032-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug83786-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.txt: Removed. |
| * platform/gtk/transitions/transition-end-event-rendering-expected.txt: Removed. |
| |
| 2013-10-16 Andreas Kling <akling@apple.com> |
| |
| Remove port-specific SVG test expectations that were identical to generic expectations. |
| <https://webkit.org/b/121551> |
| |
| Reviewed by Antti Koivisto. |
| |
| * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.txt: Removed. |
| * platform/efl/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed. |
| * platform/efl/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Removed. |
| * platform/efl/svg/as-image/image-respects-pageScaleFactor-change-expected.txt: Removed. |
| * platform/efl/svg/as-image/svg-as-image-expected.txt: Removed. |
| * platform/efl/svg/as-image/svg-non-integer-scaled-image-expected.txt: Removed. |
| * platform/efl/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-in-clip-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-child-clipped-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-clipped-no-content-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-evenodd-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-evenodd-nonzero-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-nonzero-evenodd-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-nonzero-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-recursive-call-by-child-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-recursive-call-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-transform-1-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-use-as-child2-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-use-as-child3-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-use-as-child4-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-use-as-child5-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-with-container-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-with-different-unittypes-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-with-different-unittypes2-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clip-path-with-invisibile-child-expected.txt: Removed. |
| * platform/efl/svg/clip-path/clipper-placement-issue-expected.txt: Removed. |
| * platform/efl/svg/css/path-with-shadow-expected.txt: Removed. |
| * platform/efl/svg/css/shadow-and-opacity-expected.txt: Removed. |
| * platform/efl/svg/custom/pattern-scaling-expected.txt: Removed. |
| * platform/efl/svg/dom/css-transforms-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.txt: Removed. |
| * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.txt: Removed. |
| * platform/efl/svg/filters/big-sized-filter-2-expected.txt: Removed. |
| * platform/efl/svg/filters/big-sized-filter-expected.txt: Removed. |
| * platform/efl/svg/filters/feImage-change-target-id-expected.txt: Removed. |
| * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.txt: Removed. |
| * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.txt: Removed. |
| * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.txt: Removed. |
| * platform/efl/svg/filters/feImage-remove-target-expected.txt: Removed. |
| * platform/efl/svg/filters/feMerge-wrong-input-expected.txt: Removed. |
| * platform/efl/svg/filters/filter-empty-g-expected.txt: Removed. |
| * platform/efl/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: Removed. |
| * platform/efl/svg/foreignObject/fO-display-none-expected.txt: Removed. |
| * platform/efl/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.txt: Removed. |
| * platform/efl/svg/foreignObject/fO-parent-display-none-expected.txt: Removed. |
| * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: Removed. |
| * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: Removed. |
| * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: Removed. |
| * platform/efl/svg/hixie/cascade/001-broken-expected.txt: Removed. |
| * platform/efl/svg/hixie/data-types/001-expected.txt: Removed. |
| * platform/efl/svg/hixie/dynamic/003-expected.txt: Removed. |
| * platform/efl/svg/hixie/dynamic/004-expected.txt: Removed. |
| * platform/efl/svg/hixie/dynamic/005-expected.txt: Removed. |
| * platform/efl/svg/hixie/dynamic/006-expected.txt: Removed. |
| * platform/efl/svg/hixie/error/001-expected.txt: Removed. |
| * platform/efl/svg/hixie/error/006-expected.txt: Removed. |
| * platform/efl/svg/hixie/error/007-expected.txt: Removed. |
| * platform/efl/svg/hixie/error/008-expected.txt: Removed. |
| * platform/efl/svg/hixie/error/009-expected.txt: Removed. |
| * platform/efl/svg/hixie/error/014-expected.txt: Removed. |
| * platform/efl/svg/hixie/error/014-test-expected.txt: Removed. |
| * platform/efl/svg/hixie/error/015-expected.txt: Removed. |
| * platform/efl/svg/hixie/error/016-expected.txt: Removed. |
| * platform/efl/svg/hixie/mixed/004-expected.txt: Removed. |
| * platform/efl/svg/hixie/mixed/005-expected.txt: Removed. |
| * platform/efl/svg/hixie/painting/001-expected.txt: Removed. |
| * platform/efl/svg/hixie/processing-model/005-expected.txt: Removed. |
| * platform/efl/svg/hixie/rendering-model/001-expected.txt: Removed. |
| * platform/efl/svg/hixie/rendering-model/002-expected.txt: Removed. |
| * platform/efl/svg/hixie/rendering-model/003a-expected.txt: Removed. |
| * platform/efl/svg/hixie/text/001-expected.txt: Removed. |
| * platform/efl/svg/hixie/transform/001-expected.txt: Removed. |
| * platform/efl/svg/hixie/use/001-expected.txt: Removed. |
| * platform/efl/svg/hixie/use/002-expected.txt: Removed. |
| * platform/efl/svg/hixie/use/002-test-expected.txt: Removed. |
| * platform/efl/svg/hixie/viewbox/001-expected.txt: Removed. |
| * platform/efl/svg/hixie/viewbox/002-expected.txt: Removed. |
| * platform/efl/svg/hixie/viewbox/003-expected.txt: Removed. |
| * platform/efl/svg/hixie/viewbox/004-expected.txt: Removed. |
| * platform/efl/svg/overflow/overflow-on-foreignObject-expected.txt: Removed. |
| * platform/efl/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt: Removed. |
| * platform/efl/svg/overflow/overflow-on-inner-svg-element-expected.txt: Removed. |
| * platform/efl/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Removed. |
| * platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Removed. |
| * platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Removed. |
| * platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Removed. |
| * platform/efl/svg/repaint/repainting-after-animation-element-removal-expected.txt: Removed. |
| * platform/efl/svg/text/text-hkern-expected.txt: Removed. |
| * platform/efl/svg/text/text-hkern-on-vertical-text-expected.txt: Removed. |
| * platform/efl/svg/text/text-vkern-expected.txt: Removed. |
| * platform/efl/svg/text/text-vkern-on-horizontal-text-expected.txt: Removed. |
| * platform/efl/svg/text/textPathBoundsBug-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/absolute-sized-document-scrollbars-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-as-image-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-as-object-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed. |
| * platform/gtk/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Removed. |
| * platform/gtk/svg/as-image/svg-as-image-expected.txt: Removed. |
| * platform/gtk/svg/as-image/svg-non-integer-scaled-image-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-in-clip-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-child-clipped-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-clipped-no-content-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-evenodd-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-evenodd-nonzero-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-nonzero-evenodd-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-nonzero-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-recursive-call-by-child-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-recursive-call-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-transform-1-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-use-as-child2-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-use-as-child3-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-use-as-child4-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-use-as-child5-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-with-container-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-with-different-unittypes-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-with-different-unittypes2-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clip-path-with-invisibile-child-expected.txt: Removed. |
| * platform/gtk/svg/clip-path/clipper-placement-issue-expected.txt: Removed. |
| * platform/gtk/svg/css/path-with-shadow-expected.txt: Removed. |
| * platform/gtk/svg/css/shadow-and-opacity-expected.txt: Removed. |
| * platform/gtk/svg/custom/SVGNumber-interface-expected.txt: Removed. |
| * platform/gtk/svg/custom/SVGPoint-interface-expected.txt: Removed. |
| * platform/gtk/svg/custom/SVGRect-interface-expected.txt: Removed. |
| * platform/gtk/svg/custom/attribute-namespace-check-expected.txt: Removed. |
| * platform/gtk/svg/custom/circular-marker-reference-3-expected.txt: Removed. |
| * platform/gtk/svg/custom/class-baseValue-expected.txt: Removed. |
| * platform/gtk/svg/custom/class-selector-expected.txt: Removed. |
| * platform/gtk/svg/custom/clip-path-with-css-transform-1-expected.txt: Removed. |
| * platform/gtk/svg/custom/clip-path-with-css-transform-2-expected.txt: Removed. |
| * platform/gtk/svg/custom/clip-path-with-transform-expected.txt: Removed. |
| * platform/gtk/svg/custom/conditional-processing-outside-switch-expected.txt: Removed. |
| * platform/gtk/svg/custom/convolution-crash-expected.txt: Removed. |
| * platform/gtk/svg/custom/create-metadata-element-expected.txt: Removed. |
| * platform/gtk/svg/custom/createImageElement-expected.txt: Removed. |
| * platform/gtk/svg/custom/createelement-expected.txt: Removed. |
| * platform/gtk/svg/custom/css-pixels-dpi-expected.txt: Removed. |
| * platform/gtk/svg/custom/dasharrayOrigin-expected.txt: Removed. |
| * platform/gtk/svg/custom/display-none-expected.txt: Removed. |
| * platform/gtk/svg/custom/dynamic-empty-path-expected.txt: Removed. |
| * platform/gtk/svg/custom/dynamic-viewBox-expected.txt: Removed. |
| * platform/gtk/svg/custom/empty-merge-expected.txt: Removed. |
| * platform/gtk/svg/custom/evt-onload-expected.txt: Removed. |
| * platform/gtk/svg/custom/fill-opacity-hsl-expected.txt: Removed. |
| * platform/gtk/svg/custom/fill-opacity-rgba-expected.txt: Removed. |
| * platform/gtk/svg/custom/fill-update-expected.txt: Removed. |
| * platform/gtk/svg/custom/fractional-rects-expected.txt: Removed. |
| * platform/gtk/svg/custom/glyph-selection-arabic-forms-expected.txt: Removed. |
| * platform/gtk/svg/custom/glyph-selection-non-bmp-expected.txt: Removed. |
| * platform/gtk/svg/custom/gradient-attr-update-expected.txt: Removed. |
| * platform/gtk/svg/custom/gradient-rotated-bbox-expected.txt: Removed. |
| * platform/gtk/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt: Removed. |
| * platform/gtk/svg/custom/group-opacity-expected.txt: Removed. |
| * platform/gtk/svg/custom/hover-default-fill-expected.txt: Removed. |
| * platform/gtk/svg/custom/image-with-aspect-ratio-stretch-expected.txt: Removed. |
| * platform/gtk/svg/custom/inner-percent-expected.txt: Removed. |
| * platform/gtk/svg/custom/inner-svg-hit-test-expected.txt: Removed. |
| * platform/gtk/svg/custom/invalid-dasharray-expected.txt: Removed. |
| * platform/gtk/svg/custom/invalid-transforms-expected.txt: Removed. |
| * platform/gtk/svg/custom/js-update-container-expected.txt: Removed. |
| * platform/gtk/svg/custom/js-update-image-and-display-expected.txt: Removed. |
| * platform/gtk/svg/custom/js-update-image-and-display2-expected.txt: Removed. |
| * platform/gtk/svg/custom/js-update-image-and-display3-expected.txt: Removed. |
| * platform/gtk/svg/custom/large-bounding-box-percents-expected.txt: Removed. |
| * platform/gtk/svg/custom/marker-empty-path-expected.txt: Removed. |
| * platform/gtk/svg/custom/marker-referencePoint-expected.txt: Removed. |
| * platform/gtk/svg/custom/mask-changes-expected.txt: Removed. |
| * platform/gtk/svg/custom/mask-colorspace-expected.txt: Removed. |
| * platform/gtk/svg/custom/mask-excessive-malloc-expected.txt: Removed. |
| * platform/gtk/svg/custom/mask-inside-defs-expected.txt: Removed. |
| * platform/gtk/svg/custom/mask-on-multiple-objects-expected.txt: Removed. |
| * platform/gtk/svg/custom/mask-with-default-value-expected.txt: Removed. |
| * platform/gtk/svg/custom/non-scaling-stroke-markers-expected.txt: Removed. |
| * platform/gtk/svg/custom/outer-svg-unknown-feature-expected.txt: Removed. |
| * platform/gtk/svg/custom/painting-marker-07-f-inherit-expected.txt: Removed. |
| * platform/gtk/svg/custom/path-moveto-only-rendering-expected.txt: Removed. |
| * platform/gtk/svg/custom/path-update-expected.txt: Removed. |
| * platform/gtk/svg/custom/pattern-no-pixelation-expected.txt: Removed. |
| * platform/gtk/svg/custom/pattern-scaling-expected.txt: Removed. |
| * platform/gtk/svg/custom/pattern-y-offset-expected.txt: Removed. |
| * platform/gtk/svg/custom/percentage-rect2-expected.txt: Removed. |
| * platform/gtk/svg/custom/poly-identify-expected.txt: Removed. |
| * platform/gtk/svg/custom/polyline-hittest-expected.txt: Removed. |
| * platform/gtk/svg/custom/polyline-invalid-points-expected.txt: Removed. |
| * platform/gtk/svg/custom/polyline-setattribute-points-null-expected.txt: Removed. |
| * platform/gtk/svg/custom/root-container-opacity-clip-viewBox-expected.txt: Removed. |
| * platform/gtk/svg/custom/rootelement-expected.txt: Removed. |
| * platform/gtk/svg/custom/rounded-rects-expected.txt: Removed. |
| * platform/gtk/svg/custom/sheet-title-expected.txt: Removed. |
| * platform/gtk/svg/custom/small-rect-scale-expected.txt: Removed. |
| * platform/gtk/svg/custom/subpaths-moveto-only-rendering-expected.txt: Removed. |
| * platform/gtk/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed. |
| * platform/gtk/svg/custom/svgpolyparser-extra-space-expected.txt: Removed. |
| * platform/gtk/svg/custom/text-gradient-no-content-expected.txt: Removed. |
| * platform/gtk/svg/custom/transform-ignore-after-invalid-expected.txt: Removed. |
| * platform/gtk/svg/custom/transform-invalid-expected.txt: Removed. |
| * platform/gtk/svg/custom/transform-removeAttributeNS-expected.txt: Removed. |
| * platform/gtk/svg/custom/transform-scale-parse-expected.txt: Removed. |
| * platform/gtk/svg/custom/transform-with-ending-space-expected.txt: Removed. |
| * platform/gtk/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Removed. |
| * platform/gtk/svg/custom/use-disappears-after-style-update-expected.txt: Removed. |
| * platform/gtk/svg/custom/use-empty-reference-expected.txt: Removed. |
| * platform/gtk/svg/custom/use-extern-href-expected.txt: Removed. |
| * platform/gtk/svg/custom/use-invalid-pattern-expected.txt: Removed. |
| * platform/gtk/svg/custom/use-property-synchronization-crash-expected.txt: Removed. |
| * platform/gtk/svg/custom/use-recalcStyle-crash-expected.txt: Removed. |
| * platform/gtk/svg/custom/use-symbol-overflow-expected.txt: Removed. |
| * platform/gtk/svg/custom/viewBox-hit-expected.txt: Removed. |
| * platform/gtk/svg/custom/viewport-clip-expected.txt: Removed. |
| * platform/gtk/svg/custom/viewport-no-width-height-expected.txt: Removed. |
| * platform/gtk/svg/custom/viewport-update-expected.txt: Removed. |
| * platform/gtk/svg/custom/viewport-update2-expected.txt: Removed. |
| * platform/gtk/svg/custom/visibility-override-clip-expected.txt: Removed. |
| * platform/gtk/svg/custom/visibility-override-expected.txt: Removed. |
| * platform/gtk/svg/custom/visibility-override-filter-expected.txt: Removed. |
| * platform/gtk/svg/custom/visibility-override-mask-expected.txt: Removed. |
| * platform/gtk/svg/custom/width-full-percentage-expected.txt: Removed. |
| * platform/gtk/svg/custom/xhtml-no-svg-renderer-expected.txt: Removed. |
| * platform/gtk/svg/custom/xml-stylesheet-expected.txt: Removed. |
| * platform/gtk/svg/filters/big-sized-filter-2-expected.txt: Removed. |
| * platform/gtk/svg/filters/big-sized-filter-expected.txt: Removed. |
| * platform/gtk/svg/filters/feImage-change-target-id-expected.txt: Removed. |
| * platform/gtk/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.txt: Removed. |
| * platform/gtk/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.txt: Removed. |
| * platform/gtk/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.txt: Removed. |
| * platform/gtk/svg/filters/feImage-remove-target-expected.txt: Removed. |
| * platform/gtk/svg/filters/feMerge-wrong-input-expected.txt: Removed. |
| * platform/gtk/svg/filters/filter-empty-g-expected.txt: Removed. |
| * platform/gtk/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: Removed. |
| * platform/gtk/svg/foreignObject/fO-display-none-expected.txt: Removed. |
| * platform/gtk/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.txt: Removed. |
| * platform/gtk/svg/foreignObject/fO-parent-display-none-expected.txt: Removed. |
| * platform/gtk/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: Removed. |
| * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: Removed. |
| * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: Removed. |
| * platform/gtk/svg/hixie/cascade/001-broken-expected.txt: Removed. |
| * platform/gtk/svg/hixie/data-types/001-expected.txt: Removed. |
| * platform/gtk/svg/hixie/dynamic/003-expected.txt: Removed. |
| * platform/gtk/svg/hixie/dynamic/004-expected.txt: Removed. |
| * platform/gtk/svg/hixie/dynamic/005-expected.txt: Removed. |
| * platform/gtk/svg/hixie/dynamic/006-expected.txt: Removed. |
| * platform/gtk/svg/hixie/error/001-expected.txt: Removed. |
| * platform/gtk/svg/hixie/error/006-expected.txt: Removed. |
| * platform/gtk/svg/hixie/error/007-expected.txt: Removed. |
| * platform/gtk/svg/hixie/error/008-expected.txt: Removed. |
| * platform/gtk/svg/hixie/error/009-expected.txt: Removed. |
| * platform/gtk/svg/hixie/error/014-expected.txt: Removed. |
| * platform/gtk/svg/hixie/error/014-test-expected.txt: Removed. |
| * platform/gtk/svg/hixie/error/015-expected.txt: Removed. |
| * platform/gtk/svg/hixie/error/016-expected.txt: Removed. |
| * platform/gtk/svg/hixie/painting/001-expected.txt: Removed. |
| * platform/gtk/svg/hixie/processing-model/005-expected.txt: Removed. |
| * platform/gtk/svg/hixie/rendering-model/001-expected.txt: Removed. |
| * platform/gtk/svg/hixie/rendering-model/002-expected.txt: Removed. |
| * platform/gtk/svg/hixie/rendering-model/003a-expected.txt: Removed. |
| * platform/gtk/svg/hixie/text/001-expected.txt: Removed. |
| * platform/gtk/svg/hixie/transform/001-expected.txt: Removed. |
| * platform/gtk/svg/hixie/use/001-expected.txt: Removed. |
| * platform/gtk/svg/hixie/use/002-expected.txt: Removed. |
| * platform/gtk/svg/hixie/use/002-test-expected.txt: Removed. |
| * platform/gtk/svg/hixie/viewbox/001-expected.txt: Removed. |
| * platform/gtk/svg/hixie/viewbox/002-expected.txt: Removed. |
| * platform/gtk/svg/hixie/viewbox/003-expected.txt: Removed. |
| * platform/gtk/svg/hixie/viewbox/004-expected.txt: Removed. |
| * platform/gtk/svg/overflow/overflow-on-foreignObject-expected.txt: Removed. |
| * platform/gtk/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt: Removed. |
| * platform/gtk/svg/overflow/overflow-on-inner-svg-element-expected.txt: Removed. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Removed. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Removed. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Removed. |
| * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Removed. |
| * platform/gtk/svg/repaint/repainting-after-animation-element-removal-expected.txt: Removed. |
| * platform/gtk/svg/text/text-hkern-expected.txt: Removed. |
| * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt: Removed. |
| * platform/gtk/svg/text/text-vkern-expected.txt: Removed. |
| * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt: Removed. |
| * platform/gtk/svg/text/textPathBoundsBug-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/absolute-sized-document-scrollbars-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-as-image-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-as-object-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed. |
| |
| 2013-10-16 Andreas Kling <akling@apple.com> |
| |
| Remove Mac-specific test expectations that were identical to generic expectations. |
| <https://webkit.org/b/121551> |
| |
| Reviewed by Antti Koivisto. |
| |
| * platform/mac-lion/css3/filters/composited-during-animation-layertree-expected.txt: Removed. |
| * platform/mac-lion/fast/canvas/canvas-scale-shadowBlur-expected.txt: Removed. |
| * platform/mac-lion/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed. |
| * platform/mac-lion/fast/canvas/canvas-strokePath-gradient-shadow-expected.txt: Removed. |
| * platform/mac-lion/fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Removed. |
| * platform/mac-lion/http/tests/multipart/multipart-replace-non-html-content-expected.txt: Removed. |
| * platform/mac-lion/http/tests/multipart/policy-ignore-crash-expected.txt: Removed. |
| * platform/mac-lion/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Removed. |
| * platform/mac-lion/sputnik/Unicode/Unicode_320/S7.6_A2.2_T2-expected.txt: Removed. |
| * platform/mac-lion/sputnik/Unicode/Unicode_320/S7.6_A5.2_T8-expected.txt: Removed. |
| * platform/mac-wk2/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Removed. |
| * platform/mac-wk2/http/tests/security/cross-origin-local-storage-wk1-expected.txt: Removed. |
| * platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: Removed. |
| * platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt: Removed. |
| * platform/mac/webarchive/loading/mainresource-null-mimetype-crash-expected.txt: Removed. |
| |
| 2013-10-16 Andreas Kling <akling@apple.com> |
| |
| Remove Windows-specific test expectations that were identical to generic expectations. |
| <https://webkit.org/b/121551> |
| |
| Reviewed by Antti Koivisto. |
| |
| * platform/win-7sp0/plugins/npp-set-window-called-during-destruction-expected.txt: Removed. |
| * platform/win-future/svg/batik/text/textPosition2-expected.txt: Removed. |
| * platform/win/css3/filters/effect-reference-expected.txt: Removed. |
| * platform/win/css3/filters/effect-reference-hw-expected.txt: Removed. |
| * platform/win/editing/deleting/delete-br-009-expected.txt: Removed. |
| * platform/win/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Removed. |
| * platform/win/editing/inserting/insert-3800346-fix-expected.txt: Removed. |
| * platform/win/editing/selection/anchor-focus2-expected.txt: Removed. |
| * platform/win/editing/selection/anchor-focus3-expected.txt: Removed. |
| * platform/win/editing/selection/collapse-selection-in-bidi-expected.txt: Removed. |
| * platform/win/editing/selection/drag-text-delay-expected.txt: Removed. |
| * platform/win/editing/selection/extend-selection-home-end-expected.txt: Removed. |
| * platform/win/fast/block/positioning/016-expected.txt: Removed. |
| * platform/win/fast/block/positioning/025-expected.txt: Removed. |
| * platform/win/fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed. |
| * platform/win/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Removed. |
| * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed. |
| * platform/win/fast/canvas/canvas-render-layer-expected.txt: Removed. |
| * platform/win/fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Removed. |
| * platform/win/fast/css/zoom-body-scroll-expected.txt: Removed. |
| * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Removed. |
| * platform/win/fast/dom/icon-url-property-expected.txt: Removed. |
| * platform/win/fast/dom/vertical-scrollbar-in-rtl-expected.txt: Removed. |
| * platform/win/fast/events/event-attribute-expected.txt: Removed. |
| * platform/win/fast/events/ondragenter-expected.txt: Removed. |
| * platform/win/fast/forms/cursor-at-editable-content-boundary-expected.txt: Removed. |
| * platform/win/fast/forms/implicit-submission-expected.txt: Removed. |
| * platform/win/fast/forms/range/slider-mouse-events-expected.txt: Removed. |
| * platform/win/fast/forms/select-popup-pagekeys-expected.txt: Removed. |
| * platform/win/fast/images/crossfade-client-not-removed-crash-expected.txt: Removed. |
| * platform/win/fast/media/w3c/test_media_queries-expected.txt: Removed. |
| * platform/win/fast/repaint/table-cell-collapsed-border-scroll-expected.txt: Removed. |
| * platform/win/http/tests/inspector/resource-har-conversion-expected.txt: Removed. |
| * platform/win/http/tests/misc/acid3-expected.txt: Removed. |
| * platform/win/media/media-can-play-ogg-expected.txt: Removed. |
| * platform/win/media/media-can-play-wav-audio-expected.txt: Removed. |
| * platform/win/media/video-colorspace-yuv420-expected.txt: Removed. |
| * platform/win/media/video-colorspace-yuv422-expected.txt: Removed. |
| * platform/win/media/video-size-intrinsic-scale-expected.txt: Removed. |
| * platform/win/plugins/netscape-dom-access-and-reload-expected.txt: Removed. |
| * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Removed. |
| * platform/win/svg/custom/pattern-scaling-expected.txt: Removed. |
| |
| 2013-10-15 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. Rebaselining after r155253. |
| |
| * platform/efl/fast/forms/formmove3-expected.txt: |
| * platform/efl/fast/forms/input-align-image-expected.txt: |
| * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt: |
| * platform/efl/fast/invalid/003-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug647-expected.txt: |
| |
| 2013-10-15 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. Rebaselining after r155324. |
| |
| * platform/efl/fast/forms/placeholder-position-expected.png: |
| * platform/efl/fast/forms/placeholder-position-expected.txt: |
| |
| 2013-10-15 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| |
| Unreviewed, EFL gardening. Added new baselines for missing expected results. |
| |
| * platform/efl/TestExpectations: |
| * platform/efl/editing/unsupported-content/table-delete-001-expected.txt: Added. |
| * platform/efl/editing/unsupported-content/table-delete-003-expected.png: |
| * platform/efl/editing/unsupported-content/table-delete-003-expected.txt: Added. |
| |
| 2013-10-15 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| |
| Unreviewed, EFL gardening. |
| |
| * platform/efl/TestExpectations: svg/filters/filter-hidden-content.svg is passed after r142955. |
| |
| 2013-10-15 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| Unreviewed EFL gardening. Rebaselining after r155408. |
| |
| * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt: |
| * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.txt: |
| * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt: |
| * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt: |
| |
| 2013-10-15 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] Unreviewed gardening of some forms tests. |
| |
| * platform/win/fast/forms/search-styled-expected.txt: Added. |
| * platform/win/fast/forms/select-writing-direction-natural-expected.txt: Removed. |
| |
| 2013-10-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| REGRESSION: Crash in XMLDocumentParser::startElementNs |
| https://bugs.webkit.org/show_bug.cgi?id=122817 |
| |
| Reviewed by Darin Adler. |
| |
| Add a regression test from https://chromium.googlesource.com/chromium/blink/+/57afab5d21cccd89f032b9a3e62f3a61c6a0e9c2 |
| |
| * fast/parser/resources/remove-parent.xhtml: Added. |
| * fast/parser/xhtml-synchronous-detach-crash-expected.txt: Added. |
| * fast/parser/xhtml-synchronous-detach-crash.html: Added. |
| |
| 2013-10-15 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r157460. |
| http://trac.webkit.org/changeset/157460 |
| https://bugs.webkit.org/show_bug.cgi?id=122858 |
| |
| Mis-skip, test isn't actually failing. (Requested by rfong on |
| #webkit). |
| |
| * platform/wk2/TestExpectations: |
| |
| 2013-10-15 Roger Fong <roger_fong@apple.com> |
| |
| Unreviewed gardening. Skip unexpected flakey test: webaudio/oscillator-sawtooth.html. |
| |
| * platform/wk2/TestExpectations: |
| |
| 2013-10-15 Morten Stenshorne <mstensho@opera.com> |
| |
| Add support for the column-fill property |
| https://bugs.webkit.org/show_bug.cgi?id=117693 |
| |
| Reviewed by David Hyatt. |
| |
| With column-fill support, a lot of multicol tests needed an update. |
| The old implementation behaved as if column-fill were 'auto', but the |
| initial value is 'balance', so now we need to be explicit about that. |
| For auto-height tests it doesn't really matter - such multicols are always |
| balanced anyway. |
| |
| * compositing/geometry/composited-in-columns.html: |
| * fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.html: |
| * fast/block/positioning/offsetLeft-offsetTop-multicolumn.html: |
| * fast/borders/border-antialiasing.html: |
| * fast/dynamic/float-moved-downwards-for-pagination-expected.html: |
| * fast/dynamic/float-moved-downwards-for-pagination.html: |
| * fast/dynamic/layer-no-longer-paginated.html: |
| * fast/events/document-elementFromPoint.html: |
| * fast/line-grid/line-grid-inside-columns.html: |
| * fast/line-grid/line-grid-into-columns.html: |
| * fast/multicol/break-properties.html: |
| * fast/multicol/cell-shrinkback.html: |
| * fast/multicol/client-rects.html: |
| * fast/multicol/column-count-with-rules.html: |
| * fast/multicol/fixed-column-percent-logical-height-orthogonal-writing-mode.html: |
| * fast/multicol/flipped-blocks-hit-test.html: |
| * fast/multicol/float-paginate-complex.html: |
| * fast/multicol/float-paginate-empty-lines.html: |
| * fast/multicol/float-paginate.html: |
| * fast/multicol/float-truncation.html: |
| * fast/multicol/hit-test-above-or-below.html: |
| * fast/multicol/hit-test-end-of-column-with-line-height.html: |
| * fast/multicol/hit-test-end-of-column.html: |
| * fast/multicol/hit-test-float.html: |
| * fast/multicol/image-inside-nested-blocks-with-border.html: |
| * fast/multicol/layers-in-multicol.html: |
| * fast/multicol/layers-split-across-columns.html: |
| * fast/multicol/margin-collapse.html: |
| * fast/multicol/mixed-opacity-fixed-test.html: |
| * fast/multicol/mixed-opacity-test.html: |
| * fast/multicol/mixed-positioning-stacking-order.html: |
| * fast/multicol/nested-columns.html: |
| * fast/multicol/newmulticol/cell-shrinkback-expected.html: |
| * fast/multicol/newmulticol/cell-shrinkback.html: |
| * fast/multicol/newmulticol/column-rules-fixed-height-expected.html: |
| * fast/multicol/newmulticol/fixed-height-fill-auto-expected.html: Added. |
| * fast/multicol/newmulticol/fixed-height-fill-auto.html: Added. |
| * fast/multicol/newmulticol/fixed-height-fill-balance-expected.html: Added. |
| * fast/multicol/newmulticol/fixed-height-fill-balance.html: Added. |
| * fast/multicol/newmulticol/float-avoidance-expected.html: |
| * fast/multicol/newmulticol/float-avoidance.html: |
| * fast/multicol/newmulticol/float-multicol-expected.html: |
| * fast/multicol/newmulticol/float-multicol.html: |
| * fast/multicol/newmulticol/float-paginate-complex-expected.html: |
| * fast/multicol/newmulticol/float-paginate-complex.html: |
| * fast/multicol/newmulticol/float-paginate-empty-lines-expected.html: |
| * fast/multicol/newmulticol/float-paginate-empty-lines.html: |
| * fast/multicol/newmulticol/float-paginate-expected.html: |
| * fast/multicol/newmulticol/float-paginate.html: |
| * fast/multicol/newmulticol/layers-in-multicol-expected.html: |
| * fast/multicol/newmulticol/layers-in-multicol.html: |
| * fast/multicol/newmulticol/layers-split-across-columns-expected.html: |
| * fast/multicol/newmulticol/layers-split-across-columns.html: |
| * fast/multicol/newmulticol/positioned-split-expected.html: |
| * fast/multicol/newmulticol/positioned-split.html: |
| * fast/multicol/newmulticol/positioned-with-constrained-height-expected.html: |
| * fast/multicol/newmulticol/positioned-with-constrained-height.html: |
| * fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html: |
| * fast/multicol/orphans-relayout.html: |
| * fast/multicol/overflow-across-columns-percent-height.html: |
| * fast/multicol/overflow-across-columns.html: |
| * fast/multicol/overflow-content-expected.html: |
| * fast/multicol/overflow-content.html: |
| * fast/multicol/overflow-unsplittable.html: |
| * fast/multicol/pageLogicalOffset-vertical-expected.html: |
| * fast/multicol/pageLogicalOffset-vertical.html: |
| * fast/multicol/paginate-block-replaced.html: |
| * fast/multicol/positioned-outside-of-columns.html: |
| * fast/multicol/positioned-split.html: |
| * fast/multicol/positive-leading.html: |
| * fast/multicol/progression-reverse-overflow-expected.html: |
| * fast/multicol/progression-reverse-overflow.html: |
| * fast/multicol/progression-reverse.html: |
| * fast/multicol/scrolling-overflow.html: |
| * fast/multicol/seamless-flowed-through-columns-expected.html: |
| * fast/multicol/seamless-flowed-through-columns.html: |
| * fast/multicol/table-margin-collapse.html: |
| * fast/multicol/table-row-height-increase-expected.html: |
| * fast/multicol/table-row-height-increase.html: |
| * fast/multicol/table-vertical-align.html: |
| * fast/multicol/transform-inside-opacity.html: |
| * fast/multicol/unsplittable-inline-block.html: |
| * fast/multicol/vertical-lr/break-properties.html: |
| * fast/multicol/vertical-lr/column-count-with-rules.html: |
| * fast/multicol/vertical-lr/float-multicol.html: |
| * fast/multicol/vertical-lr/float-paginate-complex.html: |
| * fast/multicol/vertical-lr/float-paginate.html: |
| * fast/multicol/vertical-lr/float-truncation.html: |
| * fast/multicol/vertical-lr/image-inside-nested-blocks-with-border.html: |
| * fast/multicol/vertical-lr/nested-columns.html: |
| * fast/multicol/vertical-lr/rules-with-border-before.html: |
| * fast/multicol/vertical-lr/unsplittable-inline-block.html: |
| * fast/multicol/vertical-rl/break-properties.html: |
| * fast/multicol/vertical-rl/column-count-with-rules.html: |
| * fast/multicol/vertical-rl/float-avoidance.html: |
| * fast/multicol/vertical-rl/float-multicol.html: |
| * fast/multicol/vertical-rl/float-paginate-complex.html: |
| * fast/multicol/vertical-rl/float-paginate.html: |
| * fast/multicol/vertical-rl/float-truncation.html: |
| * fast/multicol/vertical-rl/image-inside-nested-blocks-with-border.html: |
| * fast/multicol/vertical-rl/nested-columns.html: |
| * fast/multicol/vertical-rl/rule-style.html: |
| * fast/multicol/vertical-rl/rules-with-border-before.html: |
| * fast/multicol/vertical-rl/unsplittable-inline-block.html: |
| * fast/multicol/widows-and-orphans.html: |
| * fast/regions/region-style-in-columns.html: |
| * fast/repaint/multicol-repaint.html: |
| * fast/sub-pixel/column-clipping.html: |
| |
| 2013-10-14 Santosh Mahto <santosh.ma@samsung.com> |
| |
| in safari ,the background-color of input[type="search"] can't work |
| https://bugs.webkit.org/show_bug.cgi?id=119967 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Added testcase to verify the background color of search field when |
| search field is styled with css background property. |
| |
| * fast/forms/search/search-field-background-color-expected.txt: Added. |
| * fast/forms/search/search-field-background-color.html: Added. |
| * platform/mac/fast/forms/search-styled-expected.txt: Rebaselined. |
| |
| 2013-10-14 Zoltan Horvath <zoltan@webkit.org> |
| |
| [CSS Shapes] Move shape-inside floats tests into their own subdirectory |
| https://bugs.webkit.org/show_bug.cgi?id=122761 |
| |
| Reviewed by Sam Weinig. |
| |
| I'm going to add some new float tests soon. In order to keep our shapes tests organized, |
| I'm moving the shape-inside with floating content tests to their own subdirectory. |
| |
| * fast/shapes/shape-inside/floats/shape-inside-floats-simple-expected.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-floats-simple-expected.html. |
| * fast/shapes/shape-inside/floats/shape-inside-floats-simple.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-floats-simple.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-left-triangle-block-content-expected.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-lower-left-triangle-block-content-expected.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-left-triangle-block-content.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-lower-left-triangle-block-content.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-left-triangle-inline-content-expected.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-lower-left-triangle-inline-content-expected.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-left-triangle-inline-content.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-lower-left-triangle-inline-content.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-right-triangle-block-content-expected.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-lower-right-triangle-block-content-expected.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-right-triangle-block-content.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-lower-right-triangle-block-content.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-right-triangle-expected.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-lower-right-triangle-expected.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-right-triangle-inline-content-expected.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-lower-right-triangle-inline-content-expected.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-right-triangle-inline-content.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-lower-right-triangle-inline-content.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-lower-right-triangle.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-lower-right-triangle.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-left-triangle-block-content-expected.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-upper-left-triangle-block-content-expected.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-left-triangle-block-content.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-upper-left-triangle-block-content.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-left-triangle-inline-content-expected.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-upper-left-triangle-inline-content-expected.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-left-triangle-inline-content.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-upper-left-triangle-inline-content.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-left-triangle-vertical-lr-inline-content-expected.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-upper-left-triangle-vertical-lr-inline-content-expected.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-left-triangle-vertical-lr-inline-content.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-upper-left-triangle-vertical-lr-inline-content.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-right-triangle-block-content-expected.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-upper-right-triangle-block-content-expected.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-right-triangle-block-content.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-upper-right-triangle-block-content.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-right-triangle-inline-content-expected.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-upper-right-triangle-inline-content-expected.html. |
| * fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-right-triangle-inline-content.html: Renamed from LayoutTests/fast/shapes/shape-inside/shape-inside-left-float-in-upper-right-triangle-inline-content.html. |
| |
| 2013-10-14 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| |
| Unreviewed, EFL gardening. Below tests don't be failed anymore after enabling subpixel layout. |
| |
| fast/spatial-navigation/snav-container-white-space.html |
| fast/spatial-navigation/snav-fully-aligned-horizontally.html |
| fast/spatial-navigation/snav-iframe-no-scrollable-content.html |
| |
| * platform/efl/TestExpectations: |
| |
| 2013-10-14 Roger Fong <roger_fong@apple.com> |
| |
| Windows select element doesn't draw RTL properly. |
| https://bugs.webkit.org/show_bug.cgi?id=122785. |
| |
| Reviewed by Brent Fulgham. |
| |
| * platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Removed. |
| |
| 2013-10-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Crash in WebCore::BidiResolver<WebCore::InlineIterator, WebCore::BidiRun>::createBidiRunsForLine |
| https://bugs.webkit.org/show_bug.cgi?id=122776 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/text/whitespace/whitespace-and-margin-wrap-after-list-marker-crash-expected.txt: Added. |
| * fast/text/whitespace/whitespace-and-margin-wrap-after-list-marker-crash.html: Added. |
| |
| 2013-10-14 Samuel White <samuel_white@apple.com> |
| |
| AX: fieldset should have GroupRole and legend should be description. |
| https://bugs.webkit.org/show_bug.cgi?id=122534 |
| |
| Reviewed by Chris Fleizach. |
| |
| legend no longer treated as titleUIElement so removing tests that check this functionality. |
| Added test to check that legend is used as AXDescription of fieldset if present. |
| |
| * accessibility/fieldset-element.html: Added. |
| * accessibility/hidden-legend-expected.txt: Removed. |
| * accessibility/hidden-legend.html: Removed. |
| * accessibility/legend.html: Removed. |
| * platform/efl/accessibility/legend-expected.txt: Removed. |
| * platform/gtk/accessibility/legend-expected.txt: Removed. |
| * platform/mac/accessibility/fieldset-element-expected.txt: Added. |
| * platform/mac/accessibility/legend-expected.txt: Removed. |
| * platform/mac/accessibility/role-subrole-roledescription-expected.txt: |
| * platform/mac/accessibility/role-subrole-roledescription.html: |
| |
| 2013-10-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Assertion failure in Range::processContentsBetweenOffsets |
| https://bugs.webkit.org/show_bug.cgi?id=122777 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/dom/Range/range-delete-contents-mutation-event-crash-expected.txt: Added. |
| * fast/dom/Range/range-delete-contents-mutation-event-crash.html: Added. |
| |
| 2013-10-14 Alexey Proskuryakov <ap@apple.com> |
| |
| Add an empty window.crypto.webkitSubtle |
| https://bugs.webkit.org/show_bug.cgi?id=122778 |
| |
| Reviewed by Mark Hahnenberg. |
| |
| * TestExpectations: The feature isn't enabled anywhere yet, so skipping the new tests. |
| |
| * security/crypto-subtle-gc-2-expected.txt: Added. |
| * security/crypto-subtle-gc-2.html: Added. |
| * security/crypto-subtle-gc-3-expected.txt: Added. |
| * security/crypto-subtle-gc-3.html: Added. |
| * security/crypto-subtle-gc-expected.txt: Added. |
| * security/crypto-subtle-gc.html: Added. |
| |
| 2013-10-14 Alexandru Chiculita <achicu@adobe.com> |
| |
| The content of the DOM panel for iframes is not updated until the "onload" event |
| https://bugs.webkit.org/show_bug.cgi?id=122653 |
| |
| Reviewed by Darin Adler. |
| |
| Added test to check that immediately after the scripting context is created, the |
| inspector already has access to the nodeId of the document of the iframe. |
| |
| * http/tests/inspector-protocol/loading-iframe-document-node-expected.txt: Added. |
| * http/tests/inspector-protocol/loading-iframe-document-node.html: Added. |
| * http/tests/inspector-protocol/resources/slow-test-page.html: Added. |
| |
| 2013-10-14 Filip Pizlo <fpizlo@apple.com> |
| |
| Unreviewed, fix the paths so that the test passes. |
| |
| * js/regress/put-by-id.html: |
| |
| 2013-10-14 Alexey Proskuryakov <ap@apple.com> |
| |
| window.crypto doesn't preserve custom properties |
| https://bugs.webkit.org/show_bug.cgi?id=122770 |
| |
| Reviewed by Mark Hahnenberg. |
| |
| * security/crypto-gc-expected.txt: Added. |
| * security/crypto-gc.html: Added. |
| |
| 2013-10-14 Hans Muller <hmuller@adobe.com> |
| |
| [CSS Shapes] Image valued shape-outside shapes should update the layout after the image has been loaded |
| https://bugs.webkit.org/show_bug.cgi?id=122340 |
| |
| Reviewed by Simon Fraser. |
| |
| Verify that an image-valued shape-outside layout is updated after the image has been loaded. |
| |
| * http/tests/css/css-image-valued-shape-expected.txt: Added. |
| * http/tests/css/css-image-valued-shape.html: Added. |
| |
| 2013-10-14 Filip Pizlo <fpizlo@apple.com> |
| |
| Baseline JIT should use the DFG's PutById IC |
| https://bugs.webkit.org/show_bug.cgi?id=122704 |
| |
| Reviewed by Mark Hahnenberg. |
| |
| * js/regress/put-by-id-expected.txt: Added. |
| * js/regress/put-by-id.html: Added. |
| * js/regress/script-tests/put-by-id.js: Added. |
| (foo): |
| (bar): |
| |
| 2013-10-14 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| [CSSRegions] Move style-scoped* tests into fast/regions/style-scoped |
| https://bugs.webkit.org/show_bug.cgi?id=122741 |
| |
| Reviewed by Darin Adler. |
| |
| Move files, adjust TestExpectations. |
| |
| * fast/regions/style-scoped/style-scoped-in-flow-expected.html: Renamed from LayoutTests/fast/regions/style-scoped-in-flow-expected.html. |
| * fast/regions/style-scoped/style-scoped-in-flow-override-container-style-expected.html: Renamed from LayoutTests/fast/regions/style-scoped-in-flow-override-container-style-expected.html. |
| * fast/regions/style-scoped/style-scoped-in-flow-override-container-style.html: Renamed from LayoutTests/fast/regions/style-scoped-in-flow-override-container-style.html. |
| * fast/regions/style-scoped/style-scoped-in-flow-override-region-styling-expected.html: Renamed from LayoutTests/fast/regions/style-scoped-in-flow-override-region-styling-expected.html. |
| * fast/regions/style-scoped/style-scoped-in-flow-override-region-styling-multiple-regions-expected.html: Renamed from LayoutTests/fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions-expected.html. |
| * fast/regions/style-scoped/style-scoped-in-flow-override-region-styling-multiple-regions.html: Renamed from LayoutTests/fast/regions/style-scoped-in-flow-override-region-styling-multiple-regions.html. |
| * fast/regions/style-scoped/style-scoped-in-flow-override-region-styling.html: Renamed from LayoutTests/fast/regions/style-scoped-in-flow-override-region-styling.html. |
| * fast/regions/style-scoped/style-scoped-in-flow.html: Renamed from LayoutTests/fast/regions/style-scoped-in-flow.html. |
| * platform/efl/TestExpectations: |
| * platform/gtk-wk2/TestExpectations: |
| * platform/gtk/TestExpectations: |
| * platform/mac/TestExpectations: |
| * platform/win/TestExpectations: |
| * platform/wincairo/TestExpectations: |
| |
| 2013-10-11 Michał Pakuła vel Rutka <m.pakula@samsung.com> |
| |
| Unreviewed EFL gardening |
| |
| Added new baselines for tests marked as skipped. |
| |
| * platform/efl-wk1/TestExpectations: |
| * platform/efl/TestExpectations: |
| * platform/efl/compositing/overflow/nested-scrolling-expected.txt: Added. |
| * platform/efl/compositing/overflow/remove-overflow-crash2-expected.png: Added. |
| * platform/efl/compositing/overflow/remove-overflow-crash2-expected.txt: Added. |
| * platform/efl/editing/spelling/inline-spelling-markers-hidpi-expected.png: Added. |
| * platform/efl/editing/unsupported-content/list-delete-001-expected.png: |
| * platform/efl/editing/unsupported-content/list-delete-001-expected.txt: Added. |
| * platform/efl/editing/unsupported-content/list-delete-003-expected.png: |
| * platform/efl/editing/unsupported-content/list-delete-003-expected.txt: Added. |
| * platform/efl/editing/unsupported-content/list-type-after-expected.png: |
| * platform/efl/editing/unsupported-content/list-type-after-expected.txt: Added. |
| * platform/efl/editing/unsupported-content/table-delete-002-expected.png: |
| * platform/efl/editing/unsupported-content/table-delete-002-expected.txt: Added. |
| * platform/efl/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added. |
| * platform/efl/fast/table/click-near-anonymous-table-expected.png: Added. |
| * platform/efl/fast/table/click-near-anonymous-table-expected.txt: Added. |
| * platform/efl/fast/text/international/arabic-justify-expected.png: Added. |
| * platform/efl/fast/text/international/arabic-justify-expected.txt: Added. |
| * platform/efl/fast/text/international/bidi-linebreak-001-expected.png: Added. |
| * platform/efl/fast/text/international/bidi-linebreak-001-expected.txt: Added. |
| * platform/efl/fast/text/international/bidi-linebreak-002-expected.png: Added. |
| * platform/efl/fast/text/international/bidi-linebreak-002-expected.txt: Added. |
| * platform/efl/fast/text/international/bidi-linebreak-003-expected.png: Added. |
| * platform/efl/fast/text/international/bidi-linebreak-003-expected.txt: Added. |
| * platform/efl/fast/text/unicode-variation-selector-expected.png: Added. |
| * platform/efl/fast/text/unicode-variation-selector-expected.txt: Added. |
| * platform/efl/media/video-colorspace-yuv420-expected.png: Added. |
| * platform/efl/media/video-colorspace-yuv420-expected.txt: Added. |
| * platform/efl/media/video-colorspace-yuv422-expected.png: Added. |
| * platform/efl/media/video-colorspace-yuv422-expected.txt: Added. |
| * platform/efl/svg/as-image/image-respects-deviceScaleFactor-expected.png: Added. |
| * platform/efl/svg/as-image/image-respects-deviceScaleFactor-expected.txt: Added. |
| * platform/efl/svg/hixie/data-types/002-expected.png: Added. |
| * platform/efl/svg/hixie/data-types/002-expected.txt: |
| * platform/efl/svg/text/non-bmp-positioning-lists-expected.png: Added. |
| * platform/efl/svg/text/non-bmp-positioning-lists-expected.txt: Added. |
| * platform/efl/svg/zoom/text/zoom-hixie-mixed-009-expected.png: Added. |
| * platform/efl/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: |
| |
| 2013-10-14 Bear Travis <betravis@adobe.com> |
| |
| [CSS Shapes] Shape-Margin should be animatable |
| https://bugs.webkit.org/show_bug.cgi?id=122524 |
| |
| Reviewed by Darin Adler. |
| |
| Test that shape-margin can be set dynamically and content lays out correctly. |
| Also test that shape-margin can be manipulated through CSS Animations. |
| |
| * fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin-expected.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin.html: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-shape-margin-animation-expected.txt: Added. |
| * fast/shapes/shape-outside-floats/shape-outside-shape-margin-animation.html: Added. |
| |
| 2013-10-14 Krzysztof Czech <k.czech@samsung.com> |
| |
| [EFL] Accessibility gardening |
| https://bugs.webkit.org/show_bug.cgi?id=122751 |
| |
| Unreviewed EFL gardening. |
| |
| * platform/efl-wk2/TestExpectations: Add bug numbers and marked missing tests. |
| |
| 2013-10-14 Gyuyoung Kim <gyuyoung.kim@samsung.com> |
| |
| Unreviewed. EFL Gardening. |
| Add baselines for new tests which was added by r156767. |
| |
| * platform/efl/TestExpectations: Remove tests supported by this commit. |
| * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added. |
| * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt: Added. |
| * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt: Added. |
| * platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added. |
| * platform/efl/fast/repaint/region-painting-invalidation-expected.txt: Added. |
| |
| 2013-10-14 Krzysztof Czech <k.czech@samsung.com> |
| |
| [EFL] Present replaced objects with 0xFFFC character |
| https://bugs.webkit.org/show_bug.cgi?id=122744 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| Added new accessibility expectation after r156532. |
| |
| * platform/efl-wk2/TestExpectations: |
| * platform/efl/accessibility/deleting-iframe-destroys-axcache-expected.txt: Added. |
| |
| 2013-09-16 Sergio Villar Senin <svillar@igalia.com> |
| |
| [CSS Grid Layout] Implement support for <flex> |
| https://bugs.webkit.org/show_bug.cgi?id=115362 |
| |
| Reviewed by Andreas Kling. |
| |
| From Blink r149134, r149480, r149532, r150287 and r156127 by <jchaffraix@chromium.org> |
| From Blink r157820 by <svillar@igalia.com> |
| |
| Added 4 new test cases to test the support for <flex> in CSS Grid |
| Layout code. Also updated some of the existing ones to check the |
| support for 'fr' units. |
| |
| * fast/css-grid-layout/flex-and-minmax-content-resolution-columns-expected.txt: Added. |
| * fast/css-grid-layout/flex-and-minmax-content-resolution-columns.html: Added. |
| * fast/css-grid-layout/flex-and-minmax-content-resolution-rows-expected.txt: Added. |
| * fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html: Added. |
| * fast/css-grid-layout/flex-content-resolution-columns-expected.txt: Added. |
| * fast/css-grid-layout/flex-content-resolution-columns.html: Added. |
| * fast/css-grid-layout/flex-content-resolution-rows-expected.txt: Added. |
| * fast/css-grid-layout/flex-content-resolution-rows.html: Added. |
| * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt: |
| * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt: |
| * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html: |
| * fast/css-grid-layout/grid-columns-rows-get-set.html: |
| * fast/css-grid-layout/grid-dynamic-updates-relayout-expected.txt: |
| * fast/css-grid-layout/grid-dynamic-updates-relayout.html: |
| * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js: |
| * fast/css-grid-layout/resources/grid-columns-rows-get-set.js: |
| |
| 2013-10-14 peavo@outlook.com <peavo@outlook.com> |
| |
| Broken text rendering when input field has selection. |
| https://bugs.webkit.org/show_bug.cgi?id=122716 |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/text/text-rendering-with-input-selection.html: Added. |
| * fast/text/text-rendering-with-input-selection-expected.html: Added. |
| |
| 2013-10-14 Zalan Bujtas <zalan@apple.com> |
| |
| Unexpected word wrapping for wrapped content then raw content. |
| https://bugs.webkit.org/show_bug.cgi?id=121130 |
| |
| Reviewed by Antti Koivisto. |
| |
| When deciding whether a line is considered empty, we need to check if the current |
| object is fully responsible for the currently uncommitted width. It helps differentiating |
| <span></span><span>abcd</span> from <span>a</span><span>bcd</span>, where in the first |
| case when we hit the second <span> the line is still considered empty, as opposed to the |
| second example. |
| |
| * fast/css/unexpected-word-wrapping-with-non-empty-spans-expected.html: Added. |
| * fast/css/unexpected-word-wrapping-with-non-empty-spans.html: Added. |
| |
| 2013-10-14 Sergio Villar Senin <svillar@igalia.com> |
| |
| [CSS Grid Layout] 2 span positions are not resolved correctly |
| https://bugs.webkit.org/show_bug.cgi?id=119717 |
| |
| Reviewed by Andreas Kling. |
| |
| From Blink r155397 by <jchaffraix@chromium.org> |
| |
| Added a new test case to check bad grid items resolution with two |
| opposite span positions. Also added a real grid container to check |
| also the resolution code path in some other tests. |
| |
| * fast/css-grid-layout/grid-item-area-get-set.html: Added a grid container. |
| * fast/css-grid-layout/grid-item-bad-resolution-double-span-expected.txt: Added. |
| * fast/css-grid-layout/grid-item-bad-resolution-double-span.html: Added. |
| * fast/css-grid-layout/grid-item-end-after-get-set.html: Added a grid container. |
| * fast/css-grid-layout/grid-item-start-before-get-set.html: Ditto. |
| |
| == Rolled over to ChangeLog-2013-10-13 == |