| 2014-12-03 Alexey Proskuryakov <ap@apple.com> |
| |
| http/tests/misc/authentication-redirect tests use the same authentication realm |
| https://bugs.webkit.org/show_bug.cgi?id=139225 |
| |
| Land custom results for WebKit2, because the format of output is different there. |
| |
| * platform/wk2/http/tests/misc/authentication-redirect-3: Added. |
| * platform/wk2/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt: Copied from LayoutTests/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt. |
| |
| 2014-12-03 Alexey Proskuryakov <ap@apple.com> |
| |
| http/tests/misc/authentication-redirect tests use the same authentication realm |
| https://bugs.webkit.org/show_bug.cgi?id=139225 |
| |
| Reviewed by Tim Horton. |
| |
| * http/tests/misc/authentication-redirect-1/resources/auth-then-redirect.php: |
| * http/tests/misc/authentication-redirect-2/resources/auth-then-redirect.php: |
| * http/tests/misc/authentication-redirect-3/resources/auth-then-redirect-with-url-credentials.php: |
| * http/tests/misc/authentication-redirect-3/resources/auth-then-redirect.php: |
| Use different realms. |
| |
| * http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt: |
| This test's results no longer depend on previous tests. |
| |
| 2014-12-03 Zalan Bujtas <zalan@apple.com> |
| |
| ASSERTION: RenderMultiColumnFlowThread::processPossibleSpannerDescendant() when column spanner's parent is not a RenderBlockFlow. |
| https://bugs.webkit.org/show_bug.cgi?id=139188 |
| rdar://problem/18502182 |
| |
| Reviewed by David Hyatt. |
| |
| This patch ensures that the validation check for spanner in isValidColumnSpanner() is in synch |
| with the expectation in RenderMultiColumnFlowThread::processPossibleSpannerDescendant(). |
| (descendant's parent is expected to be a RenderBlockFlow) |
| |
| * fast/multicol/svg-content-as-column-spanner-crash-expected.txt: Added. |
| * fast/multicol/svg-content-as-column-spanner-crash.html: Added. |
| |
| 2014-12-03 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Inline text elements with accessible object attributes and/or event handlers are not exposed |
| https://bugs.webkit.org/show_bug.cgi?id=139071 |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/roles-exposed.html: New test cases added. |
| * platform/efl/accessibility/roles-exposed-expected.txt: Updated for new test cases. |
| * platform/gtk/accessibility/roles-exposed-expected.txt: Updated for new test cases. |
| * platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for new test cases. |
| * platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for new test cases. |
| * platform/mac/accessibility/roles-exposed-expected.txt: Updated for new test cases. |
| |
| 2014-12-03 Chris Dumez <cdumez@apple.com> |
| |
| Add layout test for DOM timer throttling in iframe scrolled out of viewport |
| https://bugs.webkit.org/show_bug.cgi?id=138884 |
| |
| Reviewed by Andreas Kling. |
| |
| Add a layout test to test that a repeating DOM timer inside an iframe |
| get throttled if the iframe is scrolled out of the viewport. |
| |
| * fast/dom/resources/timer-throttling-iframe.html: Added. |
| * fast/dom/timer-throttle-on-scrolling-iframe-away.html: Added. |
| |
| 2014-12-03 Dan Bernstein <mitz@apple.com> |
| |
| REGRESSION(r176687): Caused webkit2 test assertion failure crashes in WebKit::WebPage::willStartDrag() |
| https://bugs.webkit.org/show_bug.cgi?id=139224 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/wk2/TestExpectations: Unskip the tests. |
| |
| 2014-12-03 Mark Lam <mark.lam@apple.com> |
| |
| Gardening: updating some tests as skips instead of crashes. |
| <https://webkit.org/b/139224> |
| |
| Not reviewed. |
| |
| * platform/wk2/TestExpectations: |
| |
| 2014-12-03 Mark Lam <mark.lam@apple.com> |
| |
| Gardening: marking some tests as crashes. |
| <https://webkit.org/b/139224> |
| |
| Not reviewed. |
| |
| * platform/wk2/TestExpectations: |
| |
| 2014-12-02 Dean Jackson <dino@apple.com> |
| |
| [Media] Audio content shouldn't have fullscreen buttons, even if in a video element |
| https://bugs.webkit.org/show_bug.cgi?id=139200 |
| <rdar://problem/18914506> |
| |
| Reviewed by Eric Carlson. |
| |
| Loads an audio file via the video element and checks if the |
| fullscreen button is visible. |
| |
| * media/audio-as-video-fullscreen-expected.txt: Added. |
| * media/audio-as-video-fullscreen.html: Added. |
| |
| 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com> |
| |
| [EFL] Add subtle crypto to the build system |
| https://bugs.webkit.org/show_bug.cgi?id=138612 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/efl/TestExpectations: |
| |
| 2014-12-02 Benjamin Poulain <benjamin@webkit.org> |
| |
| Little cleanup of the default stylesheet |
| https://bugs.webkit.org/show_bug.cgi?id=139168 |
| |
| Reviewed by Antti Koivisto. |
| |
| Test the default display type of <map> since it is not longer explicitely set. |
| |
| * fast/css/map-tag-default-display-expected.html: Added. |
| * fast/css/map-tag-default-display.html: Added. |
| * fast/selectors/map-tag-default-display-expected.txt: Added. |
| * fast/selectors/map-tag-default-display.html: Added. |
| |
| 2014-12-02 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Table captions and table rows are missing from the accessible hierarchy |
| https://bugs.webkit.org/show_bug.cgi?id=139005 |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/aria-table-hierarchy.html: Added. |
| * accessibility/roles-exposed.html: Removed comment pointing to this bug. |
| * accessibility/table-hierarchy.html: Added. |
| * platform/efl/accessibility/aria-table-hierarchy-expected.txt: Added. |
| * platform/efl/accessibility/roles-exposed-expected.txt: Updated to reflect new behavior. |
| * platform/efl/accessibility/table-detection-expected.txt: Updated to reflect new behavior. |
| * platform/efl/accessibility/table-hierarchy-expected.txt: Added. |
| * platform/efl/accessibility/table-roles-hierarchy-expected.txt: Added. |
| * platform/efl/accessibility/table-with-rules-expected.txt: Updated to reflect new behavior. |
| * platform/gtk/accessibility/aria-table-hierarchy-expected.txt: Updated to reflect new behavior. |
| * platform/gtk/accessibility/aria-table-hierarchy.html: Removed (made into a shared test). |
| * platform/gtk/accessibility/caret-offsets-expected.txt: Updated to reflect new behavior. |
| * platform/gtk/accessibility/caret-offsets.html: Modified to handle inclusion of rows. |
| * platform/gtk/accessibility/roles-exposed-expected.txt: Updated to reflect new behavior. |
| * platform/gtk/accessibility/table-detection-expected.txt: Updated to reflect new behavior. |
| * platform/gtk/accessibility/table-hierarchy-expected.txt: Updated to reflect new behavior. |
| * platform/gtk/accessibility/table-hierarchy.html: Removed (made into a shared test). |
| * platform/gtk/accessibility/table-roles-hierarchy-expected.txt: Added. |
| * platform/gtk/accessibility/table-with-rules-expected.txt: Updated to reflect new behavior. |
| * platform/gtk/accessibility/text-for-range-table-cells.html: Updated to reflect new behavior. |
| * platform/mac/accessibility/aria-table-hierarchy-expected.txt: Added. |
| * platform/mac/accessibility/table-hierarchy-expected.txt: Added. |
| |
| 2014-12-02 Chris Dumez <cdumez@apple.com> |
| |
| Crash when setting 'flex' CSS property to 'calc(2 * 3) calc(2 * 3)' |
| https://bugs.webkit.org/show_bug.cgi?id=139162 |
| |
| Reviewed by Darin Adler. |
| |
| Add layout test for calculated value support for 'flex' CSS property. |
| |
| * fast/css/flex-calculated-value-expected.txt: Added. |
| * fast/css/flex-calculated-value.html: Added. |
| |
| 2014-12-02 Chris Dumez <cdumez@apple.com> |
| |
| Crash when setting 'column-span' CSS property to 'calc(2 * 3)' |
| https://bugs.webkit.org/show_bug.cgi?id=139170 |
| |
| Reviewed by Darin Adler. |
| |
| Add layout tests to test calculated values for 'column-span' |
| and 'column-width' CSS properties. |
| |
| * fast/css/column-width-calculated-value-expected.txt: Added. |
| * fast/css/column-width-calculated-value.html: Added. |
| * fast/css/webkit-column-span-calculated-value-expected.txt: Added. |
| * fast/css/webkit-column-span-calculated-value.html: Added. |
| |
| 2014-12-02 Sylvain Galineau <galineau@adobe.com> |
| |
| Missing support for innerHTML on SVGElement |
| https://bugs.webkit.org/show_bug.cgi?id=136903 |
| |
| Reviewed by Dean Jackson. |
| |
| * js/dom/dom-static-property-for-in-iteration-expected.txt: The property enumeration order is different now that inner/outerHTML are inherited from Element |
| * platform/mac/svg/in-html/svg-inner-html-expected.png: Added. |
| * svg/css/svg-attribute-length-parsing-expected.txt: |
| Now that innerHTML works, the output should start with 'Test' |
| * svg/in-html/svg-inner-html-expected.txt: Added. |
| * svg/in-html/svg-inner-html.html: Added. |
| |
| 2014-12-02 Andrzej Badowski <a.badowski@samsung.com> |
| |
| REGRESSION(r176122): [GTK] Layout Test platform/gtk/accessibility/table-hierarchy.html fails. |
| https://bugs.webkit.org/show_bug.cgi?id=139125 |
| |
| Reviewed by Chris Fleizach. |
| |
| Update test and expectation to fix regression. |
| |
| * platform/gtk/accessibility/table-hierarchy-expected.txt: |
| * platform/gtk/accessibility/table-hierarchy.html: |
| |
| 2014-12-01 Benjamin Poulain <benjamin@webkit.org> |
| |
| Add the dynamic specificity of the selector list argument when matching :nth-child() and :nth-last-child() |
| https://bugs.webkit.org/show_bug.cgi?id=139001 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/css/nth-child-specificity-1-expected.html: Added. |
| * fast/css/nth-child-specificity-1.html: Added. |
| * fast/css/nth-child-specificity-2-expected.html: Added. |
| * fast/css/nth-child-specificity-2.html: Added. |
| * fast/css/nth-child-specificity-3-expected.html: Added. |
| * fast/css/nth-child-specificity-3.html: Added. |
| * fast/css/nth-child-specificity-4-expected.html: Added. |
| * fast/css/nth-child-specificity-4.html: Added. |
| * fast/css/nth-last-child-specificity-1-expected.html: Added. |
| * fast/css/nth-last-child-specificity-1.html: Added. |
| * fast/css/nth-last-child-specificity-2-expected.html: Added. |
| * fast/css/nth-last-child-specificity-2.html: Added. |
| * fast/css/nth-last-child-specificity-3-expected.html: Added. |
| * fast/css/nth-last-child-specificity-3.html: Added. |
| * fast/css/nth-last-child-specificity-4-expected.html: Added. |
| * fast/css/nth-last-child-specificity-4.html: Added. |
| |
| |
| 2014-12-01 Zalan Bujtas <zalan@apple.com> |
| |
| Twitter avatar moves when hovering/unhovering the "follow" button. |
| https://bugs.webkit.org/show_bug.cgi?id=139147 |
| rdar://problem/19096508 |
| |
| Reviewed by Simon Fraser. |
| |
| This patch ensures that the out of flow positioned render boxes (RenderReplaced) do not |
| get repositioned when their inline box wrappers move. |
| Ideally, out of flow positioned renderers do not have inline wrappers by the time we start |
| placing inline boxes, but in certain case (optimized code path for descendantsHaveSameLineHeightAndBaseline()), |
| they are still part of the inline box tree. |
| This patch prevents those renderer boxes from getting positioned as part of the inline box placement. |
| They will get removed later at RenderBlockFlow::computeBlockDirectionPositionsForLine(). |
| |
| * fast/inline/out-of-flow-positioned-render-replaced-box-moves-expected.html: Added. |
| * fast/inline/out-of-flow-positioned-render-replaced-box-moves.html: Added. |
| |
| 2014-12-01 Daniel Bates <dabates@apple.com> |
| |
| [iOS] Unskip LayoutTests/dom tests |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2014-12-01 Chris Dumez <cdumez@apple.com> |
| |
| Take into consideration canvas drawing for throttling DOM timers |
| https://bugs.webkit.org/show_bug.cgi?id=139140 |
| <rdar://problem/19102218> |
| |
| Reviewed by Andreas Kling. |
| |
| Add layout tests to test that we take into consideration canvas drawing |
| when considering if we should throttle DOM timers. |
| |
| * fast/canvas/canvas-inside-viewport-timer-throttling-expected.txt: Added. |
| * fast/canvas/canvas-inside-viewport-timer-throttling.html: Added. |
| * fast/canvas/canvas-outside-viewport-timer-throttling-expected.txt: Added. |
| * fast/canvas/canvas-outside-viewport-timer-throttling.html: Added. |
| |
| 2014-12-01 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Crash in Font::dashesForIntersectionsWithRect() due to underlining SVG fonts |
| https://bugs.webkit.org/show_bug.cgi?id=139158 |
| |
| Reviewed by Simon Fraser. |
| |
| Test for no crashes when the primary SimpleFontData and the first character's |
| SimpleFontData differ in their SVG-ness. |
| |
| * fast/css3-text/css3-text-decoration/text-decoration-skip/decoration-skip-crash-fallback-svg-expected.html: Added. |
| * fast/css3-text/css3-text-decoration/text-decoration-skip/decoration-skip-crash-fallback-svg.html: Added. |
| |
| 2014-12-01 Daniel Bates <dabates@apple.com> |
| |
| [iOS] Update expected results for LayoutTests/crypto |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2014-12-01 Daniel Bates <dabates@apple.com> |
| |
| [iOS] Skip some animation tests that time out in iOS WebKit2 |
| |
| * platform/ios-simulator-wk2/TestExpectations: Added. |
| |
| 2014-12-01 Alexey Proskuryakov <ap@apple.com> |
| |
| http tests should not use shared temporary files, part 3 |
| https://bugs.webkit.org/show_bug.cgi?id=139135 |
| |
| Reviewed by Tim Horton. |
| |
| Fix ping tests, using the same techniques as before. |
| |
| * http/tests/navigation/image-load-in-unload-handler.html: |
| * http/tests/navigation/ping-cross-origin-from-https.html: |
| * http/tests/navigation/resources/check-ping.php: |
| * http/tests/navigation/resources/delete-ping.php: |
| * http/tests/navigation/resources/image-load-in-unload-handler-2.html: Copied from LayoutTests/http/tests/navigation/resources/ping-redirect.html. |
| * http/tests/navigation/resources/ping-file-path.php: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/resources/report-file-path.php. |
| * http/tests/navigation/resources/ping-redirect.html: Removed. |
| * http/tests/navigation/resources/save-Ping.php: |
| |
| 2014-12-01 Alexey Proskuryakov <ap@apple.com> |
| |
| <rdar://problem/11358748> http/tests/multipart/multipart-wait-before-boundary.html fails on ML as of r115745 |
| |
| Looks like it no longer fails. |
| |
| * platform/mac/TestExpectations: |
| * platform/wk2/TestExpectations: |
| Removed it from test expectations. |
| |
| 2014-12-01 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: DOMExceptions do not show the error message string in Pause Reason section |
| https://bugs.webkit.org/show_bug.cgi?id=138988 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/debugger/command-line-api-exception-expected.txt: |
| |
| 2014-12-01 Bartlomiej Gajda <b.gajda@samsung.com> |
| |
| [MSE] Unset timestamps of trackbuffers during Reset Parser State algorithm. |
| https://bugs.webkit.org/show_bug.cgi?id=139075. |
| |
| Reviewed by Jer Noble. |
| |
| Specification requires from us to unset timestamps for trackBuffers during abort() method. |
| Tests appendBuffer() with first sync sample, then aborts after a few more samples, and emits |
| a few more non-sync samples, so they should be dropped, as trackBuffer will have |
| needRandomAccessFlag set. |
| |
| * media/media-source/media-source-append-nonsync-sample-after-abort-expected.txt: Added. |
| * media/media-source/media-source-append-nonsync-sample-after-abort.html: Added. |
| |
| 2014-11-28 Andrzej Badowski <a.badowski@samsung.com> |
| |
| [ATK] Allowing the use of AccessibilityUIElement::columnHeaders method for table. |
| https://bugs.webkit.org/show_bug.cgi?id=139044 |
| |
| Reviewed by Chris Fleizach. |
| |
| ATK method AccessibilityUIElement::columnHeaders currently focused only on the object table cell. |
| The proposed solution will enable the use of this method for the object table. |
| Existing test shows the result. |
| |
| * accessibility/table-column-headers-with-captions.html: Updated for ATK platform. |
| * platform/efl/accessibility/table-column-headers-with-captions-expected.txt: Added. |
| * platform/gtk/TestExpectations: Updated for GTK. |
| * platform/gtk/accessibility/table-column-headers-with-captions-expected.txt: Added. |
| |
| 2014-11-27 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Meter and Option elements do not expose their id attribute |
| https://bugs.webkit.org/show_bug.cgi?id=139017 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * accessibility/roles-exposed.html: Unskipped the meter element test. |
| * platform/efl/accessibility/roles-exposed-expected.txt: Updated to reflect fixes. |
| * platform/gtk/accessibility/roles-exposed-expected.txt: Updated to reflect fixes. |
| |
| 2014-11-27 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| [GTK] Unreviewed GTK gardening. |
| https://bugs.webkit.org/show_bug.cgi?id=139061 |
| |
| rebaseline after r176354. |
| |
| * platform/gtk/fast/multicol/tall-image-behavior-expected.png: Added. |
| * platform/gtk/fast/multicol/tall-image-behavior-expected.txt: Added. |
| * platform/gtk/fast/multicol/tall-image-behavior-lr-expected.png: Added. |
| * platform/gtk/fast/multicol/tall-image-behavior-lr-expected.txt: Added. |
| * platform/gtk/fast/multicol/tall-image-behavior-rl-expected.png: Added. |
| * platform/gtk/fast/multicol/tall-image-behavior-rl-expected.txt: Added. |
| |
| 2014-11-26 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| [EFL] Unreviewed EFL gardening after r176354. |
| https://bugs.webkit.org/show_bug.cgi?id=139060 |
| |
| rebaseline after r176354. |
| |
| * platform/efl/fast/multicol/tall-image-behavior-expected.png: Added. |
| * platform/efl/fast/multicol/tall-image-behavior-expected.txt: Added. |
| * platform/efl/fast/multicol/tall-image-behavior-lr-expected.png: Added. |
| * platform/efl/fast/multicol/tall-image-behavior-lr-expected.txt: Added. |
| * platform/efl/fast/multicol/tall-image-behavior-rl-expected.png: Added. |
| * platform/efl/fast/multicol/tall-image-behavior-rl-expected.txt: Added. |
| |
| 2014-11-25 Sukolsak Sakshuwong <sukolsak@gmail.com> |
| |
| Add parsing for :dir() |
| https://bugs.webkit.org/show_bug.cgi?id=138932 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * fast/css/css-selector-text-expected.txt: |
| * fast/css/css-selector-text.html: |
| * fast/css/css-set-selector-text-expected.txt: |
| * fast/css/css-set-selector-text.html: |
| * fast/selectors/invalid-functional-pseudo-class-expected.txt: |
| * fast/selectors/invalid-functional-pseudo-class.html: |
| |
| 2014-11-25 Alejandro G. Castro <alex@igalia.com> |
| |
| Unreviewed, upload two missing test files in the commit r174677. |
| |
| * mathml/presentation/mo-stretch-update-expected.html: Added. |
| * mathml/presentation/mo-stretch-update.html: Added. |
| |
| 2014-11-24 Dhi Aurrahman <diorahman@rockybars.com> |
| |
| Fix the parsing and re-serialization of :lang pseudo class selector when it has multiple arguments with same value |
| https://bugs.webkit.org/show_bug.cgi?id=139013 |
| |
| Reviewed by Benjamin Poulain. |
| |
| Updated tests to verify the parsing and serialization of :lang pseudo class |
| selector when it has multiple arguments with same value. |
| |
| * fast/css/css-selector-text-expected.txt: Updated to cover fix. |
| * fast/css/css-selector-text.html: Updated to cover fix. |
| |
| 2014-11-24 Antti Koivisto <antti@apple.com> |
| |
| Avoid String concatenation with line break iterator |
| https://bugs.webkit.org/show_bug.cgi?id=139034 |
| |
| Reviewed by Zalan Bujtas. |
| |
| Test that there is no implicit break point between Text nodes. |
| |
| * fast/text/simple-lines-multiple-renderers-break-expected.html: Added. |
| * fast/text/simple-lines-multiple-renderers-break.html: Added. |
| |
| 2014-11-24 Zalan Bujtas <zalan@apple.com> |
| |
| SimpleLineLayout::canUseFor() should iterate through RenderTexts to check if their content is eligible for simple line layout. |
| https://bugs.webkit.org/show_bug.cgi?id=139007 |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/text/simple-line-layout-multiple-renderers-non-breaking-space-expected.html: Added. |
| * fast/text/simple-line-layout-multiple-renderers-non-breaking-space.html: Added. |
| * fast/text/simple-line-layout-multiple-renderers-with-float-expected.html: Added. |
| * fast/text/simple-line-layout-multiple-renderers-with-float.html: Added. |
| |
| 2014-11-24 Zalan Bujtas <zalan@apple.com> |
| |
| Simple line layout: fast/text/simple-lines-multiple-renderers test has the wrong content. |
| https://bugs.webkit.org/show_bug.cgi?id=139036 |
| |
| Swap simple-lines-multiple-renderers.html and simple-lines-multiple-renderers-expected.html |
| |
| * fast/text/simple-lines-multiple-renderers-expected.html: |
| * fast/text/simple-lines-multiple-renderers.html: |
| |
| 2014-11-24 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Unskip the skipped ATK tests in roles-exposed.html |
| https://bugs.webkit.org/show_bug.cgi?id=139016 |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/roles-exposed.html: Unskipped a bunch of tests. |
| * platform/efl/accessibility/roles-exposed-expected.txt: Updated for unskipped tests. |
| * platform/gtk/accessibility/roles-exposed-expected.txt: Updated for unskipped tests. |
| |
| 2014-11-22 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Accessible names missing for imagemap images and links |
| https://bugs.webkit.org/show_bug.cgi?id=127288 |
| |
| New and updated tests to reflect the expected role, accessible hierarchy, |
| and exposure of the alternative text for each platform. |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/image-with-alt-and-map.html: Added. |
| * accessibility/roles-exposed.html: Added some more elements to the test. |
| * platform/efl/accessibility/image-map1-expected.txt: Added. |
| * platform/efl/accessibility/image-map2-expected.txt: Updated to reflect fix. |
| * platform/efl/accessibility/image-with-alt-and-map-expected.txt: Added. |
| * platform/efl/accessibility/roles-exposed-expected.txt: Updated for added elements. |
| * platform/gtk/accessibility/image-map1-expected.txt: Added. |
| * platform/gtk/accessibility/image-map2-expected.txt: Updated to reflect fix. |
| * platform/gtk/accessibility/image-with-alt-and-map-expected.txt: Added. |
| * platform/gtk/accessibility/roles-exposed-expected.txt: Updated for added elements. |
| * platform/mac/accessibility/image-with-alt-and-map-expected.txt: Added. |
| * platform/mac/accessibility/roles-exposed-expected.txt: Updated for added elements. |
| * platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for added elements. |
| * platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for added elements. |
| |
| 2014-11-21 Chris Dumez <cdumez@apple.com> |
| |
| Throttled DOMTimers can prevent their document from being garbage collected |
| https://bugs.webkit.org/show_bug.cgi?id=138915 |
| |
| Reviewed by Andreas Kling. |
| |
| Improve fast/dom/throttled-timer-running-on-document-destruction.html |
| layout test to cover the case where the throttled timer is changing the |
| style of an element on the *same* document when the document is |
| destroyed. |
| |
| * fast/dom/resources/frame-with-throttled-timer-animating-element-other-document.html: Renamed from LayoutTests/fast/dom/resources/frame-with-throttled-timer.html. |
| * fast/dom/resources/frame-with-throttled-timer-animating-element-same-document.html: Added. |
| * fast/dom/throttled-timer-running-on-document-destruction.html: |
| |
| 2014-11-21 Chris Dumez <cdumez@apple.com> |
| |
| [iOS] Regression(r176202): line-height is wrong on marco.org |
| https://bugs.webkit.org/show_bug.cgi?id=138970 |
| |
| Reviewed by Simon Fraser. |
| |
| Add layout test to cover line-height CSS property and its interaction |
| with -webkit-text-size-adjust. |
| |
| * fast/css/line-height-text-autosizing-expected.txt: Added. |
| * fast/css/line-height-text-autosizing.html: Added. |
| * platform/ios-simulator/fast/css/line-height-text-autosizing-expected.txt: Added. |
| |
| 2014-11-21 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: Unclear that user and password are autofilled, no VoiceOver version of the yellow outline. |
| https://bugs.webkit.org/show_bug.cgi?id=138904 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * accessibility/auto-filled-value.html: Added. |
| * platform/mac/accessibility/auto-filled-value-expected.txt: Added. |
| |
| 2014-11-21 Michael Saboff <msaboff@apple.com> |
| |
| Allocate local ScopeChain register |
| https://bugs.webkit.org/show_bug.cgi?id=138793 |
| |
| Reviewed by Geoffrey Garen. |
| |
| New test that sets a breakpoint in a callee of a DFG caller. While stopped in the |
| breakpoint, it modifies a global via the scope chain of the DFG caller as well as |
| a local of the DFG caller. |
| |
| * inspector-protocol/debugger/resources/breakpoint.js: |
| (notInlineable3): |
| (dfgWithoutInline3): |
| * inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local-expected.txt: Added. |
| * inspector-protocol/debugger/setBreakpoint-dfg-callee-and-examine-dfg-local.html: Added. |
| |
| 2014-11-21 Glenn Adams <glenn@skynav.com> and Myles C. Maxfield <mmaxfield@apple.com> |
| |
| CSS3: line-break property support |
| https://bugs.webkit.org/show_bug.cgi?id=89235 |
| |
| Reviewed by Eric Seidel and Dave Hyatt. |
| |
| * platform/mac/TestExpectations: Mark css3/line-break tests as passing. |
| |
| 2014-11-21 Zalan Bujtas <zalan@apple.com> |
| |
| REGRESSION(r175259) Simple line layout text measuring behavior changed. |
| https://bugs.webkit.org/show_bug.cgi?id=138947 |
| rdar://problem/19050653 |
| |
| Reviewed by Antti Koivisto. |
| |
| In certain cases, when block flow needs to compute the preferred width of a particular text |
| renderer, we use the non-simple line layout text measuring. |
| However, the same text renderer might end up at simple line layout later. |
| Complex line layout measures text including the trailing space and it subtracts |
| (the constant value of) space width afterwards, while simple line layout measures |
| runs without the extra space. |
| In such cases, this may result different word widths and produce unexpected line breaking. (preferred width != final width) |
| In long term, any text renderer qualified for simple line layout should go through the simple |
| text measuring code path. (https://bugs.webkit.org/show_bug.cgi?id=138973) |
| For now, just copy complex line layout behaviour. This also matches the previous simple line layout line breaking implementation. |
| |
| * fast/text/simple-line-text-measuring-with-trailing-space-expected.html: Added. |
| * fast/text/simple-line-text-measuring-with-trailing-space.html: Added. |
| |
| 2014-11-21 Chris Dumez <cdumez@apple.com> |
| |
| Crash when setting 'transition-delay' CSS property to a calculated value |
| https://bugs.webkit.org/show_bug.cgi?id=138784 |
| |
| Reviewed by Sam Weinig. |
| |
| Add a layout test to check that setting the 'transition-delay' CSS |
| property to a calculated value does not crash and works as intended. |
| |
| * fast/css/transition-delay-calculated-value-expected.txt: Added. |
| * fast/css/transition-delay-calculated-value.html: Added. |
| |
| 2014-11-20 Roger Fong <roger_fong@apple.com> |
| |
| Two WebGL tests try to use an external resource. |
| https://bugs.webkit.org/show_bug.cgi?id=138936. |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * http/tests/resources/square128.png: Added. |
| * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: |
| * http/tests/webgl/1.0.2/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: |
| * http/tests/webgl/1.0.2/texImage2DHTML-expected.txt: |
| * http/tests/webgl/1.0.2/texSubImage2DHTML-expected.txt: |
| |
| 2014-11-21 Chris Dumez <cdumez@apple.com> |
| |
| Regression(r175381): -webkit-mask-box-image is broken |
| https://bugs.webkit.org/show_bug.cgi?id=138969 |
| <rdar://problem/19054471> |
| |
| Reviewed by Simon Fraser. |
| |
| Add a layout test to add basic coverage for -webkit-mask-box-image |
| CSS property. |
| |
| * fast/css/resources/mask.png: Added. |
| * fast/css/webkit-mask-box-image.html: Added. |
| * fast/css/webkit-mask-box-image-expected.html: Added |
| |
| 2014-11-21 Chris Dumez <cdumez@apple.com> |
| |
| Crash when setting 'font' CSS property to 'calc(2 * 3)' |
| https://bugs.webkit.org/show_bug.cgi?id=138933 |
| |
| Reviewed by Darin Adler. |
| |
| Add a layout test to cover the case where the 'font' CSS property is |
| set to a value whose weight is a calculated value, to make sure it |
| does not crash and behaves as intended. |
| |
| * fast/css/font-calculated-value-expected.txt: Added. |
| * fast/css/font-calculated-value.html: Added. |
| |
| 2014-11-21 Bear Travis <betravis@gmail.com> |
| |
| [CSS Font Loading] Switch to dispatching events asynchronously |
| https://bugs.webkit.org/show_bug.cgi?id=138755 |
| |
| Reviewed by Simon Fraser. |
| |
| Refactoring tests to check for all events only after the FontLoader |
| itself has completed. Tests were previously checking after a specific font |
| had loaded, at which point some of the events may have yet to fire. |
| |
| * fast/css/fontloader-multiple-faces-download-error-expected.txt: |
| * fast/css/fontloader-multiple-faces-download-error.html: |
| * fast/css/fontloader-multiple-faces-expected.txt: |
| * fast/css/fontloader-multiple-faces.html: |
| * fast/css/fontloader-multiple-families-expected.txt: |
| * fast/css/fontloader-multiple-families.html: |
| * fast/css/fontloader-svg-select-expected.txt: Added |
| * fast/css/fontloader-svg-select.svg: Added |
| |
| 2014-11-21 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: MathML expressions are misread by VoiceOver |
| https://bugs.webkit.org/show_bug.cgi?id=138948 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * platform/mac/accessibility/mathml-root-expected.txt: Added. |
| * platform/mac/accessibility/mathml-root.html: Added. |
| |
| 2014-11-20 Daniel Bates <dabates@apple.com> |
| |
| [iOS] Skip some tests that fail with stderr |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2014-11-20 Zalan Bujtas <zalan@apple.com> |
| |
| REGRESSION (174986): CSS clip property is ignored when border-radius is present. |
| https://bugs.webkit.org/show_bug.cgi?id=138935 |
| rdar://problem/18965984 |
| |
| Reviewed by Simon Fraser. |
| |
| Revert back to r163382 and fix bug 127729 properly. Save the graphics context when paint and clip rects are |
| the same, but the clip rect has radius. |
| Each iteration on ::clipRect() from r163382 onwards just introduced yet another regression. |
| |
| * fast/clip/css-clip-does-not-work-when-border-radius-is-present-expected.html: Added. |
| * fast/clip/css-clip-does-not-work-when-border-radius-is-present.html: Added. |
| |
| 2014-11-20 Dean Jackson <dino@apple.com> |
| |
| Support unprefixed animation event types |
| https://bugs.webkit.org/show_bug.cgi?id=138931 |
| <rdar://problem/18943167> |
| |
| Reviewed by Simon Fraser. |
| |
| Add a test for unprefixed animation event names, as well |
| as a test that ensures we don't get multiple dispatches if |
| we're still listening for the old events. |
| |
| And for the older tests, just add the new things from the |
| window namespace. |
| |
| * animations/unprefixed-events-expected.txt: Added. |
| * animations/unprefixed-events-mixed-with-prefixed-expected.txt: Added. |
| * animations/unprefixed-events-mixed-with-prefixed.html: Added. |
| * animations/unprefixed-events.html: Added. |
| |
| * fast/events/event-creation-expected.txt: |
| * fast/events/event-creation.html: |
| * js/dom/constructor-length.html: |
| * js/dom/global-constructors-attributes-expected.txt: |
| * platform/efl/js/dom/constructor-length-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: |
| * platform/gtk/js/dom/constructor-length-expected.txt: |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/js/dom/constructor-length-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: |
| |
| |
| 2014-11-20 Daniel Bates <dabates@apple.com> |
| |
| [iOS] Update TestExpectation file for LayoutTests/canvas tests |
| |
| Also skip some LayoutTests/animation tests that are flaky or fail due to an assertion failure. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2014-11-20 Alexey Proskuryakov <ap@apple.com> |
| |
| Skip flaky inspector-protocol/debugger tests. |
| webkit.org/b/100846, webkit.org/b/136715 |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-11-20 Alexey Proskuryakov <ap@apple.com> |
| |
| http tests should not use shared temporary files, part 2 |
| https://bugs.webkit.org/show_bug.cgi?id=138894 |
| |
| Rubber-stamped by Tim Horton. |
| |
| Made more scripts that access local files use per-test files. Some tests could use |
| HTTP referrer, others needed explicit parameters. |
| |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-allow.html: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-block.html: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-empty.html: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-filter.html: |
| * http/tests/security/contentSecurityPolicy/1.1/reflected-xss-invalid.html: |
| * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: |
| * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame.html: |
| * http/tests/security/contentSecurityPolicy/resources/echo-report.php: |
| * http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html: Removed. |
| * http/tests/security/contentSecurityPolicy/resources/generate-csp-report.php: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/resources/generate-csp-report.html. |
| * http/tests/security/contentSecurityPolicy/resources/go-to-echo-report.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/reflected-xss-and-xss-protection.js: |
| (testMixedHeader): |
| * http/tests/security/contentSecurityPolicy/resources/report-file-path.php: Added. |
| * http/tests/security/contentSecurityPolicy/resources/save-report.php: |
| * http/tests/security/contentSecurityPolicy/xmlhttprequest-protected-resource-does-not-crash.html: |
| * http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt: |
| * http/tests/security/xssAuditor/block-does-not-leak-location.html: |
| * http/tests/security/xssAuditor/block-does-not-leak-referrer.html: |
| * http/tests/security/xssAuditor/cookie-injection-expected.txt: |
| * http/tests/security/xssAuditor/cookie-injection.html: |
| * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt: |
| * http/tests/security/xssAuditor/embed-tag-code-attribute-2.html: |
| * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt: |
| * http/tests/security/xssAuditor/embed-tag-code-attribute.html: |
| * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt: |
| * http/tests/security/xssAuditor/embed-tag-control-char.html: |
| * http/tests/security/xssAuditor/embed-tag-expected.txt: |
| * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt: |
| * http/tests/security/xssAuditor/embed-tag-javascript-url.html: |
| * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt: |
| * http/tests/security/xssAuditor/embed-tag-null-char.html: |
| * http/tests/security/xssAuditor/embed-tag.html: |
| * http/tests/security/xssAuditor/faux-script1.html: |
| * http/tests/security/xssAuditor/faux-script2.html: |
| * http/tests/security/xssAuditor/faux-script3.html: |
| * http/tests/security/xssAuditor/form-action-expected.txt: |
| * http/tests/security/xssAuditor/form-action.html: |
| * http/tests/security/xssAuditor/formaction-on-button-expected.txt: |
| * http/tests/security/xssAuditor/formaction-on-button.html: |
| * http/tests/security/xssAuditor/formaction-on-input-expected.txt: |
| * http/tests/security/xssAuditor/formaction-on-input.html: |
| * http/tests/security/xssAuditor/frameset-injection-expected.txt: |
| * http/tests/security/xssAuditor/frameset-injection.html: |
| * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt: |
| * http/tests/security/xssAuditor/full-block-get-from-iframe.html: |
| * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt: |
| * http/tests/security/xssAuditor/full-block-iframe-javascript-url.html: |
| * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt: |
| * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php: |
| * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt: |
| * http/tests/security/xssAuditor/full-block-link-onclick.html: |
| * http/tests/security/xssAuditor/full-block-object-tag-expected.txt: |
| * http/tests/security/xssAuditor/full-block-object-tag.html: |
| * http/tests/security/xssAuditor/full-block-post-from-iframe.html: |
| * http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt: |
| * http/tests/security/xssAuditor/full-block-script-tag-cross-domain.html: |
| * http/tests/security/xssAuditor/full-block-script-tag-expected.txt: |
| * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt: |
| * http/tests/security/xssAuditor/full-block-script-tag-with-source.html: |
| * http/tests/security/xssAuditor/full-block-script-tag.html: |
| * http/tests/security/xssAuditor/get-from-iframe-expected.txt: |
| * http/tests/security/xssAuditor/get-from-iframe.html: |
| * http/tests/security/xssAuditor/iframe-injection-allowed-2.html: |
| * http/tests/security/xssAuditor/iframe-injection-allowed-3.html: |
| * http/tests/security/xssAuditor/iframe-injection-allowed.html: |
| * http/tests/security/xssAuditor/iframe-injection-expected.txt: |
| * http/tests/security/xssAuditor/iframe-injection.html: |
| * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt: |
| * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt: |
| * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding.html: |
| * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt: |
| * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode.html: |
| * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt: |
| * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2.html: |
| * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt: |
| * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3.html: |
| * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt: |
| * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded.html: |
| * http/tests/security/xssAuditor/iframe-javascript-url.html: |
| * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt: |
| * http/tests/security/xssAuditor/iframe-onload-GBK-char.html: |
| * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt: |
| * http/tests/security/xssAuditor/iframe-onload-in-svg-tag.html: |
| * http/tests/security/xssAuditor/iframe-srcdoc-expected.txt: |
| * http/tests/security/xssAuditor/iframe-srcdoc.html: |
| * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt: |
| * http/tests/security/xssAuditor/img-onerror-GBK-char.html: |
| * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt: |
| * http/tests/security/xssAuditor/img-onerror-accented-char.html: |
| * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt: |
| * http/tests/security/xssAuditor/img-onerror-non-ASCII-char.html: |
| * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt: |
| * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2.html: |
| * http/tests/security/xssAuditor/img-onerror-tricky.html: |
| * http/tests/security/xssAuditor/img-tag-with-comma-expected.txt: |
| * http/tests/security/xssAuditor/img-tag-with-comma.html: |
| * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt: |
| * http/tests/security/xssAuditor/inline-event-HTML-entities.html: |
| * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt: |
| * http/tests/security/xssAuditor/link-onclick-ampersand.html: |
| * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt: |
| * http/tests/security/xssAuditor/link-onclick-control-char.html: |
| * http/tests/security/xssAuditor/link-onclick-entities-expected.txt: |
| * http/tests/security/xssAuditor/link-onclick-entities.html: |
| * http/tests/security/xssAuditor/link-onclick-expected.txt: |
| * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt: |
| * http/tests/security/xssAuditor/link-onclick-null-char.html: |
| * http/tests/security/xssAuditor/link-onclick.html: |
| * http/tests/security/xssAuditor/link-opens-new-window-expected.txt: |
| * http/tests/security/xssAuditor/link-opens-new-window.html: |
| * http/tests/security/xssAuditor/malformed-HTML-expected.txt: |
| * http/tests/security/xssAuditor/malformed-HTML.html: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-1.html: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-2.html: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-3.html: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-4.html: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-5.html: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-6.html: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-7.html: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-8.html: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt: |
| * http/tests/security/xssAuditor/malformed-xss-protection-header-9.html: |
| * http/tests/security/xssAuditor/no-protection-script-tag.html: |
| * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt: |
| * http/tests/security/xssAuditor/object-embed-tag-control-char.html: |
| * http/tests/security/xssAuditor/object-embed-tag-expected.txt: |
| * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt: |
| * http/tests/security/xssAuditor/object-embed-tag-null-char.html: |
| * http/tests/security/xssAuditor/object-embed-tag.html: |
| * http/tests/security/xssAuditor/object-tag-expected.txt: |
| * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt: |
| * http/tests/security/xssAuditor/object-tag-javascript-url.html: |
| * http/tests/security/xssAuditor/object-tag.html: |
| * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt: |
| * http/tests/security/xssAuditor/open-event-handler-iframe.html: |
| * http/tests/security/xssAuditor/open-iframe-src-03-expected.txt: |
| * http/tests/security/xssAuditor/open-iframe-src-03.html: |
| * http/tests/security/xssAuditor/post-from-iframe.html: |
| * http/tests/security/xssAuditor/report-script-tag-expected.txt: |
| * http/tests/security/xssAuditor/report-script-tag-full-block-expected.txt: |
| * http/tests/security/xssAuditor/report-script-tag-full-block.html: |
| * http/tests/security/xssAuditor/report-script-tag-replace-state-expected.txt: |
| * http/tests/security/xssAuditor/report-script-tag-replace-state.html: |
| * http/tests/security/xssAuditor/report-script-tag.html: |
| * http/tests/security/xssAuditor/resources/echo-intertag.pl: |
| * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode.html: |
| * http/tests/security/xssAuditor/script-tag-Big5-char.html: |
| * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-Big5-char2.html: |
| * http/tests/security/xssAuditor/script-tag-control-char-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-control-char.html: |
| * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-convoluted.html: |
| * http/tests/security/xssAuditor/script-tag-entities-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-entities.html: |
| * http/tests/security/xssAuditor/script-tag-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-expression-follows-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-expression-follows.html: |
| * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-inside-svg-tag.html: |
| * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-inside-svg-tag2.html: |
| * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-inside-svg-tag3.html: |
| * http/tests/security/xssAuditor/script-tag-near-start-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-near-start.html: |
| * http/tests/security/xssAuditor/script-tag-null-char-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-null-char.html: |
| * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-open-redirect.html: |
| * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-post-control-char.html: |
| * http/tests/security/xssAuditor/script-tag-post-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-post-null-char.html: |
| * http/tests/security/xssAuditor/script-tag-post.html: |
| * http/tests/security/xssAuditor/script-tag-redirect-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-redirect.html: |
| * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair.html: |
| * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5.html: |
| * http/tests/security/xssAuditor/script-tag-with-actual-comma-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-actual-comma.html: |
| * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-callbacks.html: |
| * http/tests/security/xssAuditor/script-tag-with-comma-01-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-comma-01.html: |
| * http/tests/security/xssAuditor/script-tag-with-comma-02-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-comma-02.html: |
| * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html: |
| * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag.html: |
| * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-control-char.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-data-url.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-data-url2.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-data-url3-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-data-url3.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-double-quote.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-entities.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-no-quote.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-null-char.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-same-host.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-unterminated-01.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-unterminated-02.html: |
| * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-source-unterminated-03.html: |
| * http/tests/security/xssAuditor/script-tag-with-source.html: |
| * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode.html: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028.html: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment.html: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment2.html: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment3.html: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment4.html: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment5-expected.txt: |
| * http/tests/security/xssAuditor/script-tag-with-trailing-comment5.html: |
| * http/tests/security/xssAuditor/script-tag.html: |
| * http/tests/security/xssAuditor/svg-animate-expected.txt: |
| * http/tests/security/xssAuditor/svg-animate.html: |
| * http/tests/security/xssAuditor/svg-script-tag-expected.txt: |
| * http/tests/security/xssAuditor/svg-script-tag.html: |
| * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt: |
| * http/tests/security/xssAuditor/xss-filter-bypass-big5.html: |
| * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt: |
| * http/tests/security/xssAuditor/xss-filter-bypass-sjis.html: |
| * http/tests/security/xssAuditor/xss-protection-parsing-01.html: |
| * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt: |
| * http/tests/security/xssAuditor/xss-protection-parsing-02.html: |
| * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt: |
| * http/tests/security/xssAuditor/xss-protection-parsing-03.html: |
| * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt: |
| * http/tests/security/xssAuditor/xss-protection-parsing-04.html: |
| |
| 2014-11-20 Daniel Bates <dabates@apple.com> |
| |
| [iOS] Update expected results for LayoutTests/animations |
| |
| * platform/ios-simulator/TestExpectations: |
| * platform/ios-simulator/animations/3d/replace-filling-transform-expected.txt: Added. |
| * platform/ios-simulator/animations/animation-offscreen-to-onscreen-expected.txt: Added. |
| * platform/ios-simulator/animations/missing-values-first-keyframe-expected.txt: Added. |
| * platform/ios-simulator/animations/missing-values-last-keyframe-expected.txt: Added. |
| * platform/ios-simulator/animations/opacity-transform-animation-expected.txt: Added. |
| * platform/ios-simulator/animations/suspend-transform-animation-expected.txt: Added. |
| |
| 2014-11-20 Eric Carlson <eric.carlson@apple.com> |
| |
| Update media/track/track-in-band-cues-added-once.html to make failures easier to diagnose |
| https://bugs.webkit.org/show_bug.cgi?id=138908 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * media/track/track-in-band-cues-added-once.html: Update test to remove one potential |
| source of flakeyness and to do more logging in the event of a failure to make debugging |
| failures simpler. |
| * media/track/track-in-band-cues-added-once-expected.txt: |
| |
| 2014-11-20 Daniel Bates <dabates@apple.com> |
| |
| [iOS] Temporarily skip almost all DRT tests |
| |
| Towards updating the expected results on iOS, temporarily skip running almost |
| all DRT tests on iOS. We'll subsequently un-skip tests as we land updated/new |
| expected results for them. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2014-11-20 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| Rename String.prototype.contains to String.prototype.includes |
| https://bugs.webkit.org/show_bug.cgi?id=138923 |
| |
| Reviewed by Geoffrey Garen. |
| |
| * js/Object-getOwnPropertyNames-expected.txt: |
| * js/script-tests/Object-getOwnPropertyNames.js: |
| * js/script-tests/string-includes.js: Renamed from LayoutTests/js/script-tests/string-contains.js. |
| (stringToSearchIn.toString): |
| (startOffset.valueOf): |
| (matchString.toString): |
| (endOffset.valueOf): |
| * js/string-includes-expected.txt: Renamed from LayoutTests/js/string-contains-expected.txt. |
| * js/string-includes.html: Renamed from LayoutTests/js/string-contains.html. |
| |
| 2014-11-20 Chris Dumez <cdumez@apple.com> |
| |
| Crash when destroying a Document that has a throttled timer still running |
| https://bugs.webkit.org/show_bug.cgi?id=138914 |
| |
| Reviewed by Benjamin Poulain. |
| |
| Add a layout test to test the case where a Document gets destroyed while |
| throttled timer is still running. |
| |
| * fast/dom/resources/frame-with-throttled-timer.html: Added. |
| * fast/dom/throttled-timer-running-on-document-destruction-expected.txt: Added. |
| * fast/dom/throttled-timer-running-on-document-destruction.html: Added. |
| |
| 2014-11-20 Zalan Bujtas <zalan@apple.com> |
| |
| Simple line layout: Introduce text fragment continuation. |
| https://bugs.webkit.org/show_bug.cgi?id=138274 |
| |
| Rebaseline for simple line layout's multiple rendere support. |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/text/simple-lines-multiple-renderers-expected.html: Added. |
| * fast/text/simple-lines-multiple-renderers.html: Added. |
| * fast/tokenizer/script_extra_close-expected.txt: Multiple tab characters should collapse into a single whitespace. This |
| needs fixing in complex line layout. |
| * tables/mozilla/bugs/bug157890-expected.txt: no-op endofline run is added by complex inline layout |
| when multiple text content is injected through JS into a <pre>. This requires fixing complex line layout. |
| |
| 2014-11-20 Mark Lam <mark.lam@apple.com> |
| |
| WTFCrashWithSecurityImplication under SpeculativeJIT::compile() when loading a page from theblaze.com. |
| <https://webkit.org/b/137642> |
| |
| Reviewed by Filip Pizlo. |
| |
| * js/dfg-inline-identity-expected.txt: Added. |
| * js/dfg-inline-identity.html: Added. |
| * js/script-tests/dfg-inline-identity.js: Added. |
| (o.toKey): |
| (foo): |
| (test): |
| |
| 2014-11-20 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r176396. |
| https://bugs.webkit.org/show_bug.cgi?id=138926 |
| |
| revealed some WebCore::BidiResolver issue. rollout this for |
| now. (Requested by zalan on #webkit). |
| |
| Reverted changeset: |
| |
| "Simple line layout: Introduce text fragment continuation." |
| https://bugs.webkit.org/show_bug.cgi?id=138274 |
| http://trac.webkit.org/changeset/176396 |
| |
| 2014-11-20 Zalan Bujtas <zalan@apple.com> |
| |
| Simple line layout: Introduce text fragment continuation. |
| https://bugs.webkit.org/show_bug.cgi?id=138274 |
| |
| Rebaseline for simple line layout's multiple rendere support. |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/text/simple-lines-multiple-renderers-expected.html: Added. |
| * fast/text/simple-lines-multiple-renderers.html: Added. |
| * fast/tokenizer/script_extra_close-expected.txt: Multiple tab characters should collapse into a single whitespace. This |
| needs fixing in complex line layout. |
| * tables/mozilla/bugs/bug157890-expected.txt: no-op endofline run is added by complex inline layout |
| when multiple text content is injected through JS into a <pre>. This requires fixing complex line layout. |
| |
| 2014-11-19 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [OS X] Upright vertical text is completely broken for multi-code-unit codepoints |
| https://bugs.webkit.org/show_bug.cgi?id=138891 |
| |
| Reviewed by Dan Bernstein. |
| |
| Make sure a single upright vertical multi-code-unit codepoint is rendered the same as |
| the same codepoint rendered horizontally. |
| |
| * platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html: Added. |
| * platform/mac/fast/text/multiple-codeunit-vertical-upright.html: Added. |
| * platform/mac/fast/text/resources/multiple-codeunit-vertical-upright.otf: Added. |
| |
| 2014-11-16 Sam Weinig <sam@webkit.org> |
| |
| Move the 'quotes' CSS property to the new StyleBuilder |
| https://bugs.webkit.org/show_bug.cgi?id=138788 |
| |
| Reviewed by Chris Dumez. |
| |
| Add a test for the behavior of non-valid primitive identifiers being |
| used with the quotes property. |
| |
| * fast/css/content/content-quotes-07-expected.txt: Added. |
| * fast/css/content/content-quotes-07.html: Added. |
| |
| 2014-11-19 Dean Jackson <dino@apple.com> |
| |
| Handle unprefixed @keyframes rule |
| https://bugs.webkit.org/show_bug.cgi?id=138899 |
| <rdar://problem/18943117> |
| |
| Reviewed by Simon Fraser. |
| |
| Tests for @keyframes, both the OM side and the parsing. |
| |
| * animations/unprefixed-keyframes-expected.txt: Added. |
| * animations/unprefixed-keyframes-rule-expected.txt: Added. |
| * animations/unprefixed-keyframes-rule.html: Added. |
| * animations/unprefixed-keyframes.html: Added. |
| |
| 2014-11-19 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: JSContext inspection Resource search does not work |
| https://bugs.webkit.org/show_bug.cgi?id=131252 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/debugger/search-scripts-expected.txt: Added. |
| * inspector/debugger/search-scripts.html: Added. |
| Tests for Debugger.searchInContent. |
| |
| 2014-11-19 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Provide $exception in the console for the thrown exception value |
| https://bugs.webkit.org/show_bug.cgi?id=138726 |
| |
| Reviewed by Timothy Hatcher. |
| |
| Provide some tests to ensure $exception is the value we expect at different times, |
| such as on the exception line, when there is no exception, or when stepping through |
| catch blocks (it should always be the most recent caught exception). |
| |
| * inspector/debugger/command-line-api-exception-expected.txt: Added. |
| * inspector/debugger/command-line-api-exception-nested-catch-expected.txt: Added. |
| * inspector/debugger/command-line-api-exception-nested-catch.html: Added. |
| * inspector/debugger/command-line-api-exception.html: Added. |
| * inspector/debugger/resources/exceptions.js: Added. |
| (triggerUncaughtTypeException): |
| (triggerUncaughtReferenceException): |
| (triggerUncaughtSyntaxException): |
| (triggerUncaughtDOMException): |
| (throwString): |
| (throwNumber): |
| (throwNull): |
| (throwObject): |
| (throwNode): |
| (catcher): |
| (nestedCatchBlocks): |
| |
| 2014-11-19 David Hyatt <hyatt@apple.com> |
| |
| Images/replaced elements that are as tall as a page should be on their own page |
| https://bugs.webkit.org/show_bug.cgi?id=138886 - <rdar://problem/18296371> |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/multicol/tall-image-behavior-lr.html: Added. |
| * fast/multicol/tall-image-behavior-rl.html: Added. |
| * fast/multicol/tall-image-behavior.html: Added. |
| * platform/mac/fast/multicol/tall-image-behavior-expected.png: Added. |
| * platform/mac/fast/multicol/tall-image-behavior-expected.txt: Added. |
| * platform/mac/fast/multicol/tall-image-behavior-lr-expected.png: Added. |
| * platform/mac/fast/multicol/tall-image-behavior-lr-expected.txt: Added. |
| * platform/mac/fast/multicol/tall-image-behavior-rl-expected.png: Added. |
| * platform/mac/fast/multicol/tall-image-behavior-rl-expected.txt: Added. |
| |
| 2014-11-18 Ada Chan <adachan@apple.com> |
| |
| Take Web Audio into account for the Page::isPlayingAudio() API. |
| https://bugs.webkit.org/show_bug.cgi?id=137464 |
| |
| Reviewed by Jer Noble. |
| |
| This test checks that Page::isPlayingAudio() returns false before an audio context is created |
| and before the oscillator node makes a sound. It then starts the oscillator node and checks |
| that Page::isPlayingAudio() later returns true. |
| |
| * webaudio/web-audio-is-playing-expected.txt: Added. |
| * webaudio/web-audio-is-playing.html: Added. |
| |
| 2014-11-19 Chris Dumez <cdumez@apple.com> |
| |
| Add layout test for throttling of DOM timer changing the style of visible and invisible elements |
| https://bugs.webkit.org/show_bug.cgi?id=138875 |
| |
| Reviewed by Simon Fraser. |
| |
| Add a layout test to test that a repeating DOM timer changing the style |
| of both visible and invisible elements does not get throttled. |
| |
| Also rename existing tests to use "display-none" instead of "invisible" |
| for clarity. |
| |
| * fast/dom/nested-timer-display-none-element-throttling-expected.txt: Renamed from LayoutTests/fast/dom/nested-timer-invisible-element-throttling-expected.txt. |
| * fast/dom/nested-timer-display-none-element-throttling.html: Renamed from LayoutTests/fast/dom/nested-timer-invisible-element-throttling.html. |
| * fast/dom/repeating-timer-display-none-element-throttling-expected.txt: Renamed from LayoutTests/fast/dom/repeating-timer-invisible-element-throttling-expected.txt. |
| * fast/dom/repeating-timer-display-none-element-throttling.html: Renamed from LayoutTests/fast/dom/repeating-timer-invisible-element-throttling.html. |
| * fast/dom/repeating-timer-mixed-visible-display-none-elements-throttling-expected.txt: Added. |
| * fast/dom/repeating-timer-mixed-visible-display-none-elements-throttling.html: Added. |
| |
| 2014-11-19 Chris Dumez <cdumez@apple.com> |
| |
| Add layout test for DOM timer throttling and element moving into view after layout |
| https://bugs.webkit.org/show_bug.cgi?id=138874 |
| |
| Reviewed by Simon Fraser. |
| |
| Add a layout test to make sure we unthrottle a DOM timer changing the |
| style of an element outside viewport if the element ends up inside |
| the viewport after layout. |
| |
| * fast/dom/timer-unthrottle-on-layout-expected.txt: Added. |
| * fast/dom/timer-unthrottle-on-layout.html: Added. |
| |
| 2014-11-19 Chris Dumez <cdumez@apple.com> |
| |
| Add layout test for DOM timers throttling and 0 height element with visible overflowing content |
| https://bugs.webkit.org/show_bug.cgi?id=138873 |
| |
| Reviewed by Simon Fraser. |
| |
| Add a layout test for verify that a DOM timer changing the style of a 0 |
| height element with visible overflowing content does not get throttled. |
| If the implementation did not properly use the overflow rect to |
| determine if the element is visible, this test would fail. |
| |
| This covers the case of the top scrolling banner on huffingtonpost.com. |
| |
| * fast/dom/repeating-timer-element-overflow-throttling-expected.txt: Added. |
| * fast/dom/repeating-timer-element-overflow-throttling.html: Added. |
| |
| 2014-11-19 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: Safari fails to load a web page with VoiceOver |
| https://bugs.webkit.org/show_bug.cgi?id=138849 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * accessibility/inline-block-assertion-expected.txt: Added. |
| * accessibility/inline-block-assertion.html: Added. |
| |
| 2014-11-19 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: Screen braille input doesn't work on forms. |
| https://bugs.webkit.org/show_bug.cgi?id=138804 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * platform/ios-sim: Copied from LayoutTests/platform/ios-sim. |
| * platform/ios-sim/accessibility/set-value-expected.txt: Added. |
| * platform/ios-sim/accessibility/set-value.html: Added. |
| |
| 2014-11-19 Dhi Aurrahman <diorahman@rockybars.com> |
| |
| Add selector checker for :lang pseudo class in Selectors level 4 |
| https://bugs.webkit.org/show_bug.cgi?id=138281 |
| |
| Reviewed by Benjamin Poulain. |
| |
| Add layout tests for :lang selector checker with multiple arguments and |
| related behaviors on extended filtering. |
| |
| * fast/selectors/lang-extended-filtering-expected.txt: Added. |
| * fast/selectors/lang-extended-filtering.html: Added. |
| * fast/selectors/lang-multiple-expected.txt: Added. |
| * fast/selectors/lang-multiple.html: Added. |
| |
| 2014-11-18 Philippe Normand <pnormand@igalia.com> |
| |
| start/stop method for AudioBufferSourceNodes and OscillatorNodes can take no args |
| https://bugs.webkit.org/show_bug.cgi?id=138739 |
| |
| Reviewed by Darin Adler. |
| |
| * webaudio/dom-exceptions-expected.txt: Added. |
| * webaudio/dom-exceptions.html: Added. |
| |
| 2014-11-18 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Aad failing test expectations to some tests imported in r176144. |
| |
| * platform/win/TestExpectations: |
| |
| 2014-11-18 Alexey Proskuryakov <ap@apple.com> |
| |
| Use of uninitialized value in string eq in many http tests |
| https://bugs.webkit.org/show_bug.cgi?id=138852 |
| |
| Reviewed by Daniel Bates. |
| |
| * http/tests/security/xssAuditor/resources/echo-intertag.pl: Don't use it uninitialized. |
| |
| 2014-11-18 Benjamin Poulain <benjamin@webkit.org> |
| |
| Add the initial implementation of dynamic specificity for :matches() |
| https://bugs.webkit.org/show_bug.cgi?id=138822 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/css/matches-specificity-1-expected.html: Added. |
| * fast/css/matches-specificity-1.html: Added. |
| * fast/css/matches-specificity-2-expected.html: Added. |
| * fast/css/matches-specificity-2.html: Added. |
| * fast/css/matches-specificity-3-expected.html: Added. |
| * fast/css/matches-specificity-3.html: Added. |
| * fast/css/matches-specificity-4-expected.html: Added. |
| * fast/css/matches-specificity-4.html: Added. |
| * fast/css/matches-specificity-5-expected.html: Added. |
| * fast/css/matches-specificity-5.html: Added. |
| * fast/css/matches-specificity-6-expected.html: Added. |
| * fast/css/matches-specificity-6.html: Added. |
| * fast/css/matches-specificity-7-expected.html: Added. |
| * fast/css/matches-specificity-7.html: Added. |
| * fast/css/matches-specificity-8-expected.html: Added. |
| * fast/css/matches-specificity-8.html: Added. |
| * fast/css/matches-specificity-9-expected.html: Added. |
| * fast/css/matches-specificity-9.html: Added. |
| * fast/css/matches-specificity-10-expected.html: Added. |
| * fast/css/matches-specificity-10.html: Added. |
| |
| 2014-11-18 Chris Dumez <cdumez@apple.com> |
| |
| Crash when setting 'z-index' / 'flex-shrink' CSS properties to a calculated value |
| https://bugs.webkit.org/show_bug.cgi?id=138783 |
| |
| Reviewed by Andreas Kling. |
| |
| Add layout tests to check that settings 'z-index' / 'flex-shrink' CSS |
| properties to a calculated value does not crash and behaves as |
| expected. |
| |
| * fast/css/flex-shrink-calculated-value-expected.txt: Added. |
| * fast/css/flex-shrink-calculated-value.html: Added. |
| * fast/css/z-index-calculated-value-expected.txt: Added. |
| * fast/css/z-index-calculated-value.html: Added. |
| |
| 2014-11-18 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r176263 and r176273. |
| https://bugs.webkit.org/show_bug.cgi?id=138854 |
| |
| Underlines are hideous. (Requested by litherum on #webkit). |
| |
| Reverted changesets: |
| |
| "Use underlining metrics from the font file" |
| https://bugs.webkit.org/show_bug.cgi?id=138762 |
| http://trac.webkit.org/changeset/176263 |
| |
| "iOS build fix." |
| http://trac.webkit.org/changeset/176273 |
| |
| 2014-11-18 David Hyatt <hyatt@apple.com> |
| |
| REGRESSION (r167210): Invalid cast in WebCore::RenderBlock::blockSelectionGaps |
| https://bugs.webkit.org/show_bug.cgi?id=137590 |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/block/selection-block-gap-crash-expected.txt: Added. |
| * fast/block/selection-block-gap-crash.html: Added. |
| |
| 2014-11-18 Andreas Kling <akling@apple.com> |
| |
| Avoid synchronous style recalc in Document.activeElement |
| <https://webkit.org/b/138850> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Tweak a test to run once the DOM is loaded instead of during parsing. |
| |
| * fast/forms/autofocus-in-sandbox-with-allow-scripts.html: |
| |
| 2014-11-18 David Hyatt <hyatt@apple.com> |
| |
| REGRESSION(r152313): Inline-block element doesn't wrap properly |
| https://bugs.webkit.org/show_bug.cgi?id=138846 - <rdar://problem/18838703> |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/inline-block/inline-block-empty-spans-expected.html: Added. |
| * fast/inline-block/inline-block-empty-spans.html: Added. |
| |
| 2014-11-18 Myles C. Maxfield <litherum@gmail.com> |
| |
| Multicolumn layout with negative line spacing and orphans causes pieces of letters to be shown at the bottom of columns |
| https://bugs.webkit.org/show_bug.cgi?id=138204 |
| |
| Reviewed by Dave Hyatt. |
| |
| Create a layout where the "orphans" css property causes a block element to |
| be pushed to the next column. |
| |
| * fast/multicol/orphans-negative-line-spacing-expected.html: Added. |
| * fast/multicol/orphans-negative-line-spacing.html: Added. |
| |
| 2014-11-18 Chris Dumez <cdumez@apple.com> |
| |
| DOMTimers sometimes don't get unthrottled on scrolling |
| https://bugs.webkit.org/show_bug.cgi?id=138838 |
| |
| Reviewed by Antti Koivisto. |
| |
| Add a layout test to verify that DOMTimers get unthrottled on scroll if |
| the element whose style they are changing is inside the viewport after |
| the scroll. |
| |
| * fast/dom/timer-unthrottle-on-scroll-expected.txt: Added. |
| * fast/dom/timer-unthrottle-on-scroll.html: Added. |
| |
| 2014-11-18 Myles C. Maxfield <litherum@gmail.com> |
| |
| Use underlining metrics from the font file |
| https://bugs.webkit.org/show_bug.cgi?id=138762 |
| |
| Reviewed by Dave Hyatt. |
| |
| This patch makes underline placement platform-dependent. |
| |
| * platform/mac/fast/css3-text/css3-text-decoration/text-decoration-thickness-expected.html: Renamed from LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-thickness-expected.html. |
| * platform/mac/fast/css3-text/css3-text-decoration/text-decoration-thickness.html: Renamed from LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-thickness.html. |
| |
| 2014-11-17 David Hyatt <hyatt@apple.com> |
| |
| Improve Ruby selection (getting rid of overlap and improving gap filling) |
| https://bugs.webkit.org/show_bug.cgi?id=138250 |
| |
| Reviewed by Dean Jackson. |
| |
| Added fast/repaint/selection-ruby-rl.html |
| |
| * fast/repaint/selection-ruby-rl-expected.txt: Added. |
| * fast/repaint/selection-ruby-rl.html: Added. |
| |
| 2014-11-18 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r176218. |
| https://bugs.webkit.org/show_bug.cgi?id=138827 |
| |
| seems to have caused regressions on the perf bots (Requested |
| by lajava on #webkit). |
| |
| Reverted changeset: |
| |
| "[CSS Grid Layout] Upgrade align-self and align-items parsing |
| to CSS 3" |
| https://bugs.webkit.org/show_bug.cgi?id=133359 |
| http://trac.webkit.org/changeset/176218 |
| |
| 2014-11-18 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| fast/multicol/newmulticol tests use a non-existent resource |
| https://bugs.webkit.org/show_bug.cgi?id=138800 |
| |
| Reviewed by Andrei Bucur. |
| |
| Fix path in tests. |
| |
| * fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination-expected.html: |
| * fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination.html: |
| * fast/multicol/newmulticol/float-multicol-expected.html: |
| * fast/multicol/newmulticol/float-multicol.html: |
| |
| 2014-11-18 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Crash getting the orientation of a MenuListOption after the MenuList was removed from the document |
| https://bugs.webkit.org/show_bug.cgi?id=138727 |
| |
| Reviewed by Chris Fleizach. |
| |
| * platform/gtk/accessibility/combobox-descendants-orientation-crash-expected.txt: Added. |
| * platform/gtk/accessibility/combobox-descendants-orientation-crash.html: Added. |
| |
| 2014-11-17 Sukolsak Sakshuwong <sukolsak@gmail.com> |
| |
| Add parsing for :role() |
| https://bugs.webkit.org/show_bug.cgi?id=138310 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * fast/css/css-selector-text-expected.txt: |
| * fast/css/css-selector-text.html: |
| * fast/css/css-set-selector-text-expected.txt: |
| * fast/css/css-set-selector-text.html: |
| * fast/selectors/invalid-functional-pseudo-class-expected.txt: |
| * fast/selectors/invalid-functional-pseudo-class.html: |
| |
| 2014-11-17 Chris Dumez <cdumez@apple.com> |
| |
| Add initial layout testing coverage for timer throttling |
| https://bugs.webkit.org/show_bug.cgi?id=138809 |
| |
| Reviewed by Simon Fraser. |
| |
| Add initial layout test coverage for timer throttling. It currently |
| covers the following cases: |
| - Repeating timer changes the style of an Element that is visible |
| - Repeating timer changes the style of an Element that is not visible |
| (i.e. "display: none"). |
| - Repeating timer doing DOM mutations |
| - Nested timer changes the style of an Element that is visible |
| - Nested timer changes the style of an Element that is not visible |
| (i.e. "display: none"). |
| - Nested timer doing DOM mutations |
| |
| More layout tests are coming. In particular, we should add coverage for |
| changing the style of an Element outside the viewport. We should also |
| Test that the timer gets unthrottled if necessary on scrolling / layout. |
| |
| * fast/dom/nested-timer-invisible-element-throttling-expected.txt: Added. |
| * fast/dom/nested-timer-invisible-element-throttling.html: Added. |
| * fast/dom/nested-timer-visible-element-throttling-expected.txt: Added. |
| * fast/dom/nested-timer-visible-element-throttling.html: Added. |
| * fast/dom/repeating-timer-invisible-element-throttling-expected.txt: Added. |
| * fast/dom/repeating-timer-invisible-element-throttling.html: Added. |
| * fast/dom/repeating-timer-visible-element-throttling-expected.txt: Added. |
| * fast/dom/repeating-timer-visible-element-throttling.html: Added. |
| |
| 2014-11-17 Alexey Proskuryakov <ap@apple.com> |
| |
| media/track/track-in-band-cues-added-once.html fails sometimes |
| https://bugs.webkit.org/show_bug.cgi?id=138806 |
| |
| * platform/mac/TestExpectations: Marked as flaky. |
| |
| 2014-11-17 Alexey Proskuryakov <ap@apple.com> |
| |
| fast/multicol/newmulticol/spanner-crash.html still crashes sometimes |
| https://bugs.webkit.org/show_bug.cgi?id=137316 |
| |
| * TestExpectations: Skipped it. |
| |
| 2014-11-17 Javier Fernandez <jfernandez@igalia.com> |
| |
| [CSS Grid Layout] Upgrade align-self and align-items parsing to CSS 3 |
| https://bugs.webkit.org/show_bug.cgi?id=133359 |
| |
| Reviewed by David Hyatt. |
| |
| From Blink r164817 and r165264 by <jchaffraix@chromium.org> |
| |
| Broaden justify-self's parsing name and upgrade align-self and |
| align-items parsing to CSS 3. |
| |
| * css3/flexbox/css-properties-expected.txt: |
| * css3/flexbox/css-properties.html: |
| * css3/parse-align-items-expected.txt: Added. |
| * css3/parse-align-items.html: Added. |
| * css3/parse-align-self-expected.txt: Added. |
| * css3/parse-align-self.html: Added. |
| * css3/resources/alignment-parsing-utils.js: Added. |
| (checkValues): |
| (checkBadValues): |
| (checkInitialValues): |
| (checkInheritValues): |
| (checkLegacyValues): |
| * fast/css/getComputedStyle/computed-style-expected.txt: |
| * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * fast/css/getComputedStyle/resources/property-names.js: |
| * svg/css/getComputedStyle-basic-expected.txt: |
| * platform/gtk/TestExpectations: Report new failures and update expectations. |
| |
| 2014-11-17 Shivakumar JM <shiva.jm@samsung.com> |
| |
| Attribute text in HTMLAnchorElement should behave as per specification. |
| https://bugs.webkit.org/show_bug.cgi?id=138557 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/dom/HTMLAnchorElement/anchor-text-attribute-expected.txt: Added. |
| * fast/dom/HTMLAnchorElement/anchor-text-attribute.html: Added. |
| |
| 2014-11-17 Alexey Proskuryakov <ap@apple.com> |
| |
| media/track/track-cues-sorted-before-dispatch.html is flaky on Mountain Lion |
| https://bugs.webkit.org/show_bug.cgi?id=138798 |
| |
| * platform/mac/TestExpectations: Marked it as such. |
| |
| 2014-11-17 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r176169. |
| https://bugs.webkit.org/show_bug.cgi?id=138797 |
| |
| Appears to have broken svg/custom/anchor-on-use.svg (Requested |
| by ap on #webkit). |
| |
| Reverted changeset: |
| |
| "Attribute text in HTMLAnchorElement should behave as per |
| specification." |
| https://bugs.webkit.org/show_bug.cgi?id=138557 |
| http://trac.webkit.org/changeset/176169 |
| |
| 2014-11-16 Andreas Kling <akling@apple.com> |
| |
| Avoid synchronous style recalc when mutating a Node inside FrameSelection. |
| <https://webkit.org/b/138791> |
| |
| Reviewed by Antti Koivisto. |
| |
| Rebaseline fast/dynamic/move-node-with-selection.html. |
| This is a progression, we avoid littering the render tree with some empty |
| text renderers due to deferring the style recalc in selection clearing. |
| |
| * platform/efl/fast/dynamic/move-node-with-selection-expected.txt: |
| * platform/gtk/fast/dynamic/move-node-with-selection-expected.txt: |
| * platform/ios-sim-deprecated/fast/dynamic/move-node-with-selection-expected.txt: |
| * platform/ios-simulator/fast/dynamic/move-node-with-selection-expected.txt: |
| * platform/mac/fast/dynamic/move-node-with-selection-expected.txt: |
| |
| 2014-11-17 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com> |
| |
| [EFL] Skip timeouting editing tests |
| https://bugs.webkit.org/show_bug.cgi?id=138693 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/efl/TestExpectations: |
| |
| 2014-11-17 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Unreviewed GTK+ gardening. Skip more tests failing after r175776. |
| |
| There is no network load scheduling or prioritization with NetworkProcess. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2014-11-16 Benjamin Poulain <benjamin@webkit.org> |
| |
| Implement :valid and :invalid matching for the fieldset element |
| https://bugs.webkit.org/show_bug.cgi?id=138769 |
| |
| Reviewed by Darin Adler. |
| |
| There are many ways to change the validation state of a submittable element. |
| I included a series of test trying to exercises as many combination |
| as possible. |
| |
| * fast/css/pseudo-valid-unapplied-expected.txt: |
| * fast/css/pseudo-valid-unapplied.html: |
| This test was checking that :valid and :invalid are not applied |
| to fieldset. Such results are incorrect with the latest specification. |
| |
| * fast/css/pseudo-invalid-fieldset-expected.html: Added. |
| * fast/css/pseudo-invalid-fieldset-invalidation-optimization-expected.txt: Added. |
| * fast/css/pseudo-invalid-fieldset-invalidation-optimization.html: Added. |
| * fast/css/pseudo-invalid-fieldset-style-sharing-expected.html: Added. |
| * fast/css/pseudo-invalid-fieldset-style-sharing.html: Added. |
| * fast/css/pseudo-invalid-fieldset.html: Added. |
| * fast/css/pseudo-valid-fieldset-expected.html: Added. |
| * fast/css/pseudo-valid-fieldset-invalidation-optimization-expected.txt: Added. |
| * fast/css/pseudo-valid-fieldset-invalidation-optimization.html: Added. |
| * fast/css/pseudo-valid-fieldset-style-sharing-expected.html: Added. |
| * fast/css/pseudo-valid-fieldset-style-sharing.html: Added. |
| * fast/css/pseudo-valid-fieldset.html: Added. |
| * fast/selectors/invalid-fieldset-style-update-1-expected.txt: Added. |
| * fast/selectors/invalid-fieldset-style-update-1.html: Added. |
| * fast/selectors/invalid-fieldset-style-update-2-expected.txt: Added. |
| * fast/selectors/invalid-fieldset-style-update-2.html: Added. |
| * fast/selectors/invalid-fieldset-style-update-3-expected.txt: Added. |
| * fast/selectors/invalid-fieldset-style-update-3.html: Added. |
| * fast/selectors/invalid-fieldset-style-update-4-expected.txt: Added. |
| * fast/selectors/invalid-fieldset-style-update-4.html: Added. |
| * fast/selectors/invalid-fieldset-style-update-5-expected.txt: Added. |
| * fast/selectors/invalid-fieldset-style-update-5.html: Added. |
| * fast/selectors/valid-fieldset-style-update-1-expected.txt: Added. |
| * fast/selectors/valid-fieldset-style-update-1.html: Added. |
| * fast/selectors/valid-fieldset-style-update-2-expected.txt: Added. |
| * fast/selectors/valid-fieldset-style-update-2.html: Added. |
| * fast/selectors/valid-fieldset-style-update-3-expected.txt: Added. |
| * fast/selectors/valid-fieldset-style-update-3.html: Added. |
| * fast/selectors/valid-fieldset-style-update-4-expected.txt: Added. |
| * fast/selectors/valid-fieldset-style-update-4.html: Added. |
| * fast/selectors/valid-fieldset-style-update-5-expected.txt: Added. |
| * fast/selectors/valid-fieldset-style-update-5.html: Added. |
| |
| 2014-11-16 Chris Dumez <cdumez@apple.com> |
| |
| Crash when setting 'order' CSS property to a calculated value |
| https://bugs.webkit.org/show_bug.cgi?id=138780 |
| |
| Reviewed by Darin Adler. |
| |
| Add a layout test to validate that setting a calculated value to the |
| 'order' CSS property does not crash and behaves as expected. |
| |
| * fast/css/order-calculated-value-expected.txt: Added. |
| * fast/css/order-calculated-value.html: Added. |
| |
| 2014-11-16 Chris Dumez <cdumez@apple.com> |
| |
| Assertion hit when setting a very large value to 'border-width' / 'font-size' CSS properties |
| https://bugs.webkit.org/show_bug.cgi?id=138770 |
| |
| Reviewed by Darin Adler. |
| |
| Add a layout test setting very large values to 'border-width' and |
| 'font-size' CSS properties. |
| |
| * fast/css/style-builder-infinite-value-expected.txt: Added. |
| * fast/css/style-builder-infinite-value.html: Added. |
| |
| 2014-11-16 Shivakumar JM <shiva.jm@samsung.com> |
| |
| Attribute text in HTMLAnchorElement should behave as per specification. |
| https://bugs.webkit.org/show_bug.cgi?id=138557 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/dom/HTMLAnchorElement/anchor-text-attribute-expected.txt: Added. |
| * fast/dom/HTMLAnchorElement/anchor-text-attribute.html: Added. |
| |
| 2014-11-16 Alexey Proskuryakov <ap@apple.com> |
| |
| Test expectation gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-11-16 Chris Dumez <cdumez@apple.com> |
| |
| Crash when setting '-webkit-line-clamp' CSS property to a calculated value |
| https://bugs.webkit.org/show_bug.cgi?id=138777 |
| |
| Reviewed by Benjamin Poulain. |
| |
| Add a layout test to check that assigning calculated values to the |
| '-webkit-line-clamp' CSS property does not crash and behaves as |
| expected. |
| |
| * fast/css/webkit-line-clamp-calculated-value-expected.txt: Added. |
| * fast/css/webkit-line-clamp-calculated-value.html: Added. |
| |
| 2014-11-16 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Expose the blockquote element using ATK_ROLE_BLOCK_QUOTE |
| https://bugs.webkit.org/show_bug.cgi?id=138771 |
| |
| Reviewed by Chris Fleizach. |
| |
| Updated the expectations for GTK and EFL as there is a new role |
| being used. The Mac expectations were not updated because the |
| new role on that platform continues to be to AXGroup. |
| |
| * platform/efl/accessibility/roles-exposed-expected.txt: Updated |
| * platform/gtk/accessibility/roles-exposed-expected.txt: Updated |
| |
| 2014-11-16 Chris Dumez <cdumez@apple.com> |
| |
| Crash when setting 'alt' CSS property to inherit or initial |
| https://bugs.webkit.org/show_bug.cgi?id=138774 |
| <rdar://problem/18995409> |
| |
| Reviewed by Chris Fleizach. |
| |
| Add a layout test to verify that setting the 'alt' CSS property to |
| inherit / initial is not crashing and working as intended. |
| |
| * fast/css/alt-inherit-initial-expected.txt: Added. |
| * fast/css/alt-inherit-initial.html: Added. |
| |
| 2014-11-15 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Lists with selectable children should have ATK_ROLE_LIST_BOX |
| https://bugs.webkit.org/show_bug.cgi?id=127060 |
| |
| Reviewed by Chris Fleizach. |
| |
| Updated the expectations to reflect the corrected role. |
| |
| * platform/efl/accessibility/roles-exposed-expected.txt: updated |
| * platform/gtk/accessibility/roles-exposed-expected.txt: updated |
| |
| 2014-11-15 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Video and audio elements should be exposed using ATK's video and audio roles. |
| https://bugs.webkit.org/show_bug.cgi?id=138767 |
| |
| Reviewed by Chris Fleizach. |
| |
| Updated expectations to reflect the new mapping to ATK_ROLE_AUDIO and |
| ATK_ROLE_VIDEO. |
| |
| * platform/efl/accessibility/media-element-expected.txt: updated |
| * platform/efl/accessibility/media-emits-object-replacement-expected.txt: updated |
| * platform/gtk/accessibility/media-controls-panel-title-expected.txt: updated |
| * platform/gtk/accessibility/media-controls-panel-title.html: updated |
| * platform/gtk/accessibility/media-element-expected.txt: updated |
| * platform/gtk/accessibility/media-emits-object-replacement-expected.txt: updated |
| |
| 2014-11-15 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Expose the footer element as ATK_ROLE_FOOTER |
| https://bugs.webkit.org/show_bug.cgi?id=138773 |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/roles-exposed.html: Unskip the footer element test for GTK and EFL |
| * platform/efl/accessibility/roles-exposed-expected.txt: Updated expectations |
| * platform/gtk/accessibility/roles-exposed-expected.txt: Updated expectations |
| |
| 2014-11-14 Dean Jackson <dino@apple.com> |
| |
| Rename WebKitCSSKeyframe(s)Rule into CSSKeyframe(s)Rule |
| https://bugs.webkit.org/show_bug.cgi?id=138763 |
| <rdar://problem/18991569> |
| |
| Reviewed by Simon Fraser. |
| |
| Some of the tests use the prefixed interface name. Replace that |
| with the unprefixed version. |
| |
| The "keyframes-rule.html" test added a check to make sure the |
| old constant WEBKIT_KEYFRAMES_RULE is the same as the new |
| constant KEYFRAMES_RULE. |
| |
| * animations/keyframes-rule-expected.txt: |
| * animations/keyframes-rule.html: |
| * fast/dom/resources/wrapper-identity-base.js: |
| * fast/dom/wrapper-classes.html: |
| * fast/dom/wrapper-identity-expected.txt: |
| * platform/efl/js/dom/global-constructors-attributes-expected.txt: |
| * platform/gtk/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac-mountainlion/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/fast/dom/objc-wrapper-identity-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * platform/win/js/dom/global-constructors-attributes-expected.txt: |
| |
| 2014-11-14 Alexey Proskuryakov <ap@apple.com> |
| |
| Application test expectation gardening on WK2. |
| |
| * platform/mac-wk2/TestExpectations: Skip two tests that toggle private browsing, |
| and added a bug number to http/tests/appcache/auth.html. |
| |
| 2014-11-14 Dean Jackson <dino@apple.com> |
| |
| [Media] Timeline scrubber not updating as the video plays |
| https://bugs.webkit.org/show_bug.cgi?id=138717 |
| <rdar://problem/18957509> |
| |
| Reviewed by Jer Noble. |
| |
| Tests that an inline video will actually advance the |
| timeline scrubber if it plays momentarily. |
| |
| Eric wrote all the hard bits here. I just changed |
| a few lines to test if the timeline had moved from 0. |
| Unfortunately we can't rely on the timeline value |
| being identical to the currentTime of the media element, |
| because we only move the timeline when we get events. |
| |
| * media/media-controls-timeline-updates.html: Added. |
| |
| 2014-11-14 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Test that small caps of web fonts works regardless of where the font face is declared |
| https://bugs.webkit.org/show_bug.cgi?id=138700 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * fast/text/svg-small-caps-expected.html: Added. |
| * fast/text/svg-small-caps.html: Added. |
| |
| 2014-11-14 Alexey Proskuryakov <ap@apple.com> |
| |
| Add shortcut macros to Mac TestExpectations |
| https://bugs.webkit.org/show_bug.cgi?id=138729 |
| |
| Reviewed by Simon Fraser. |
| |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac/TestExpectations: |
| Use the new functionality. |
| |
| 2014-11-14 Alexey Proskuryakov <ap@apple.com> |
| |
| Many (most?) transitions tests are very flaky, frequently failing all at once |
| https://bugs.webkit.org/show_bug.cgi?id=137883 |
| |
| * TestExpectations: |
| * platform/mac/TestExpectations: |
| Add more affected tests to unbreak EWS. |
| |
| 2014-11-11 David Hyatt <hyatt@apple.com> |
| |
| Table rows repaint entire table when their background color changes. |
| https://bugs.webkit.org/show_bug.cgi?id=26662 |
| |
| Reviewed by Simon Fraser. |
| |
| Added fast/repaint/table-row-repaint.html |
| |
| * fast/repaint/table-row-repaint-expected.txt: Added. |
| * fast/repaint/table-row-repaint.html: Added. |
| * platform/mac/accessibility/table-detection-expected.txt: |
| |
| 2014-11-14 Andrzej Badowski <a.badowski@samsung.com> |
| |
| AX: Improve AccessibilityTableCell isColumnHeaderCell function. |
| https://bugs.webkit.org/show_bug.cgi?id=138423 |
| |
| Reviewed by Chris Fleizach. |
| |
| Files of expected type are adapted to changes in the code of the function. |
| |
| * accessibility/table-cells-roles-expected.txt: |
| * platform/efl/accessibility/table-attributes-expected.txt: |
| * platform/efl/accessibility/table-cells-expected.txt: |
| * platform/gtk/accessibility/table-attributes-expected.txt: |
| * platform/gtk/accessibility/table-cells-expected.txt: |
| * platform/mac/accessibility/table-attributes-expected.txt: |
| * platform/mac/accessibility/table-cells-expected.txt: |
| |
| 2014-11-14 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Unreviewed GTK+ gardening. Skip http/tests/appcache/auth.html after r175776. |
| |
| Appcache manifest is still downloaded in the WebProcess. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2014-11-14 Alexey Proskuryakov <ap@apple.com> |
| |
| Remove some ineffective entries. |
| |
| * platform/mac/TestExpectations: Remove entries that were meant to override other |
| ones, but don't. |
| |
| 2014-11-13 Pratik Solanki <psolanki@apple.com> |
| |
| Rebaseline iOS layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=138721 |
| |
| Reviewed by Simon Fraser. |
| |
| Rebaseline many of the failures in compositing tests. |
| |
| * platform/ios-simulator/compositing/absolute-inside-out-of-view-fixed-expected.txt: |
| * platform/ios-simulator/compositing/backing/backface-visibility-flip-expected.txt: |
| * platform/ios-simulator/compositing/backing/backface-visibility-in-3dtransformed-expected.txt: |
| * platform/ios-simulator/compositing/backing/border-radius-no-backing-expected.txt: |
| * platform/ios-simulator/compositing/backing/child-layer-no-backing-expected.txt: |
| * platform/ios-simulator/compositing/backing/filter-no-backing-expected.txt: |
| * platform/ios-simulator/compositing/backing/inline-block-no-backing-expected.txt: |
| * platform/ios-simulator/compositing/backing/masked-child-no-backing-expected.txt: |
| * platform/ios-simulator/compositing/backing/no-backing-for-clip-expected.txt: |
| * platform/ios-simulator/compositing/backing/no-backing-for-clip-overhang-expected.txt: |
| * platform/ios-simulator/compositing/backing/no-backing-for-clip-overlap-expected.txt: |
| * platform/ios-simulator/compositing/backing/no-backing-for-perspective-expected.txt: |
| * platform/ios-simulator/compositing/backing/replaced-child-no-backing-expected.txt: |
| * platform/ios-simulator/compositing/backing/whitespace-nodes-no-backing-expected.txt: |
| * platform/ios-simulator/compositing/bounds-in-flipped-writing-mode-expected.txt: |
| * platform/ios-simulator/compositing/clip-child-by-non-stacking-ancestor-expected.txt: |
| * platform/ios-simulator/compositing/columns/ancestor-clipped-in-paginated-expected.txt: |
| * platform/ios-simulator/compositing/columns/clipped-in-paginated-expected.txt: |
| * platform/ios-simulator/compositing/columns/composited-columns-expected.txt: |
| * platform/ios-simulator/compositing/columns/composited-columns-vertical-rl-expected.txt: |
| * platform/ios-simulator/compositing/columns/composited-in-paginated-expected.txt: |
| * platform/ios-simulator/compositing/columns/composited-in-paginated-rl-expected.txt: |
| * platform/ios-simulator/compositing/columns/composited-in-paginated-writing-mode-rl-expected.txt: |
| * platform/ios-simulator/compositing/columns/composited-lr-paginated-repaint-expected.txt: |
| * platform/ios-simulator/compositing/columns/composited-nested-columns-expected.txt: |
| * platform/ios-simulator/compositing/columns/composited-rl-paginated-repaint-expected.txt: |
| * platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt: |
| * platform/ios-simulator/compositing/columns/rotated-in-paginated-expected.txt: |
| * platform/ios-simulator/compositing/columns/untransformed-composited-in-paginated-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/background-clip-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/background-color-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/body-background-painted-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/body-background-skipped-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/control-layer-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/filter-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-child-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-text-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/layer-opacity-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/layer-transform-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: |
| * platform/ios-simulator/compositing/contents-opaque/visibility-hidden-expected.txt: |
| * platform/ios-simulator/compositing/contents-scale/animating-expected.txt: |
| * platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt: |
| * platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt: |
| * platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt: |
| * platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt: |
| * platform/ios-simulator/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: |
| * platform/ios-simulator/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: |
| * platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: |
| * platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: |
| * platform/ios-simulator/compositing/fixed-image-loading-expected.txt: |
| * platform/ios-simulator/compositing/geometry/ancestor-overflow-change-expected.txt: |
| * platform/ios-simulator/compositing/geometry/bounds-clipped-composited-child-expected.txt: |
| * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: |
| * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: |
| * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: |
| * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-expected.txt: |
| * platform/ios-simulator/compositing/geometry/clip-expected.txt: |
| * platform/ios-simulator/compositing/geometry/clip-inside-expected.txt: |
| * platform/ios-simulator/compositing/geometry/composited-in-columns-expected.txt: |
| * platform/ios-simulator/compositing/geometry/fixed-position-composited-switch-expected.txt: |
| * platform/ios-simulator/compositing/geometry/flipped-writing-mode-expected.txt: |
| * platform/ios-simulator/compositing/geometry/foreground-layer-expected.txt: |
| * platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: |
| * platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-expected.txt: |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-expected.txt: |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-expected.txt: |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: |
| * platform/ios-simulator/compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt: |
| * platform/ios-simulator/compositing/geometry/preserve-3d-switching-expected.txt: |
| * platform/ios-simulator/compositing/geometry/vertical-scroll-composited-expected.txt: |
| * platform/ios-simulator/compositing/iframes/become-composited-nested-iframes-expected.txt: |
| * platform/ios-simulator/compositing/iframes/become-overlapped-iframe-expected.txt: |
| * platform/ios-simulator/compositing/iframes/composited-parent-iframe-expected.txt: |
| * platform/ios-simulator/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: |
| * platform/ios-simulator/compositing/iframes/connect-compositing-iframe-expected.txt: |
| * platform/ios-simulator/compositing/iframes/connect-compositing-iframe2-expected.txt: |
| * platform/ios-simulator/compositing/iframes/connect-compositing-iframe3-expected.txt: |
| * platform/ios-simulator/compositing/iframes/enter-compositing-iframe-expected.txt: |
| * platform/ios-simulator/compositing/iframes/iframe-resize-expected.txt: |
| * platform/ios-simulator/compositing/iframes/iframe-size-from-zero-expected.txt: |
| * platform/ios-simulator/compositing/iframes/iframe-size-to-zero-expected.txt: Progression. |
| * platform/ios-simulator/compositing/iframes/iframe-src-change-expected.txt: Progression. |
| * platform/ios-simulator/compositing/iframes/invisible-nested-iframe-hide-expected.txt: |
| * platform/ios-simulator/compositing/iframes/leave-compositing-iframe-expected.txt: |
| * platform/ios-simulator/compositing/iframes/overlapped-iframe-expected.txt: |
| * platform/ios-simulator/compositing/iframes/overlapped-iframe-iframe-expected.txt: |
| * platform/ios-simulator/compositing/iframes/overlapped-nested-iframes-expected.txt: |
| * platform/ios-simulator/compositing/iframes/page-cache-layer-tree-expected.txt: |
| * platform/ios-simulator/compositing/iframes/resizer-expected.txt: |
| * platform/ios-simulator/compositing/iframes/scrolling-iframe-expected.txt: |
| * platform/ios-simulator/compositing/images/clip-on-directly-composited-image-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/animation-overlap-with-children-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-and-transform-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-transformed-into-view-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-under-transform-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/no-compositing-for-sticky-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/overflow-scroll-overlap-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/overlap-child-layer-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/overlap-clipping-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/overlap-transformed-3d-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/overlap-transformed-layer-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/overlap-transforms-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/rotate3d-overlap-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/scroll-partial-update-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: |
| * platform/ios-simulator/compositing/layer-creation/translatez-overlap-expected.txt: |
| * platform/ios-simulator/compositing/masks/mask-layer-size-expected.txt: |
| * platform/ios-simulator/compositing/overflow-trumps-transform-style-expected.txt: |
| * platform/ios-simulator/compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Progression. |
| * platform/ios-simulator/compositing/overflow/clip-descendents-expected.txt: |
| * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: |
| * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt: |
| * platform/ios-simulator/compositing/overflow/content-gains-scrollbars-expected.txt: |
| * platform/ios-simulator/compositing/overflow/content-loses-scrollbars-expected.txt: |
| * platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-expected.txt: |
| * platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: |
| * platform/ios-simulator/compositing/overflow/overflow-overlay-with-touch-expected.txt: |
| * platform/ios-simulator/compositing/overflow/overflow-scrollbar-layer-positions-expected.txt: |
| * platform/ios-simulator/compositing/overflow/overflow-scrollbar-layers-expected.txt: |
| * platform/ios-simulator/compositing/overflow/resize-painting-expected.txt: |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-clip-descendant-expected.txt: |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-expected.txt: |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-abs-in-named-flow-expected.txt: |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-outflow-expected.txt: |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-got-transformed-parent-expected.txt: |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-lost-transformed-parent-expected.txt: |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-overlap-composited-expected.txt: |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-transformed-parent-expected.txt: |
| * platform/ios-simulator/compositing/regions/fixed-transformed-in-named-flow-expected.txt: |
| * platform/ios-simulator/compositing/repaint/absolute-painted-into-composited-ancestor-expected.txt: |
| * platform/ios-simulator/compositing/repaint/become-overlay-composited-layer-expected.txt: |
| * platform/ios-simulator/compositing/repaint/fixed-background-scroll-expected.txt: |
| * platform/ios-simulator/compositing/repaint/invalidations-on-composited-layers-expected.txt: |
| * platform/ios-simulator/compositing/repaint/positioned-movement-expected.txt: |
| * platform/ios-simulator/compositing/repaint/repaint-on-layer-grouping-change-expected.txt: |
| * platform/ios-simulator/compositing/repaint/resize-repaint-expected.txt: |
| * platform/ios-simulator/compositing/rtl/rtl-absolute-expected.txt: |
| * platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-expected.txt: |
| * platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: |
| * platform/ios-simulator/compositing/rtl/rtl-fixed-expected.txt: |
| * platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-expected.txt: |
| * platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
| * platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-expected.txt: |
| * platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: |
| * platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-expected.txt: |
| * platform/ios-simulator/compositing/rtl/rtl-iframe-relative-expected.txt: |
| * platform/ios-simulator/compositing/rtl/rtl-relative-expected.txt: |
| * platform/ios-simulator/compositing/scrolling/touch-scroll-to-clip-expected.txt: |
| * platform/ios-simulator/compositing/tiled-layers-hidpi-expected.txt: |
| * platform/ios-simulator/compositing/tiling/backface-preserve-3d-tiled-expected.txt: |
| * platform/ios-simulator/compositing/tiling/crash-reparent-tiled-layer-expected.txt: |
| * platform/ios-simulator/compositing/tiling/huge-layer-add-remove-child-expected.txt: |
| * platform/ios-simulator/compositing/tiling/huge-layer-img-expected.txt: |
| * platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-expected.txt: |
| * platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: |
| * platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt: |
| * platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: |
| * platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt: |
| * platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt: |
| * platform/ios-simulator/compositing/visibility/layer-visible-content-expected.txt: |
| * platform/ios-simulator/compositing/visibility/visibility-image-layers-dynamic-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt: |
| |
| 2014-11-13 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Update expected .png for platform/mac/editing/input/devanagari-ligature.html |
| https://bugs.webkit.org/show_bug.cgi?id=138712 |
| |
| This doesn't actually fix the test, it just updates the image. |
| |
| Reviewed by Zalan Bujtas. |
| |
| * platform/mac/editing/input/devanagari-ligature-expected.png: |
| |
| 2014-11-13 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Do not return ATK_ROLE_UNKNOWN for null or otherwise invalid accessible objects |
| https://bugs.webkit.org/show_bug.cgi?id=137867 |
| |
| Reviewed by Chris Fleizach. |
| |
| * platform/gtk/accessibility/detached-object-role-expected.txt: Added. |
| * platform/gtk/accessibility/detached-object-role.html: Added. |
| |
| 2014-11-13 Pratik Solanki <psolanki@apple.com> |
| |
| Rename ios-sim to ios-sim-deprecated. |
| |
| The results here are historical and new results should go into ios-simulator |
| directory. Eventually, we should get rid of this directory completely. |
| |
| Rubber-stamped by Simon Fraser. |
| |
| * platform/ios-sim: Removed. |
| * platform/ios-sim-deprecated: Copied from LayoutTests/platform/ios-sim. |
| |
| 2014-11-13 Benjamin Poulain <bpoulain@apple.com> |
| |
| Implement the matching for :nth-last-child(An+B of selector-list) |
| https://bugs.webkit.org/show_bug.cgi?id=138650 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/selectors/nth-last-child-of-class-style-update-expected.txt: Added. |
| * fast/selectors/nth-last-child-of-class-style-update.html: Added. |
| Verify simple cases of style update. |
| |
| * fast/css/nth-last-child-of-style-update-optimization-expected.txt: Added. |
| * fast/css/nth-last-child-of-style-update-optimization.html: Added. |
| Verify that style invalidation stays reasonable. |
| |
| * fast/css/nth-last-child-of-style-sharing-1-expected.html: Added. |
| * fast/css/nth-last-child-of-style-sharing-1.html: Added. |
| * fast/css/nth-last-child-of-style-sharing-2-expected.html: Added. |
| * fast/css/nth-last-child-of-style-sharing-2.html: Added. |
| Check that style sharing is disabled for elements matching :nth-last-child(). |
| |
| * fast/css/nth-child-and-nth-last-child-expected.html: Added. |
| * fast/css/nth-child-and-nth-last-child.html: Added. |
| Test uniqueness testing by combining :nth-child() and :nth-last-child(). |
| |
| * fast/css/nth-last-child-of-classname-expected.html: Added. |
| * fast/css/nth-last-child-of-classname.html: Added. |
| * fast/css/nth-last-child-of-complex-selector-expected.html: Added. |
| * fast/css/nth-last-child-of-complex-selector.html: Added. |
| * fast/css/nth-last-child-of-compound-selector-expected.html: Added. |
| * fast/css/nth-last-child-of-compound-selector.html: Added. |
| * fast/css/nth-last-child-of-tagname-expected.html: Added. |
| * fast/css/nth-last-child-of-tagname.html: Added. |
| Test matching, those are the "last-child" counterpart of the existing |
| "nth-child-of" tests. |
| |
| 2014-11-12 Jon Honeycutt <jhoneycutt@apple.com> |
| |
| REGRESSION (r172826): Password field placeholder text is missing if |
| placeholder attribute precedes type attribute |
| |
| <https://bugs.webkit.org/show_bug.cgi?id=138682> |
| <rdar://problem/18574213> |
| |
| Reviewed by Benjamin Poulain. |
| |
| * fast/forms/placeholder-attribute-ordering-expected.html: Added. |
| * fast/forms/placeholder-attribute-ordering.html: Added. |
| |
| 2014-11-13 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] Accessible focus events are emitted when the selection is changed in non-focused combo boxes |
| https://bugs.webkit.org/show_bug.cgi?id=137866 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * platform/gtk/accessibility/menu-list-unfocused-notifications-expected.txt: Added. |
| * platform/gtk/accessibility/menu-list-unfocused-notifications.html: Added. |
| |
| 2014-11-13 Alexey Proskuryakov <ap@apple.com> |
| |
| Simplify expectations for fullscreen/full-screen-iframe-legacy.html, as the more |
| specific variant doesn't work due to <https://bugs.webkit.org/show_bug.cgi?id=138698>. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-11-13 Alexey Proskuryakov <ap@apple.com> |
| |
| fast/events/overflow-scroll-fake-mouse-move.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=138697 |
| |
| * platform/mac-wk1/TestExpectations: Mark it as such. |
| |
| 2014-11-13 Zalan Bujtas <zalan@apple.com> |
| |
| Unreviewed WK2 subpixel gardening. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2014-11-13 Chris Dumez <cdumez@apple.com> |
| |
| Lazily create HTMLInputElement's inputType and shadow subtree |
| https://bugs.webkit.org/show_bug.cgi?id=138524 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Add a test case to make sure we don't crash when parsing an <input> |
| Element that has a |border| attribute as first attribute. This is what |
| was happening with the first version of this patch that landed in |
| r175852. When attributeChanged() was called for the |border| attribute |
| HTMLInputElement::isPresentationAttribute() would get called before |
| m_inputType is initialized, and "name == borderAttr && isImageButton()" |
| would crash because isImageButton() dereferences m_inputType. |
| |
| * fast/dom/HTMLInputElement/border-attribute-crash-expected.txt: Added. |
| * fast/dom/HTMLInputElement/border-attribute-crash.html: Added. |
| |
| 2014-11-12 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Unreviewed GTK gardening. Skip more test failing after r175776. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2014-11-12 Dean Jackson <dino@apple.com> |
| |
| Support unprefixed animation property names |
| https://bugs.webkit.org/show_bug.cgi?id=138678 |
| <rdar://problem/18943059> |
| |
| Reviewed by Simon Fraser. |
| |
| Tests for unprefixed parsing and calculation of animation |
| properties. Fun fact, this is the first test we have |
| for the computed style of all animation-direction values. |
| |
| * animations/unprefixed-properties-expected.txt: Added. |
| * animations/unprefixed-properties.html: Added. |
| * animations/unprefixed-shorthand-expected.txt: Added. |
| * animations/unprefixed-shorthand.html: Added. |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| <rdar://problem/15864185> Syrah: platform/mac/editing/attributed-string tests are failing |
| |
| Land Yosemite results, and remove the tests from TestExpectations. |
| |
| * platform/mac-mavericks/platform/mac/editing/attributed-string: Added. |
| * platform/mac-mavericks/platform/mac/editing/attributed-string/anchor-element-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/anchor-element-expected.txt. |
| * platform/mac-mavericks/platform/mac/editing/attributed-string/basic-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/basic-expected.txt. |
| * platform/mac-mavericks/platform/mac/editing/attributed-string/font-size-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-size-expected.txt. |
| * platform/mac-mavericks/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt. |
| * platform/mac-mavericks/platform/mac/editing/attributed-string/font-weight-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/font-weight-expected.txt. |
| * platform/mac-mavericks/platform/mac/editing/attributed-string/letter-spacing-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/letter-spacing-expected.txt. |
| * platform/mac-mavericks/platform/mac/editing/attributed-string/text-decorations-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/text-decorations-expected.txt. |
| * platform/mac-mavericks/platform/mac/editing/attributed-string/vertical-align-expected.txt: Copied from LayoutTests/platform/mac/editing/attributed-string/vertical-align-expected.txt. |
| * platform/mac/editing/attributed-string/anchor-element-expected.txt: |
| * platform/mac/editing/attributed-string/basic-expected.txt: |
| * platform/mac/editing/attributed-string/font-size-expected.txt: |
| * platform/mac/editing/attributed-string/font-style-variant-effect-expected.txt: |
| * platform/mac/editing/attributed-string/font-weight-expected.txt: |
| * platform/mac/editing/attributed-string/letter-spacing-expected.txt: |
| * platform/mac/editing/attributed-string/text-decorations-expected.txt: |
| * platform/mac/editing/attributed-string/vertical-align-expected.txt: |
| * platform/mac/TestExpectations: |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Make Mac media-source test expectations future compatible |
| https://bugs.webkit.org/show_bug.cgi?id=138674 |
| |
| Roll it out, it somehow broke Mountain Liona and Mavericks. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-11-12 Jer Noble <jer.noble@apple.com> |
| |
| media/video-play-pause-exception.html is flakey. |
| https://bugs.webkit.org/show_bug.cgi?id=138670 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Work around race-condition behavior in HTMLMediaElement's resource selection algorithm. |
| |
| * media/video-play-pause-exception.html: |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Make Mac media-source test expectations future compatible |
| https://bugs.webkit.org/show_bug.cgi?id=138674 |
| |
| Reviewed by Eric Carlson. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Flaky Test: media/video-ended-event-slow-motion-playback.html |
| https://bugs.webkit.org/show_bug.cgi?id=136755 |
| |
| Reviewed by Jer Noble. |
| |
| * media/video-ended-event-slow-motion-playback.html: The test verifies that playback |
| rate doesn't get rounded down to 0, and that is very easy to detect, no need for |
| flaky timeouts. |
| |
| * platform/mac/TestExpectations: Remove the flakiness expectation. Also while at it, |
| updated media/video-playbackrate.html to match what the bots actually see. |
| |
| 2014-11-05 Ada Chan <adachan@apple.com> |
| |
| Implement new plug-in API for muting plug-ins |
| https://bugs.webkit.org/show_bug.cgi?id=138105 |
| |
| Reviewed by Anders Carlsson. |
| |
| * platform/mac-wk2/plugins/muted-state-expected.txt: Added. |
| * platform/mac-wk2/plugins/muted-state.html: Added. |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Some platform/mac text expectation cleanup. |
| |
| * platform/mac-wk1/TestExpectations: |
| * platform/mac/TestExpectations: |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Mac-WK2 test expectations cleanup, part 1. |
| |
| Put WK1 specific expectations into mac-wk1 (they used to be put in mac, and then |
| being overridden for wk2). |
| Remove expectations for tests that are no longer flaky. |
| Add more specific expectations to encient entries that were added in old format, |
| and just skipped indiscriminately. |
| |
| * platform/mac-wk1/TestExpectations: |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac/TestExpectations: |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Remove expectations for a couple tests that were marked as flaky on WK1 only, |
| as they don't appear to be flaky any more. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Some WebKit1-only Yosemite-only failures don't appear to exist any more. |
| |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac/TestExpectations: |
| Unmark the tests. |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| A number of hidpi tests don't appear to fail on Yosemite now, let's try unmarking them. |
| |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac/TestExpectations: |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Instead of blacklisting tests for OS X versions that use PPT for testing, |
| whitelist MountainLion that doesn't. That's more future compatible. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2014-11-12 Jer Noble <jer.noble@apple.com> |
| |
| [Mac] media/track/audio-track.html is flakey |
| https://bugs.webkit.org/show_bug.cgi?id=138394 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| Fix a typo in the previous commit - a test should be skipped, not its expectation. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-11-12 Alexey Proskuryakov <ap@apple.com> |
| |
| compositing/video/video-border-radius.html frequently times out on Mountain Lion only |
| https://bugs.webkit.org/show_bug.cgi?id=138662 |
| |
| Make the test a reftest again, and skip it, as nothing helps. |
| |
| Also, updated all compositing/video expectations to match what bots see now. |
| |
| * compositing/video/video-border-radius-expected.html: Copied from LayoutTests/compositing/video/video-border-radius-expected.html-disabled. |
| * compositing/video/video-border-radius-expected.html-disabled: Removed. |
| * compositing/video/video-border-radius-expected.png: Removed. |
| * compositing/video/video-border-radius-expected.txt: Removed. |
| * platform/mac/TestExpectations: |
| |
| 2014-11-12 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| Unreviewed GTK gardening. Skip shared worker tests after r175776. |
| |
| Shared workers are disabled with the Network Process. |
| |
| * platform/gtk/TestExpectations: |
| |
| 2014-09-01 Philippe Normand <pnormand@igalia.com> |
| |
| [WK2] UserMediaClient support |
| https://bugs.webkit.org/show_bug.cgi?id=123158 |
| |
| Reviewed by Benjamin Poulain. |
| |
| Simple UserMedia permission request tests inspired from the |
| Geolocation test suite. |
| |
| * fast/mediastream/error-expected.txt: Added. |
| * fast/mediastream/error.html: Added. |
| * fast/mediastream/script-tests/error.js: Added. |
| * fast/mediastream/script-tests/success.js: Added. |
| * fast/mediastream/success-expected.txt: Added. |
| * fast/mediastream/success.html: Added. |
| * fast/mediastream/delayed-permission-allowed-expected.txt: Added. |
| * fast/mediastream/delayed-permission-allowed.html: Added. |
| * fast/mediastream/delayed-permission-denied-expected.txt: Added. |
| * fast/mediastream/delayed-permission-denied.html: Added. |
| * http/tests/media/media-stream/disconnected-frame-already-expected.txt: Added. |
| * http/tests/media/media-stream/disconnected-frame-already.html: Added. |
| * http/tests/media/media-stream/disconnected-frame-expected.txt: Added. |
| * http/tests/media/media-stream/disconnected-frame-permission-denied-expected.txt: Added. |
| * http/tests/media/media-stream/disconnected-frame-permission-denied.html: Added. |
| * http/tests/media/media-stream/disconnected-frame.html: Added. |
| * http/tests/media/media-stream/resources/disconnected-frame-already-inner1.html: Added. |
| * http/tests/media/media-stream/resources/disconnected-frame-already-inner2.html: Added. |
| * http/tests/media/media-stream/resources/disconnected-frame-inner.html: Added. |
| * platform/gtk/TestExpectations: |
| |
| 2014-11-11 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| [EFL] Unreviewed EFL gardening. Rebaseline after r174535. |
| |
| * platform/efl/css3/selectors3/html/css3-modsel-61-expected.txt: |
| * platform/efl/css3/selectors3/html/css3-modsel-83-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-61-expected.txt: |
| * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-61-expected.txt: |
| * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.txt: |
| * platform/efl/fast/selectors/061-expected.txt: |
| * platform/efl/fast/selectors/083-expected.txt: |
| |
| 2014-11-11 Alexey Proskuryakov <ap@apple.com> |
| |
| Temporarlity turn video/video-border-radius-expected.html into a non-reftest, |
| hoping to get some error output from it. |
| |
| * compositing/video/video-border-radius-expected.html: Removed. |
| * compositing/video/video-border-radius-expected.html-disabled: Copied from LayoutTests/compositing/video/video-border-radius-expected.html. |
| * compositing/video/video-border-radius-expected.png: Added. |
| * compositing/video/video-border-radius-expected.txt: Added. |
| |
| 2014-11-11 Alexey Proskuryakov <ap@apple.com> |
| |
| fast/text/international/hindi-spacing.html and transforms/2d/hindi-rotated.html are |
| flaky on Yosemite |
| https://bugs.webkit.org/show_bug.cgi?id=138075 |
| |
| * platform/mac/TestExpectations: Mark them as such. |
| |
| 2014-11-11 Alexey Proskuryakov <ap@apple.com> |
| |
| inspector/css/matched-style-properties.html and inspector/css/selector-specificity.html |
| are very flaky on Mac |
| https://bugs.webkit.org/show_bug.cgi?id=138636 |
| |
| Bring back Crash expectattion, as this is how it's reported on WK1. Also added one more test. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-11-11 Alexey Proskuryakov <ap@apple.com> |
| |
| compositing/video/video-border-radius.html frequently times out on 10.8 |
| |
| Add an error even listener, to at hopefully get a proper failure when this happens. |
| |
| * compositing/video/video-border-radius.html: |
| |
| 2014-11-11 Alexey Proskuryakov <ap@apple.com> |
| |
| inspector/css/matched-style-properties.html and inspector/css/selector-specificity.html |
| are very flaky on Mac |
| https://bugs.webkit.org/show_bug.cgi?id=138636 |
| |
| Updated the results and comments for tests that don't work in production builds, |
| those are not quite relevant here. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-11-11 Alexey Proskuryakov <ap@apple.com> |
| |
| compositing/video/video-border-radius.html frequently times out on 10.8 |
| |
| Add an event listener before setting source, not after. This should not affect |
| anything, but seems worth a try. |
| |
| * compositing/video/video-border-radius.html: |
| |
| 2014-11-11 Daniel Bates <dabates@apple.com> |
| |
| [Frame Flattening] ASSERT(transaction->view == &view()) fails in RenderBlock::removeFromUpdateScrollInfoAfterLayoutTransaction() |
| https://bugs.webkit.org/show_bug.cgi?id=138615 |
| <rdar://problem/18928487> |
| |
| Reviewed by David Hyatt. |
| |
| Add a test that causes an assertion failure in affected builds. |
| |
| * fast/frames/flattening/iframe-flattening-inside-flexbox-with-delayed-scroll-update-expected.txt: Added. |
| * fast/frames/flattening/iframe-flattening-inside-flexbox-with-delayed-scroll-update.html: Added. |
| |
| 2014-11-11 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com> |
| |
| [EFL] Unskip now passing http tests |
| https://bugs.webkit.org/show_bug.cgi?id=137694 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/efl/TestExpectations: |
| |
| 2014-10-07 Sergio Villar Senin <svillar@igalia.com> |
| |
| [CSS Grid Layout] Limit the size of explicit/implicit grid |
| https://bugs.webkit.org/show_bug.cgi?id=136217 |
| |
| Reviewed by Andreas Kling. |
| |
| Removed as they are now part of the WebCore's CSSParser.cpp unit |
| test. The reason why it was moved there is because the test would |
| require huge (~1000000 tracks) grid allocations, making the test |
| quite slow specially on Debug builds. |
| |
| * fast/css-grid-layout/grid-element-repeat-max-repetitions-expected.txt: Removed. |
| * fast/css-grid-layout/grid-element-repeat-max-repetitions.html: Removed. |
| |
| 2014-11-11 Jinwoo Song <jinwoo7.song@samsung.com> |
| |
| [EFL] Unreviewed EFL gardening after r174233. |
| |
| * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: |
| * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: |
| * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.txt: |
| * platform/efl/fast/multicol/float-avoidance-expected.txt: |
| * platform/efl/fast/multicol/overflow-across-columns-expected.txt: |
| * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.txt: |
| * platform/efl/fast/multicol/overflow-unsplittable-expected.txt: |
| * platform/efl/fast/multicol/positive-leading-expected.txt: |
| * platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.txt: |
| * platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.txt: |
| * platform/efl/fast/repaint/line-flow-with-floats-1-expected.txt: |
| * platform/efl/fast/repaint/line-flow-with-floats-10-expected.txt: |
| * platform/efl/fast/repaint/line-flow-with-floats-2-expected.txt: |
| * platform/efl/fast/repaint/line-flow-with-floats-3-expected.txt: |
| * platform/efl/fast/repaint/line-flow-with-floats-4-expected.txt: |
| * platform/efl/fast/repaint/line-flow-with-floats-5-expected.txt: |
| * platform/efl/fast/repaint/line-flow-with-floats-6-expected.txt: |
| * platform/efl/fast/repaint/line-flow-with-floats-7-expected.txt: |
| * platform/efl/fast/repaint/line-flow-with-floats-8-expected.txt: |
| * platform/efl/fast/repaint/line-flow-with-floats-9-expected.txt: |
| * platform/efl/fast/text/hyphenate-character-expected.txt: |
| * platform/efl/fast/text/hyphens-expected.txt: |
| * platform/efl/fast/text/justified-selection-at-edge-expected.txt: |
| * platform/efl/fast/text/justify-nbsp-expected.txt: Added. |
| * platform/efl/fast/text/trailing-white-space-2-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tbody_align_justify-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_thead_align_justify-expected.txt: |
| * platform/efl/tables/mozilla/marvin/x_tr_align_justify-expected.txt: |
| |
| 2014-11-11 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| CSS4 Selectors: Add multiple pseudo elements support to :matches |
| https://bugs.webkit.org/show_bug.cgi?id=138214 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * fast/selectors/pseudo-element-in-non-rightmost-fragments-expected.html: Added. |
| * fast/selectors/pseudo-element-in-non-rightmost-fragments.html: Added. |
| In this test, we ensure that pseudo elements selector in the |
| non-rightmost fragments becomes unmatched. |
| * fast/selectors/pseudo-element-inside-matches-expected.html: Added. |
| * fast/selectors/pseudo-element-inside-matches.html: Added. |
| * fast/selectors/ignore-pseudo-element-inside-non-rightmost-fragments-expected.txt: Added. |
| * fast/selectors/ignore-pseudo-element-inside-non-rightmost-fragments.html: Added. |
| |
| 2014-11-10 Benjamin Poulain <bpoulain@apple.com> |
| |
| Add parsing support for the extended :nth-last-child(An+B of selector-list) |
| https://bugs.webkit.org/show_bug.cgi?id=138520 |
| |
| Reviewed by Andreas Kling. |
| |
| All the tests are variations of the existing tests for :nth-child(An+B of selector-list). |
| |
| * fast/css/css-selector-text-expected.txt: |
| * fast/css/css-selector-text.html: |
| * fast/css/css-set-selector-text-expected.txt: |
| * fast/css/css-set-selector-text.html: |
| * fast/css/parsing-css-nth-last-child-of-1-expected.txt: Added. |
| * fast/css/parsing-css-nth-last-child-of-1.html: Added. |
| * fast/css/parsing-css-nth-last-child-of-2-expected.txt: Added. |
| * fast/css/parsing-css-nth-last-child-of-2.html: Added. |
| * fast/css/parsing-css-nth-last-child-of-3-expected.txt: Added. |
| * fast/css/parsing-css-nth-last-child-of-3.html: Added. |
| * fast/css/parsing-css-nth-last-child-of-4-expected.txt: Added. |
| * fast/css/parsing-css-nth-last-child-of-4.html: Added. |
| |
| 2014-11-10 Said Abou-Hallawa <sabouhallawa@apple.com> |
| |
| SVG foreign objects do not inherit the container coordinates system if they are repainted.. |
| https://bugs.webkit.org/show_bug.cgi?id=138481. |
| |
| Reviewed by Simon Fraser. |
| |
| Ensure the repaint rectangle of the SVG foreign object is calculated correctly |
| when the container element has transformation. |
| |
| * svg/transforms/svg-transform-foreign-object-repaint-expected.png: Added. |
| * svg/transforms/svg-transform-foreign-object-repaint-expected.txt: Added. |
| * svg/transforms/svg-transform-foreign-object-repaint.html: Added. |
| |
| Re-baseline these tests since the render tree dumping uses renderer.absoluteClippedOverflowRect() |
| in writePositionAndStyle() to get the object rectangle so this issue only affects test output. |
| |
| * svg/zoom/page/zoom-foreign-content-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: |
| |
| 2014-11-10 Andreas Kling <akling@apple.com> |
| |
| The JIT should cache property lookup misses. |
| <https://webkit.org/b/135578> |
| |
| Add a JSRegress test for caching of property lookup misses. |
| There are three subtests: |
| |
| 1. Pure speed test. |
| 2. Test for when a property previously cached as missing suddenly |
| appears on the object. |
| 3. Same as (2), but it appears on the prototype. |
| |
| The test runs ~5.5x faster with the optimization. |
| |
| Reviewed by Filip Pizlo. |
| |
| * js/regress/script-tests/undefined-property-access.js: Added. |
| (foo): |
| (bar): |
| (baz): |
| * js/regress/undefined-property-access-expected.txt: Added. |
| * js/regress/undefined-property-access.html: Added. |
| |
| 2014-11-10 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Test that complext and fast text codepaths measure the same width |
| https://bugs.webkit.org/show_bug.cgi?id=138581 |
| |
| Reviewed by Simon Fraser. |
| |
| * fast/text/space-width-expected.html: Added. |
| * fast/text/space-width.html: Added. |
| |
| 2014-11-10 Alexey Proskuryakov <ap@apple.com> |
| |
| http tests should not use shared temporary files |
| https://bugs.webkit.org/show_bug.cgi?id=138583 |
| |
| Reviewed by Tim Horton. |
| |
| Made some of the scripts that write to files take a path argument, and made others |
| more strictly serve only one test. |
| |
| This way, we don't race for any files. |
| |
| * http/tests/appcache/fail-on-update-2.html: |
| * http/tests/appcache/fallback.html: |
| * http/tests/appcache/main-resource-fallback-for-network-error-crash.html: |
| * http/tests/appcache/main-resource-hash.html: |
| * http/tests/appcache/main-resource-redirect.html: |
| * http/tests/appcache/multi-fallback.html: |
| * http/tests/appcache/non-html.xhtml: |
| * http/tests/appcache/offline-access.html: |
| * http/tests/appcache/online-whitelist.html: |
| * http/tests/appcache/remove-cache.html: |
| * http/tests/appcache/resources/counter.php: Removed. |
| * http/tests/appcache/resources/fail-on-update-2.php: |
| * http/tests/appcache/resources/fail-on-update.php: |
| * http/tests/appcache/resources/main-resource-redirect-frame.php: |
| * http/tests/appcache/resources/main-resource-redirect.manifest: |
| * http/tests/appcache/resources/non-html.manifest: |
| * http/tests/appcache/resources/offline-access-frame.html: |
| * http/tests/appcache/resources/offline-access.js: |
| * http/tests/appcache/resources/offline-access.manifest: |
| * http/tests/appcache/resources/online-whitelist.manifest: |
| * http/tests/appcache/resources/online-whitelist.php: Copied from LayoutTests/http/tests/appcache/resources/counter.php. |
| * http/tests/appcache/resources/remove-cache-frame-2.html: |
| * http/tests/appcache/resources/remove-cache-frame.html: |
| * http/tests/appcache/resources/remove-cache.php: Copied from LayoutTests/http/tests/appcache/resources/fail-on-update.php. |
| * http/tests/appcache/resources/update-cache.php: Copied from LayoutTests/http/tests/appcache/resources/versioned-manifest.php. |
| * http/tests/appcache/resources/versioned-manifest.php: Removed. |
| * http/tests/appcache/update-cache.html: |
| * http/tests/cache/network-error-during-revalidation.html: |
| * http/tests/cache/post-redirect-get.php: |
| * http/tests/cache/post-with-cached-subresources.php: |
| * http/tests/cache/reload-main-resource.php: |
| * http/tests/cache/resources/network-error-during-revalidation-frame.html: |
| * http/tests/cache/resources/partitioned-cache-echo-state.php: |
| * http/tests/cache/resources/partitioned-cache-loader.html: |
| * http/tests/cache/resources/post-image-to-verify.php: |
| * http/tests/cache/resources/reload-main-resource-iframe.php: |
| * http/tests/cache/stopped-revalidation.html: |
| * http/tests/cache/subresource-fragment-identifier.html: |
| * http/tests/css/border-image-loading.html: |
| * http/tests/css/css-image-loading.html: |
| * http/tests/css/mask-image-loading.html: |
| * http/tests/css/reflection-mask-image-loading.html: |
| * http/tests/css/resources/request-logging.js: |
| * http/tests/loading/preload-img-test.html: |
| * http/tests/local/link-stylesheet-load-order-preload.html: |
| * http/tests/local/link-stylesheet-load-order.html: |
| * http/tests/misc/link-rel-prefetch-and-subresource.html: |
| * http/tests/resources/network-simulator.php: |
| * http/tests/resources/tripmine.php: Removed. |
| * http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-async-header-denied.html: |
| * http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-async-method-denied.html: |
| * http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html: |
| * http/tests/xmlhttprequest/access-control-preflight-headers-async.html: |
| * http/tests/xmlhttprequest/access-control-preflight-headers-sync.html: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-header-denied.html: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-method-denied.html: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-not-supported-expected.txt: |
| * http/tests/xmlhttprequest/access-control-preflight-sync-not-supported.html: |
| * http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html: |
| * http/tests/xmlhttprequest/resources/access-control-preflight-denied-xsrf.php: |
| * http/tests/xmlhttprequest/resources/no-custom-header.php: |
| * http/tests/xmlhttprequest/resources/redirect-cross-origin-tripmine.php: Copied from LayoutTests/http/tests/resources/tripmine.php. |
| * http/tests/xmlhttprequest/state-after-network-error.html: |
| * http/tests/xmlhttprequest/xmlhttprequest-responseURL-expected.txt: |
| * http/tests/xmlhttprequest/xmlhttprequest-responseURL.html: |
| |
| 2014-11-10 Michael Saboff <msaboff@apple.com> |
| |
| Add test for fix of REGRESSION (r174985-174986): Site display disappears |
| https://bugs.webkit.org/show_bug.cgi?id=138470 |
| |
| Reviewed by Geoffrey Garen. |
| |
| This checks that document.write() and document.writeln() are cached and the same instance |
| is always returned. |
| |
| * js/dom/document-write-functions-cached-expected.txt: Added. |
| * js/dom/document-write-functions-cached.html: Added. |
| |
| 2014-11-04 Jer Noble <jer.noble@apple.com> |
| |
| REGRESSION(r174823): Several tests fail due to canplaythrough firing before tracks are available |
| https://bugs.webkit.org/show_bug.cgi?id=137882 |
| |
| Reviewed by Eric Carlson. |
| |
| * platform/mac/TestExpectations: |
| * platform/mac/http/tests/media/hls/video-controls-live-stream-expected.txt: |
| |
| 2014-11-10 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r175813. |
| https://bugs.webkit.org/show_bug.cgi?id=138573 |
| |
| Breaks complex text layout spacing (Requested by litherum on |
| #webkit). |
| |
| Reverted changeset: |
| |
| "[OSX] Some words are placed on top of each other in complex |
| text layout" |
| https://bugs.webkit.org/show_bug.cgi?id=138348 |
| http://trac.webkit.org/changeset/175813 |
| |
| 2014-11-10 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [OSX] Some words are placed on top of each other in complex text layout |
| https://bugs.webkit.org/show_bug.cgi?id=138348 |
| |
| Reviewed by Simon Fraser. |
| |
| Updating tests to not use cached space width. |
| |
| * fast/text/large-space-width-complex-expected.html: Added. |
| * fast/text/large-space-width-complex.html: Added. |
| * fast/text/resources/NotoNastaliqUrduDraft.ttf: Added. |
| * platform/mac-mavericks/fast/text/emphasis-expected.png: |
| * platform/mac-mavericks/fast/text/emphasis-expected.txt: This test is orthogonal to space widths. |
| * platform/mac-mountainlion/fast/text/emphasis-expected.png: |
| * platform/mac-mountainlion/fast/text/emphasis-expected.txt: |
| * platform/mac/fast/text/emphasis-expected.png: |
| * platform/mac/fast/text/emphasis-expected.txt: |
| * platform/mac/fast/text/sticky-typesetting-features-expected.png: |
| * platform/mac/fast/text/sticky-typesetting-features-expected.txt: Ditto. |
| * platform/mac/fast/writing-mode/text-orientation-basic-expected.png: |
| * platform/mac/fast/writing-mode/text-orientation-basic-expected.txt: This test actually is improved with |
| this patch. Instead of a weirdly wide space width, the two words are spaced appropriately now. |
| |
| 2014-11-10 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Crash in WebCore::Node::getFlag |
| https://bugs.webkit.org/show_bug.cgi?id=137961 |
| |
| Reviewed by Antti Koivisto. |
| |
| * editing/execCommand/crash-137961-expected.txt: Added. |
| * editing/execCommand/crash-137961.html: Added. |
| |
| 2014-11-10 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| ASSERTION FAILED: !object || !object->parent()->isRuby() || is<RenderRubyRun>(*object) || (object->isInline() && (object->isBeforeContent() || object->isAfterContent())) || (object->isAnonymous() && ... ) in WebCore::isAnonymousRubyInlineBlock |
| https://bugs.webkit.org/show_bug.cgi?id=137958 |
| |
| Reviewed by Chris Dumez. |
| |
| * fast/multicol/newmulticol/ruby-from-multicol-to-auto-expected.txt: Added. |
| * fast/multicol/newmulticol/ruby-from-multicol-to-auto.html: Added. |
| |
| 2014-11-10 Sanghyup Lee <sh53.lee@samsung.com> |
| |
| [EFL] Add missing test results since r169631, r174992 |
| https://bugs.webkit.org/show_bug.cgi?id=138502 |
| |
| Reviewed by Gyuyoung Kim. |
| |
| * platform/efl/accessibility/aria-inherits-presentational-expected.txt: Added. |
| * platform/efl/accessibility/css-content-attribute-expected.txt: Added. |
| |
| 2014-11-09 Simon Fraser <simon.fraser@apple.com> |
| |
| Put bug link at the start of the line. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2014-11-08 Simon Fraser <simon.fraser@apple.com> |
| |
| Implement round-rect clipping on video elements |
| https://bugs.webkit.org/show_bug.cgi?id=138537 |
| rdar://problem/9534399 |
| |
| Reviewed by Darin Adler. |
| |
| Test that uses clip() to compare a bit of rounded-rect video in the corner. |
| Rebaselined test that dumped contents layers. |
| |
| * compositing/video/video-border-radius-expected.html: Added. |
| * compositing/video/video-border-radius.html: Added. |
| * platform/mac/compositing/reflections/direct-image-object-fit-reflected-expected.txt: |
| |
| 2014-11-08 Alexey Proskuryakov <ap@apple.com> |
| |
| http/tests/xmlhttprequest/cross-origin-cookie-storage.html fails with PPT. |
| |
| This test used to pass because some previous test leaked a cookie. Now that we |
| clear cookies between tests, it fails, and will fail until we implement testRunner.setAlwaysAcceptCookies. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2014-11-08 Alexey Proskuryakov <ap@apple.com> |
| |
| http/tests/navigation/redirect-on-back-updates-history-item.html leaks a cookie |
| https://bugs.webkit.org/show_bug.cgi?id=138507 |
| |
| Reviewed by Pratik Solanki. |
| |
| * http/tests/navigation/resources/redirect-updates-history-item-done.html: |
| |
| 2014-11-07 Chris Dumez <cdumez@apple.com> |
| |
| Move 'webkit-clip-path' CSS property to the new StyleBuilder |
| https://bugs.webkit.org/show_bug.cgi?id=138452 |
| |
| Reviewed by Andreas Kling. |
| |
| Add layout test to make sure we don't crash in the StyleBuilder when |
| setting unexpected values to webkit-clip-path property. |
| |
| * fast/masking/clip-path-bad-value-expected.txt: Added. |
| * fast/masking/clip-path-bad-value.html: Added. |
| |
| 2014-11-07 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Pseudo element matchedCSSRules do not include matching selector info |
| https://bugs.webkit.org/show_bug.cgi?id=138438 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * inspector/css/pseudo-element-matches-expected.txt: Added. |
| * inspector/css/pseudo-element-matches.html: Added. |
| Add a test to ensure we get correct selector matches for a pseudo element |
| inside of an <audio> element. The test is heavily coupled to our UserAgent |
| stylesheet and Shadow DOM layout, so check for possible failures if |
| WebCore changes things. |
| |
| 2014-11-07 Bem Jones-Bey <bjonesbe@adobe.com> |
| |
| [CSS Shapes] the sandbag JS utility code isn't producing the correct expected result in the shape-image gradient tests |
| https://bugs.webkit.org/show_bug.cgi?id=135923 |
| |
| Reviewed by Dirk Schulze. |
| |
| Import tests from upstream. They have been modified so that they use |
| testharness to validate success or failure instead of being reftests, |
| allowing for fuzziness in matching to get around small variances |
| between implementations. |
| |
| * TestExpectations: |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.html: Removed. |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001-expected.txt: Added. |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-001.html: |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.html: Removed. |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002-expected.txt: Added. |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-002.html: |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.html: Removed. |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003-expected.txt: Added. |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-003.html: |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.html: Removed. |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004-expected.txt: Added. |
| * css3/shapes/shape-outside/shape-image/gradients/shape-outside-radial-gradient-004.html: |
| * css3/shapes/shape-outside/shape-image/gradients/w3c-import.log: |
| * css3/shapes/shape-outside/supported-shapes/support/test-utils.js: |
| (verifyTextPoints): |
| |
| 2014-11-07 Mark Lam <mark.lam@apple.com> |
| |
| Gardening: get-by-pname.js is failing when run with JSC_useLLINT=false and other special JIT configurations. |
| <https://webkit.org/b/138497> |
| |
| Unreviewed. |
| |
| * js/script-tests/get-by-pname.js: |
| - temporarily skipping this from the JSC tests to green the bots until the issue is fixed. |
| |
| 2014-11-06 Darin Adler <darin@apple.com> |
| |
| REGRESSION (r175549): http/tests/multipart/stop-crash.html failing (assertion failure in CachedResource::setEncodedSize) |
| https://bugs.webkit.org/show_bug.cgi?id=138358 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * TestExpectations: Turn the test back on. |
| |
| 2014-11-06 Mark Lam <mark.lam@apple.com> |
| |
| Refactor the get-by-pname.js test [follow up 2]. |
| <https://webkit.org/b/138483> |
| |
| Reviewed by Michael Saboff. |
| |
| Make unique copies of the test functions to ensure that each test case does not |
| affect the tiering up of other test cases. |
| |
| * js/get-by-pname-expected.txt: |
| * js/script-tests/get-by-pname.js: |
| (foo): Deleted. |
| (getByPnameOnConstant): Deleted. |
| (getByPnameOnVar): Deleted. |
| |
| 2014-11-06 Mark Lam <mark.lam@apple.com> |
| |
| Refactor the get-by-pname.js test [follow up]. |
| <https://webkit.org/b/138483> |
| |
| Reviewed by Michael Saboff. |
| |
| Used named properties to make the test code more readable. |
| |
| * js/script-tests/get-by-pname.js: |
| (isTierIteration): |
| (tierName): |
| (testExpr): Deleted. |
| (testExpectedResult): Deleted. |
| |
| 2014-11-06 Mark Lam <mark.lam@apple.com> |
| |
| slow_path_get_direct_pname() needs to be hardened against a constant baseValue. |
| <https://webkit.org/b/138476> |
| |
| Reviewed by Michael Saboff. |
| |
| * js/get-by-pname-expected.txt: |
| * js/script-tests/get-by-pname.js: |
| (getByPnameOnConstant): |
| (getByPnameOnVar): |
| - Added more test cases. |
| |
| 2014-11-06 Mark Lam <mark.lam@apple.com> |
| |
| Refactor the get-by-pname.js test. |
| <https://webkit.org/b/138483> |
| |
| Reviewed by Geoffrey Garen. |
| |
| Refactored the test code to: |
| 1. make it easier to add more test cases. |
| 2. test each case against different tier JITs. |
| 3. print only one set of results for each tier being tested. |
| |
| * js/get-by-pname-expected.txt: |
| * js/script-tests/get-by-pname.js: |
| (getByPnameOnConstant): |
| (getByPnameOnVar): |
| (testExpr): |
| (testExpectedResult): |
| (isTierIteration): |
| (tierName): |
| |
| 2014-11-06 Bem Jones-Bey <bjonesbe@adobe.com> |
| |
| [CSS Shapes] the spec-examples reftests are off by a few pixels |
| https://bugs.webkit.org/show_bug.cgi?id=135927 |
| |
| Reviewed by Zoltan Horvath. |
| |
| Import new versions of the spec example tests that are js tests |
| instead of ref tests so that they can properly handle the small pixel |
| differences in rendering between platforms. |
| |
| * TestExpectations: |
| * css3/shapes/spec-examples/shape-outside-010-expected.html: Removed. |
| * css3/shapes/spec-examples/shape-outside-010-expected.txt: Added. |
| * css3/shapes/spec-examples/shape-outside-010.html: |
| * css3/shapes/spec-examples/shape-outside-011-expected.html: Removed. |
| * css3/shapes/spec-examples/shape-outside-011-expected.txt: Added. |
| * css3/shapes/spec-examples/shape-outside-011.html: |
| * css3/shapes/spec-examples/shape-outside-012-expected.html: Removed. |
| * css3/shapes/spec-examples/shape-outside-012-expected.txt: Added. |
| * css3/shapes/spec-examples/shape-outside-012.html: |
| * css3/shapes/spec-examples/shape-outside-013-expected.html: Removed. |
| * css3/shapes/spec-examples/shape-outside-013-expected.txt: Added. |
| * css3/shapes/spec-examples/shape-outside-013.html: |
| * css3/shapes/spec-examples/shape-outside-014-expected.html: Removed. |
| * css3/shapes/spec-examples/shape-outside-014-expected.txt: Added. |
| * css3/shapes/spec-examples/shape-outside-014.html: |
| * css3/shapes/spec-examples/shape-outside-015-expected.html: Removed. |
| * css3/shapes/spec-examples/shape-outside-015-expected.txt: Added. |
| * css3/shapes/spec-examples/shape-outside-015.html: |
| * css3/shapes/spec-examples/shape-outside-016-expected.html: Removed. |
| * css3/shapes/spec-examples/shape-outside-016-expected.txt: Added. |
| * css3/shapes/spec-examples/shape-outside-016.html: |
| * css3/shapes/spec-examples/shape-outside-017-expected.html: Removed. |
| * css3/shapes/spec-examples/shape-outside-017-expected.txt: Added. |
| * css3/shapes/spec-examples/shape-outside-017.html: |
| * css3/shapes/spec-examples/shape-outside-018-expected.html: Removed. |
| * css3/shapes/spec-examples/shape-outside-018-expected.txt: Added. |
| * css3/shapes/spec-examples/shape-outside-018.html: |
| * css3/shapes/spec-examples/shape-outside-019-expected.html: Removed. |
| * css3/shapes/spec-examples/shape-outside-019-expected.txt: Added. |
| * css3/shapes/spec-examples/shape-outside-019.html: |
| * css3/shapes/spec-examples/support/spec-example-utils.js: Added. |
| (.runTest): |
| (approxShapeTest): |
| * css3/shapes/spec-examples/support/w3c-import.log: |
| * css3/shapes/spec-examples/w3c-import.log: |
| |
| 2014-11-06 Dean Jackson <dino@apple.com> |
| |
| [filters2] Support for backdrop-filter |
| https://bugs.webkit.org/show_bug.cgi?id=138384 |
| <rdar://problem/18874494> |
| |
| Reviewed by Simon Fraser. |
| |
| Take 2!! Previous patch was rolled out. |
| |
| Tests for backdrop-filter. These are skipped on non-Apple platforms. |
| |
| * platform/win/TestExpections: Skip these tests. |
| * platform/efl/TestExpections: |
| * platform/gtk/TestExpections: |
| * platform/mac-mavericks/TestExpectations: Yosemite only. |
| |
| * css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt: Added. |
| * css3/filters/backdrop/backdropfilter-property-computed-style.html: Added. |
| * css3/filters/backdrop/backdropfilter-property-expected.txt: Added. |
| * css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: Added. |
| * css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt: Added. |
| * css3/filters/backdrop/backdropfilter-property-parsing-invalid.html: Added. |
| * css3/filters/backdrop/backdropfilter-property-parsing.html: Added. |
| * css3/filters/backdrop/backdropfilter-property.html: Added. |
| * css3/filters/backdrop/effect-hw-expected.html: Added. |
| * css3/filters/backdrop/effect-hw.html: Added. |
| * css3/filters/backdrop/script-tests/backdropfilter-property-computed-style.js: Added. |
| (testComputedFilterRule): |
| * css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js: Added. |
| (testInvalidFilterRule): |
| * css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: Added. |
| (jsWrapperClass): |
| (shouldBeType): |
| (testFilterRule): |
| * css3/filters/backdrop/script-tests/backdropfilter-property.js: Added. |
| |
| 2014-11-06 Benjamin Poulain <bpoulain@apple.com> |
| |
| Give pseudo elements the correct specificity |
| https://bugs.webkit.org/show_bug.cgi?id=138378 |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/css/pseudo-element-specificity-expected.html: Added. |
| * fast/css/pseudo-element-specificity.html: Added. |
| Given that all selector affecting the pseudo element were offset by one, |
| it is impossible to use a pseudo element directly to affect the order, making the bug |
| hard to test. |
| |
| What I did here for testing is use the stauration at 255 of any specificity field. |
| With 255 class + 1 pseudo element, the old code would saturate at (0, 255, 0), while |
| the fixed code would correctly give (0, 255, 1). By comparing that to a non-saturated |
| selector, I can show the fix is correct. |
| |
| * inspector/css/selector-specificity-expected.txt: |
| |
| 2014-11-06 Alexey Proskuryakov <ap@apple.com> |
| |
| inspector-protocol/debugger/setPauseOnExceptions-uncaught.html frequently times out on Yosemite |
| https://bugs.webkit.org/show_bug.cgi?id=138097 |
| |
| * platform/mac-wk2/TestExpectations: Marking it as such. |
| |
| 2014-11-06 Bem Jones-Bey <bjonesbe@adobe.com> |
| |
| Update testharness.js to the latest version |
| https://bugs.webkit.org/show_bug.cgi?id=138446 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| The only change I've made from upstream is to set output to false by |
| default. |
| |
| * resources/testharness.js: |
| |
| 2014-11-06 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, fix nits after r175688. |
| |
| Just a couple of non-functional fixes to the layout test. |
| |
| * fast/dom/Text/splitText.html: |
| |
| 2014-11-05 Shivakumar JM <shiva.jm@samsung.com> |
| |
| splitText API does not match DOM specification. |
| https://bugs.webkit.org/show_bug.cgi?id=138405 |
| |
| Reviewed by Chris Dumez. |
| |
| * fast/dom/Text/splitText-expected.txt: Added. |
| * fast/dom/Text/splitText.html: Added. |
| * fast/dom/non-numeric-values-numeric-parameters-expected.txt: |
| * fast/dom/script-tests/non-numeric-values-numeric-parameters.js: |
| |
| 2014-11-05 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r175672. |
| https://bugs.webkit.org/show_bug.cgi?id=138455 |
| |
| Tries to make backdrop layers on every layer, asserts on |
| Mavericks (Requested by smfr on #webkit). |
| |
| Reverted changeset: |
| |
| "[filters2] Support for backdrop-filter" |
| https://bugs.webkit.org/show_bug.cgi?id=138384 |
| http://trac.webkit.org/changeset/175672 |
| |
| 2014-11-04 Dean Jackson <dino@apple.com> |
| |
| [filters2] Support for backdrop-filter |
| https://bugs.webkit.org/show_bug.cgi?id=138384 |
| <rdar://problem/18874494> |
| |
| Reviewed by Simon Fraser. |
| |
| Tests for backdrop-filter. These are skipped on non-Apple platforms. |
| |
| * platform/win/TestExpections: Skip these tests. |
| * platform/efl/TestExpections: |
| * platform/gtk/TestExpections: |
| * platform/mac-mavericks/TestExpectations: Yosemite only. |
| |
| * css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt: Added. |
| * css3/filters/backdrop/backdropfilter-property-computed-style.html: Added. |
| * css3/filters/backdrop/backdropfilter-property-expected.txt: Added. |
| * css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: Added. |
| * css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt: Added. |
| * css3/filters/backdrop/backdropfilter-property-parsing-invalid.html: Added. |
| * css3/filters/backdrop/backdropfilter-property-parsing.html: Added. |
| * css3/filters/backdrop/backdropfilter-property.html: Added. |
| * css3/filters/backdrop/effect-hw-expected.html: Added. |
| * css3/filters/backdrop/effect-hw.html: Added. |
| * css3/filters/backdrop/script-tests/backdropfilter-property-computed-style.js: Added. |
| (testComputedFilterRule): |
| * css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js: Added. |
| (testInvalidFilterRule): |
| * css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: Added. |
| (jsWrapperClass): |
| (shouldBeType): |
| (testFilterRule): |
| * css3/filters/backdrop/script-tests/backdropfilter-property.js: Added. |
| |
| 2014-11-05 Simon Fraser <simon.fraser@apple.com> |
| |
| Avoid backing store for opacity:0 descendant layers |
| https://bugs.webkit.org/show_bug.cgi?id=138448 |
| |
| Reviewed by Dean Jackson. |
| |
| Test for no backing store with opacity:0 child, and that we get backing |
| store when dynamically changing the opacity to non-0. |
| |
| * compositing/backing/no-backing-for-opacity-0-child-expected.txt: Added. |
| * compositing/backing/no-backing-for-opacity-0-child.html: Added. |
| * compositing/backing/toggle-opacity-0-child-expected.txt: Added. |
| * compositing/backing/toggle-opacity-0-child.html: Added. |
| |
| 2014-11-05 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: add "alt" as an overriding synonym of "-webkit-alt" (now in the CSS4 spec) |
| https://bugs.webkit.org/show_bug.cgi?id=138393 |
| |
| Reviewed by Dean Jackson. |
| |
| * platform/mac/accessibility/alt-for-css-content-expected.txt: Added. |
| * platform/mac/accessibility/alt-for-css-content.html: Added. |
| |
| 2014-11-05 Dan Bernstein <mitz@apple.com> |
| |
| Remove the unused deletion UI feature |
| https://bugs.webkit.org/show_bug.cgi?id=138442 |
| |
| Rubber-stamped by Alexey Proskuryakov. |
| |
| Removed tests, expected results, and support files for this feature. |
| |
| * platform/mac/editing/deleting/deletionUI-borders-expected.txt: Removed. |
| * platform/mac/editing/deleting/deletionUI-borders.html: Removed. |
| * platform/mac/editing/deleting/deletionUI-click-on-delete-button-expected.txt: Removed. |
| * platform/mac/editing/deleting/deletionUI-click-on-delete-button.html: Removed. |
| * platform/mac/editing/deleting/deletionUI-differing-background-expected.txt: Removed. |
| * platform/mac/editing/deleting/deletionUI-differing-background.html: Removed. |
| * platform/mac/editing/deleting/deletionUI-minimum-size-expected.txt: Removed. |
| * platform/mac/editing/deleting/deletionUI-minimum-size.html: Removed. |
| * platform/mac/editing/deleting/deletionUI-single-instance-expected.png: Removed. |
| * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt: Removed. |
| * platform/mac/editing/deleting/deletionUI-single-instance.html: Removed. |
| * platform/mac/editing/deleting/deletionUI-successful-deletion-expected.txt: Removed. |
| * platform/mac/editing/deleting/deletionUI-successful-deletion.html: Removed. |
| * platform/mac/editing/deleting/id-in-deletebutton-expected.txt: Removed. |
| * platform/mac/editing/deleting/id-in-deletebutton.html: Removed. |
| * platform/mac/editing/deleting/resources: Removed. |
| * platform/mac/editing/deleting/resources/deletionUI-helpers.js: Removed. |
| * platform/wk2/TestExpectations: |
| |
| 2014-11-04 David Hyatt <hyatt@apple.com> |
| |
| Descendant ends up in wrong flow thread with nested columns and spans. |
| https://bugs.webkit.org/show_bug.cgi?id=137273 |
| |
| Reviewed by Simon Fraser. |
| |
| Unskipped the two problematic span tests. |
| |
| * TestExpectations: |
| |
| 2014-11-05 Bem Jones-Bey <bjonesbe@adobe.com> |
| |
| [CSS Shapes] Positioned polygon reftests failing again |
| https://bugs.webkit.org/show_bug.cgi?id=138058 |
| |
| Reviewed by Anders Carlsson. |
| |
| Remove these tests from TestExpectations since they do pass. |
| |
| * TestExpectations: |
| |
| 2014-11-05 Bem Jones-Bey <bjonesbe@adobe.com> |
| |
| [CSS Shapes] shape-image-threshold parsing tests have a few failures |
| https://bugs.webkit.org/show_bug.cgi?id=138060 |
| |
| Reviewed by Dirk Schulze. |
| |
| Remove testing for inline style from the CSSWG test because it isn't |
| specified and isn't consistent across browsers. This has been updated |
| upstream as well. |
| |
| Add inline style tests to the WebKit test suite to make sure that |
| WebKIt doesn't lose coverage with this change. |
| |
| * TestExpectations: |
| * css3/shapes/shape-outside/values/shape-image-threshold-001-expected.txt: |
| * css3/shapes/shape-outside/values/shape-image-threshold-001.html: |
| * fast/shapes/parsing/parsing-shape-image-threshold-expected.txt: |
| * fast/shapes/parsing/parsing-shape-image-threshold.html: |
| |
| 2014-11-05 Chris Dumez <cdumez@apple.com> |
| |
| Stop special-casing the empty string in HTMLInputElement.type setter |
| https://bugs.webkit.org/show_bug.cgi?id=138403 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Add layout test to check the functionality of the HTMLInputElement.type |
| getter and setter. |
| |
| * fast/dom/HTMLInputElement/input-type-attribute-expected.txt: Added. |
| * fast/dom/HTMLInputElement/input-type-attribute.html: Added. |
| |
| 2014-11-05 Andreas Kling <akling@apple.com> |
| |
| Simple line layout: support text-transform: lowercase|uppercase|capitalize |
| <https://webkit.org/b/138406> |
| |
| Reviewed by Antti Koivisto. |
| |
| Add ref test for simple line layout with all text-transform values. |
| |
| * fast/text/simple-lines-text-transform-expected.html: Added. |
| * fast/text/simple-lines-text-transform.html: Added. |
| |
| 2014-11-04 Michael Saboff <msaboff@apple.com> |
| |
| Disable flakey dfg-int8array.js and dfg-int16array.js tests for ARM64 |
| https://bugs.webkit.org/show_bug.cgi?id=138379 |
| |
| Reviewed by Mark Lam. |
| |
| Disabled these test for ARM64. Will address the failures and then re-enable. |
| |
| * js/script-tests/dfg-int16array.js: |
| * js/script-tests/dfg-int8array.js: |
| |
| 2014-11-04 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| [OSX] CJK characters styled with font-family: cursive are italicized |
| https://bugs.webkit.org/show_bug.cgi?id=138328 |
| rdar://problem/18801907 |
| |
| Reviewed by Simon Fraser. |
| |
| Make sure that the text matches the output of a different codepath. |
| |
| * platform/mac/fast/text/font-cursive-italic-cjk-expected.html: Added. |
| * platform/mac/fast/text/font-cursive-italic-cjk.html: Added. |
| * platform/mac/TestExpectations: Skipped test on non-Yosemite platforms. |
| |
| 2014-11-04 Benjamin Poulain <bpoulain@apple.com> |
| |
| When computing the specificity of selectors, use saturated arithmetic per component |
| https://bugs.webkit.org/show_bug.cgi?id=138336 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/selectors/specificity-overflow-2-expected.txt: Added. |
| * fast/selectors/specificity-overflow-2.html: Added. |
| |
| 2014-11-04 Darin Adler <darin@apple.com> |
| |
| * TestExpectations: Turn off http/tests/multipart/stop-crash.html. |
| Will turn it back on soon. |
| |
| 2014-11-04 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com> |
| |
| [EFL] Skip websocket tests |
| https://bugs.webkit.org/show_bug.cgi?id=138355 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/efl/TestExpectations: |
| |
| 2014-11-04 Nikos Andrkos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au> |
| |
| Fix animation of orient attribute on marker element |
| https://bugs.webkit.org/show_bug.cgi?id=137942 |
| |
| Reviewed by Dirk Schulze. |
| |
| Test the rendered result of the animation of the orient attribute. |
| Existing tests were only testing the animated value in the DOM. |
| |
| * svg/animations/animate-marker-orienttype-1-expected.txt: Added. |
| * svg/animations/animate-marker-orienttype-1.html: Added. |
| * svg/animations/animate-marker-orienttype-2-expected.txt: Added. |
| * svg/animations/animate-marker-orienttype-2.html: Added. |
| * svg/animations/animate-marker-orienttype-3-expected.txt: Added. |
| * svg/animations/animate-marker-orienttype-3.html: Added. |
| |
| 2014-11-03 Shivakumar JM <shiva.jm@samsung.com> |
| |
| Adding test for array buffer and data view POST in XMLHttpRequest async send. |
| https://bugs.webkit.org/show_bug.cgi?id=138304 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Adding test for array buffer and data view |
| |
| * http/tests/xmlhttprequest/send-data-view-async-expected.txt: Added. |
| * http/tests/xmlhttprequest/send-data-view-async.html: Added. |
| |
| 2014-11-03 Chris Dumez <cdumez@apple.com> |
| |
| Fix jquery/manipulation.html flakiness on debug builds |
| https://bugs.webkit.org/show_bug.cgi?id=138335 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Update jquery's qunit config to not refresh the test results |
| regularly as this is not useful as part of layout testing. |
| |
| This was causing qunit to set a timer every 13ms to check if |
| results should be updated and this timer would sometimes get |
| throttled after r175441. |
| |
| * TestExpectations: |
| * jquery/resources/test/qunit/qunit/qunit.js: |
| (.): |
| |
| 2014-11-03 Joseph Pecoraro <pecoraro@apple.com> |
| |
| Web Inspector: Show Selector's Specificity |
| https://bugs.webkit.org/show_bug.cgi?id=138189 |
| |
| Reviewed by Timothy Hatcher. |
| |
| * inspector/css/matched-style-properties.html: |
| * inspector/css/selector-specificity-expected.txt: Added. |
| * inspector/css/selector-specificity.html: Copied from LayoutTests/inspector/css/matched-style-properties.html. |
| |
| 2014-11-03 Lorenzo Tilve <ltilve@igalia.com> |
| |
| [GTK] Unreviewed gardening. Rebaseline after r175259. |
| https://bugs.webkit.org/show_bug.cgi?id=138317 |
| |
| Rebaseline pending test expectations affected by r175259. |
| |
| * platform/gtk/css1/box_properties/border_bottom-expected.txt: |
| * platform/gtk/css1/box_properties/border_top-expected.txt: |
| * platform/gtk/css1/formatting_model/inline_elements-expected.txt: |
| * platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt: |
| * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt: |
| * platform/gtk/svg/custom/bug45331-expected.txt: |
| * platform/gtk/svg/custom/path-bad-data-expected.txt: |
| |
| 2014-11-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com> |
| |
| [EFL] Unskip passing ENCRYPTED_MEDIA_V2 tests |
| https://bugs.webkit.org/show_bug.cgi?id=138133 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/efl/TestExpectations: |
| |
| 2014-11-03 Sungmann Cho <sungmann.cho@navercorp.com> |
| |
| AX: Fix some minor typos related to the word "accessibility". |
| https://bugs.webkit.org/show_bug.cgi?id=138299 |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/aria-link-supports-press.html: |
| |
| 2014-11-01 KyungTae Kim <ktf.kim@samsung.com> |
| |
| [CSS] Add tests for :read-only and :read-write |
| https://bugs.webkit.org/show_bug.cgi?id=92473 |
| |
| Add test case for :readonly and :readwrite pseudoclass for common elements |
| |
| Reviewed by Benjamin Poulain. |
| |
| * fast/css/readonly-pseudoclass-common-element-expected.txt: Added. |
| * fast/css/readonly-pseudoclass-common-element.html: Added. |
| * fast/css/readwrite-pseudoclass-editable-expected.txt: Added. |
| * fast/css/readwrite-pseudoclass-editable.html: Added. |
| |
| 2014-11-01 Alexey Proskuryakov <ap@apple.com> |
| |
| REGRESSION: Using a media element changes window.name |
| https://bugs.webkit.org/show_bug.cgi?id=138278 |
| rdar://problem/18704134 |
| |
| Reviewed by Jer Noble. |
| |
| * fast/media/window-name-expected.txt: Added. |
| * fast/media/window-name.html: Added. |
| |
| * platform/mac/webarchive/loading/video-in-webarchive-expected.txt: Removed. |
| This result was incorrect due to this bug, and now Mac matches cross-platform |
| results. |
| |
| 2014-11-01 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed gardening. |
| |
| Mark jquery/manipulation.html as flakey on Debug bots as marking it |
| as slow did not help. |
| |
| * TestExpectations: |
| |
| 2014-11-01 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed, fix double-slash in previous gardening commit. |
| |
| * TestExpectations: |
| |
| 2014-11-01 Chris Dumez <cdumez@apple.com> |
| |
| Unreviewed gardening. |
| |
| Mark jquery/manipulation.html as slow on Debug builds until I can |
| investigate how to avoid this with timer throttling. |
| |
| * TestExpectations: |
| |
| 2014-11-01 Benjamin Poulain <bpoulain@apple.com> |
| |
| Fix the specificity of the extended :not() selector |
| https://bugs.webkit.org/show_bug.cgi?id=138275 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/css/not-self-specificity-expected.html: Added. |
| * fast/css/not-self-specificity.html: Added. |
| Test that :not() itself does not influence the specificity, |
| only the nested selectors contribute to the global specificity. |
| |
| * fast/css/not-specificity-1-expected.html: Added. |
| * fast/css/not-specificity-1.html: Added. |
| * fast/css/not-specificity-2-expected.html: Added. |
| * fast/css/not-specificity-2.html: Added. |
| * fast/css/not-specificity-3-expected.html: Added. |
| * fast/css/not-specificity-3.html: Added. |
| Tests for compound selectors. |
| All tests are variations of the same base testing specificity |
| and position. |
| |
| * fast/css/not-specificity-4-expected.html: Added. |
| * fast/css/not-specificity-4.html: Added. |
| * fast/css/not-specificity-5-expected.html: Added. |
| * fast/css/not-specificity-5.html: Added. |
| * fast/css/not-specificity-6-expected.html: Added. |
| * fast/css/not-specificity-6.html: Added. |
| Same thing for complex selectors. |
| |
| * fast/selectors/class-style-update-with-not-expected.txt: |
| Yeah, one more test fixed :) |
| |
| 2014-11-01 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| [EFL] Unreviewed EFL gardening. |
| https://bugs.webkit.org/show_bug.cgi?id=138276 |
| |
| Rebaseline after r175259. |
| |
| * platform/efl/css1/basic/containment-expected.txt: |
| * platform/efl/css1/basic/contextual_selectors-expected.txt: |
| * platform/efl/css1/basic/grouping-expected.txt: |
| * platform/efl/css1/basic/id_as_selector-expected.txt: |
| * platform/efl/css1/basic/inheritance-expected.txt: |
| * platform/efl/css1/box_properties/border-expected.txt: |
| * platform/efl/css1/box_properties/border_bottom-expected.txt: |
| * platform/efl/css1/box_properties/border_bottom_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_bottom_width-expected.txt: |
| * platform/efl/css1/box_properties/border_bottom_width_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_color-expected.txt: |
| * platform/efl/css1/box_properties/border_color_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_left-expected.txt: |
| * platform/efl/css1/box_properties/border_left_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_left_width-expected.txt: |
| * platform/efl/css1/box_properties/border_left_width_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_right-expected.txt: |
| * platform/efl/css1/box_properties/border_right_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_right_width-expected.txt: |
| * platform/efl/css1/box_properties/border_right_width_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_style-expected.txt: |
| * platform/efl/css1/box_properties/border_style_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_top-expected.txt: |
| * platform/efl/css1/box_properties/border_top_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_top_width-expected.txt: |
| * platform/efl/css1/box_properties/border_top_width_inline-expected.txt: |
| * platform/efl/css1/box_properties/border_width-expected.txt: |
| * platform/efl/css1/box_properties/border_width_inline-expected.txt: |
| * platform/efl/css1/box_properties/clear-expected.txt: |
| * platform/efl/css1/box_properties/clear_float-expected.txt: |
| * platform/efl/css1/box_properties/float-expected.txt: |
| * platform/efl/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/efl/css1/box_properties/float_margin-expected.txt: |
| * platform/efl/css1/box_properties/float_on_text_elements-expected.txt: |
| * platform/efl/css1/box_properties/height-expected.txt: |
| * platform/efl/css1/box_properties/margin-expected.txt: |
| * platform/efl/css1/box_properties/margin_bottom-expected.txt: |
| * platform/efl/css1/box_properties/margin_bottom_inline-expected.txt: |
| * platform/efl/css1/box_properties/margin_inline-expected.txt: |
| * platform/efl/css1/box_properties/margin_left-expected.txt: |
| * platform/efl/css1/box_properties/margin_left_inline-expected.txt: |
| * platform/efl/css1/box_properties/margin_right-expected.txt: |
| * platform/efl/css1/box_properties/margin_right_inline-expected.txt: |
| * platform/efl/css1/box_properties/margin_top-expected.txt: |
| * platform/efl/css1/box_properties/margin_top_inline-expected.txt: |
| * platform/efl/css1/box_properties/padding-expected.txt: |
| * platform/efl/css1/box_properties/padding_bottom-expected.txt: |
| * platform/efl/css1/box_properties/padding_bottom_inline-expected.txt: |
| * platform/efl/css1/box_properties/padding_inline-expected.txt: |
| * platform/efl/css1/box_properties/padding_left-expected.txt: |
| * platform/efl/css1/box_properties/padding_left_inline-expected.txt: |
| * platform/efl/css1/box_properties/padding_right-expected.txt: |
| * platform/efl/css1/box_properties/padding_right_inline-expected.txt: |
| * platform/efl/css1/box_properties/padding_top-expected.txt: |
| * platform/efl/css1/box_properties/padding_top_inline-expected.txt: |
| * platform/efl/css1/box_properties/width-expected.txt: |
| * platform/efl/css1/cascade/cascade_order-expected.txt: |
| * platform/efl/css1/cascade/important-expected.txt: |
| * platform/efl/css1/classification/display-expected.txt: |
| * platform/efl/css1/classification/list_style-expected.txt: |
| * platform/efl/css1/classification/list_style_image-expected.txt: |
| * platform/efl/css1/classification/list_style_position-expected.txt: |
| * platform/efl/css1/classification/list_style_type-expected.txt: |
| * platform/efl/css1/classification/white_space-expected.txt: |
| * platform/efl/css1/color_and_background/background-expected.txt: |
| * platform/efl/css1/color_and_background/background_attachment-expected.txt: |
| * platform/efl/css1/color_and_background/background_color-expected.txt: |
| * platform/efl/css1/color_and_background/background_image-expected.txt: |
| * platform/efl/css1/color_and_background/background_position-expected.txt: |
| * platform/efl/css1/color_and_background/background_repeat-expected.txt: |
| * platform/efl/css1/color_and_background/color-expected.txt: |
| * platform/efl/css1/conformance/forward_compatible_parsing-expected.txt: |
| * platform/efl/css1/font_properties/font-expected.txt: |
| * platform/efl/css1/font_properties/font_family-expected.txt: |
| * platform/efl/css1/font_properties/font_size-expected.txt: |
| * platform/efl/css1/font_properties/font_style-expected.txt: |
| * platform/efl/css1/font_properties/font_variant-expected.txt: |
| * platform/efl/css1/font_properties/font_weight-expected.txt: |
| * platform/efl/css1/formatting_model/canvas-expected.txt: |
| * platform/efl/css1/formatting_model/floating_elements-expected.txt: |
| * platform/efl/css1/formatting_model/height_of_lines-expected.txt: |
| * platform/efl/css1/formatting_model/inline_elements-expected.txt: |
| * platform/efl/css1/formatting_model/replaced_elements-expected.txt: |
| * platform/efl/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/efl/css1/pseudo/anchor-expected.txt: |
| * platform/efl/css1/pseudo/firstletter-expected.txt: |
| * platform/efl/css1/pseudo/firstline-expected.txt: |
| * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt: |
| * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.txt: |
| * platform/efl/css1/text_properties/letter_spacing-expected.txt: |
| * platform/efl/css1/text_properties/line_height-expected.txt: |
| * platform/efl/css1/text_properties/text_align-expected.txt: |
| * platform/efl/css1/text_properties/text_decoration-expected.txt: |
| * platform/efl/css1/text_properties/text_indent-expected.txt: |
| * platform/efl/css1/text_properties/text_transform-expected.txt: |
| * platform/efl/css1/text_properties/vertical_align-expected.txt: |
| * platform/efl/css1/text_properties/word_spacing-expected.txt: |
| * platform/efl/css1/units/color_units-expected.txt: |
| * platform/efl/css1/units/length_units-expected.txt: |
| * platform/efl/css1/units/percentage_units-expected.txt: |
| * platform/efl/css1/units/urls-expected.txt: |
| * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: |
| * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: |
| * platform/efl/fast/css/empty-pseudo-class-expected.txt: |
| * platform/efl/fast/css/first-child-pseudo-class-expected.txt: |
| * platform/efl/fast/css/last-child-pseudo-class-expected.txt: |
| * platform/efl/fast/css/only-child-pseudo-class-expected.txt: |
| * platform/efl/fast/forms/targeted-frame-submission-expected.txt: |
| * platform/efl/fast/frames/onlyCommentInIFrame-expected.txt: |
| * platform/efl/fast/html/listing-expected.txt: |
| * platform/efl/fast/invalid/junk-data-expected.txt: |
| * platform/efl/fast/invalid/missing-end-tag-expected.txt: |
| * platform/efl/fast/loader/text-document-wrapping-expected.txt: |
| * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt: |
| * platform/efl/fast/parser/xhtml-alternate-entities-expected.txt: |
| * platform/efl/fast/table/border-collapsing/004-expected.txt: |
| * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt: |
| * platform/efl/fast/text/whitespace/001-expected.txt: Added. |
| * platform/efl/fast/text/whitespace/013-expected.txt: Added. |
| * platform/efl/fast/text/whitespace/014-expected.txt: Added. |
| * platform/efl/fast/text/whitespace/022-expected.txt: |
| * platform/efl/fast/text/whitespace/024-expected.txt: |
| * platform/efl/fast/text/whitespace/030-expected.txt: |
| * platform/efl/fast/xsl/xslt-extra-content-at-end-expected.txt: |
| * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: |
| * platform/efl/svg/hixie/error/012-expected.txt: |
| * platform/efl/tables/mozilla/bugs/45621-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: |
| |
| 2014-10-31 Dhi Aurrahman <diorahman@rockybars.com> |
| |
| Add initial parsing functionality of :lang pseudo class in Selectors Level 4. |
| https://bugs.webkit.org/show_bug.cgi?id=138170 |
| |
| Reviewed by Benjamin Poulain. |
| |
| Add tests for comma-separated list arguments for :lang |
| |
| * fast/css/css-selector-text-expected.txt: Updated. |
| * fast/css/css-selector-text.html: Updated. |
| * fast/selectors/lang-invalid-expected.txt: Added. |
| * fast/selectors/lang-invalid.html: Added. |
| |
| 2014-10-31 Benjamin Poulain <bpoulain@apple.com> |
| |
| Pseudo classes with an escaped parenthesis generate invalid rules |
| https://bugs.webkit.org/show_bug.cgi?id=138266 |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/selectors/invalid-functional-pseudo-class-expected.txt: Added. |
| * fast/selectors/invalid-functional-pseudo-class.html: Added. |
| New test for all the functional pseudo classes. |
| |
| * fast/css/crash-on-incomplete-webkit-any-expected.txt: Added. |
| * fast/css/crash-on-incomplete-webkit-any.html: Added. |
| * fast/css/pseudo-escaped-parenthesis-expected.txt: Added. |
| * fast/css/pseudo-escaped-parenthesis.html: Added. |
| Those tests come from blink. Rune solved the same problem a year ago on blink |
| in https://chromiumcodereview.appspot.com/23710067 |
| The patch is quite different because blink uses an ancient code base, but the tests |
| can still be useful so I included them here. |
| |
| 2014-10-31 Said Abou-Hallawa <sabouhallawa@apple.com> |
| |
| Remove webkit prefix from CSS columns. |
| https://bugs.webkit.org/show_bug.cgi?id=137132. |
| |
| Reviewed by Dean Jackson. |
| |
| Ensure the CSS un-prefixed column properties are behaving the same way as the |
| prefixed ones. The CSS prefixed column properties are still supported by making |
| them aliases of the un-prefixed ones. Also port some of the W3C and Mozilla |
| tests for css column properties tests. |
| |
| Change to the un-prefixed column names to be compared with the return of CSSStyleDeclaration.item(). |
| And change the expected names to be the un-prefixed ones also. |
| * fast/css/getComputedStyle/computed-style-expected.txt: |
| * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * fast/css/getComputedStyle/resources/property-names.js: |
| |
| Change to the un-prefixed column names and compare them with the return of object.style.cssText(). |
| * fast/css/remove-shorthand-expected.txt: |
| |
| Test for the effect of the rtl settings on column flow; it is ported from Mozilla. |
| * fast/multicol/column-box-alignment-rtl-expected.html: Added. |
| * fast/multicol/column-box-alignment-rtl.html: Added. |
| |
| Ensure the prefixed and the un-prefixed column properties are behaving exactly the same. |
| * fast/multicol/multicol-aliases-expected.html: Added. |
| * fast/multicol/multicol-aliases.html: Added. |
| |
| Change to the un-prefixed column names to be compared with the return of CSSStyleDeclaration.item(). |
| * svg/css/getComputedStyle-basic-expected.txt: |
| |
| Remove the use of the un-prefixed columns property since it seems unrelated to the test. |
| * svg/custom/svg-fonts-in-html.html: |
| |
| 2014-10-31 Eric Carlson <eric.carlson@apple.com> |
| |
| Clean-up use of boolean attributes in media tests |
| https://bugs.webkit.org/show_bug.cgi?id=138249 |
| |
| Reviewed by Brent Fulgham. |
| |
| * media/resources/foreignobject-media.svg: autoplay="true" => autoplay |
| * media/resources/video-with-poster-as-object-fallback.html: controls="true" => controls |
| * media/video-canvas-source.html: Ditto. |
| * media/video-canvas.html-disabled: Ditto. |
| |
| 2014-10-31 Andrzej Badowski <a.badowski@samsung.com> |
| |
| [ATK] Improve AccessibilityTableCell's determineAccessibilityRole function. |
| https://bugs.webkit.org/show_bug.cgi?id=137737 |
| |
| Reviewed by Chris Fleizach. |
| |
| The new test illustrates the different cases deciding whether a table cell |
| is a row header or column header or just a table cell. |
| Files of expected type and one html type are adapted to changes in the code of several member functions |
| of AccessibilityTableCell, i.e determineAccessibilityRole, isColumnHeaderCell, isRowHeaderCell. |
| |
| * accessibility/table-cells-roles-expected.txt: Added. |
| * accessibility/table-cells-roles.html: Added. |
| * platform/efl/accessibility/table-attributes-expected.txt: |
| * platform/efl/accessibility/table-cells-expected.txt: |
| * platform/gtk/accessibility/table-attributes-expected.txt: |
| * platform/gtk/accessibility/table-cells-expected.txt: |
| * platform/gtk/accessibility/table-hierarchy-expected.txt: |
| * platform/gtk/accessibility/table-hierarchy.html: |
| |
| 2014-10-31 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] Additional rebaselining after r175259. |
| |
| * platform/win/css1/box_properties/padding_right-expected.txt: |
| * platform/win/fast/css/last-child-pseudo-class-expected.txt: |
| * platform/win/fast/css/only-child-pseudo-class-expected.txt: |
| |
| 2014-10-30 Shivakumar JM <shiva.jm@samsung.com> |
| |
| Layout Test http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html is failing. |
| https://bugs.webkit.org/show_bug.cgi?id=138072 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt: |
| * http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html: |
| |
| 2014-10-30 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] More text rebaselining. |
| |
| * platform/win/TestExpectations: |
| * platform/win/fast/text/tatechuyoko-expected.txt: Added. |
| |
| 2014-10-30 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] Text rebaselining after r175259. |
| |
| * platform/win/css1/box_properties/margin_right-expected.txt: |
| * platform/win/css1/box_properties/padding-expected.txt: |
| * platform/win/css1/box_properties/padding_left-expected.txt: |
| * platform/win/css1/box_properties/padding_right-expected.txt: |
| * platform/win/css1/box_properties/padding_top-expected.txt: |
| * platform/win/css1/font_properties/font-expected.txt: |
| * platform/win/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/win/css1/text_properties/text_transform-expected.txt: |
| * platform/win/fast/css/empty-pseudo-class-expected.txt: |
| * platform/win/fast/css/first-child-pseudo-class-expected.txt: |
| * platform/win/fast/css/only-child-pseudo-class-expected.txt: |
| * platform/win/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added. |
| * platform/win/fast/forms/targeted-frame-submission-expected.txt: |
| * platform/win/fast/table/append-cells2-expected.txt: |
| * platform/win/tables/mozilla/bugs/45621-expected.txt: |
| |
| 2014-10-30 Ada Chan <adachan@apple.com> |
| |
| The Page's muted setting should not affect the HTMLMediaElement's 'muted' IDL attribute. |
| https://bugs.webkit.org/show_bug.cgi?id=138215 |
| |
| Reviewed by Eric Carlson. |
| |
| * media/video-muted-after-setting-page-muted-state-expected.txt: Added. |
| * media/video-muted-after-setting-page-muted-state.html: Added. |
| |
| 2014-10-30 Brady Eidson <beidson@apple.com> |
| |
| IndexedDB is deleting data when a PK is shared amongst two objectStores |
| rdar://problem/18479306 and https://bugs.webkit.org/show_bug.cgi?id=137154 |
| |
| Reviewed by Jer Noble. |
| |
| * storage/indexeddb/primary-key-unique-to-objectstore-expected.txt: Added. |
| * storage/indexeddb/primary-key-unique-to-objectstore.html: Added. |
| |
| 2014-10-30 Jer Noble <jer.noble@apple.com> |
| |
| Unreviewed gardening; rebaseline two media/ tests. |
| |
| * platform/mac-mavericks/media/controls-after-reload-expected.txt: Added. |
| * platform/mac-mavericks/media/controls-styling-expected.txt: |
| * platform/mac-mountainlion/media/controls-after-reload-expected.txt: Added. |
| * platform/mac-mountainlion/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac-mavericks/media/controls-styling-expected.txt. |
| * platform/mac-wk1/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac-mavericks/media/controls-styling-expected.txt. |
| |
| 2014-10-29 Said Abou-Hallawa <sabouhallawa@apple.com> |
| |
| ASSERTION NOT REACHED because RenderStyle::setWordSpacing() does not handle a Length value of type 'Calculated'. |
| https://bugs.webkit.org/show_bug.cgi?id=138054. |
| |
| Reviewed by Zalan Bujtas. |
| |
| Ensure the render style's wordSpacing can be set correctly when the type of |
| the new value is 'Calculated'. The 'Calculated' Length value can result from |
| blending two Length values of different types. And these two Length values |
| are defined in two consecutive css animation key frames. |
| |
| * css3/calculated-word-spacing-expected.txt: Added. |
| * css3/calculated-word-spacing.html: Added. |
| |
| 2014-10-29 Simon Fraser <simon.fraser@apple.com> |
| |
| Skip compositing/regions/propagate-region-box-shadow-border-padding-for-video.html which |
| asserts in Debug. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-10-29 Lorenzo Tilve <ltilve@igalia.com> |
| |
| [GTK] Unreviewed GTK gardening. |
| |
| Rebaseline after 175259. |
| |
| * platform/gtk/css1/basic/containment-expected.txt: |
| * platform/gtk/css1/basic/contextual_selectors-expected.txt: |
| * platform/gtk/css1/basic/grouping-expected.txt: |
| * platform/gtk/css1/basic/id_as_selector-expected.txt: |
| * platform/gtk/css1/basic/inheritance-expected.txt: |
| * platform/gtk/css1/box_properties/border-expected.txt: |
| * platform/gtk/css1/box_properties/border_bottom_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_bottom_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_bottom_width_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_color-expected.txt: |
| * platform/gtk/css1/box_properties/border_color_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_left-expected.txt: |
| * platform/gtk/css1/box_properties/border_left_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_left_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_left_width_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_right-expected.txt: |
| * platform/gtk/css1/box_properties/border_right_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_right_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_right_width_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_style-expected.txt: |
| * platform/gtk/css1/box_properties/border_style_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_top_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_top_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_top_width_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_width_inline-expected.txt: |
| * platform/gtk/css1/box_properties/clear-expected.txt: |
| * platform/gtk/css1/box_properties/clear_float-expected.txt: |
| * platform/gtk/css1/box_properties/float-expected.txt: |
| * platform/gtk/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/gtk/css1/box_properties/float_margin-expected.txt: |
| * platform/gtk/css1/box_properties/height-expected.txt: |
| * platform/gtk/css1/box_properties/margin-expected.txt: |
| * platform/gtk/css1/box_properties/margin_bottom-expected.txt: |
| * platform/gtk/css1/box_properties/margin_bottom_inline-expected.txt: |
| * platform/gtk/css1/box_properties/margin_inline-expected.txt: |
| * platform/gtk/css1/box_properties/margin_left-expected.txt: |
| * platform/gtk/css1/box_properties/margin_left_inline-expected.txt: |
| * platform/gtk/css1/box_properties/margin_right-expected.txt: |
| * platform/gtk/css1/box_properties/margin_right_inline-expected.txt: |
| * platform/gtk/css1/box_properties/margin_top-expected.txt: |
| * platform/gtk/css1/box_properties/margin_top_inline-expected.txt: |
| * platform/gtk/css1/box_properties/padding-expected.txt: |
| * platform/gtk/css1/box_properties/padding_bottom-expected.txt: |
| * platform/gtk/css1/box_properties/padding_bottom_inline-expected.txt: |
| * platform/gtk/css1/box_properties/padding_inline-expected.txt: |
| * platform/gtk/css1/box_properties/padding_left-expected.txt: |
| * platform/gtk/css1/box_properties/padding_left_inline-expected.txt: |
| * platform/gtk/css1/box_properties/padding_right-expected.txt: |
| * platform/gtk/css1/box_properties/padding_right_inline-expected.txt: |
| * platform/gtk/css1/box_properties/padding_top-expected.txt: |
| * platform/gtk/css1/box_properties/padding_top_inline-expected.txt: |
| * platform/gtk/css1/box_properties/width-expected.txt: |
| * platform/gtk/css1/cascade/cascade_order-expected.txt: |
| * platform/gtk/css1/cascade/important-expected.txt: |
| * platform/gtk/css1/classification/display-expected.txt: |
| * platform/gtk/css1/classification/list_style-expected.txt: |
| * platform/gtk/css1/classification/list_style_image-expected.txt: |
| * platform/gtk/css1/classification/list_style_position-expected.txt: |
| * platform/gtk/css1/classification/list_style_type-expected.txt: |
| * platform/gtk/css1/classification/white_space-expected.txt: |
| * platform/gtk/css1/color_and_background/background-expected.txt: |
| * platform/gtk/css1/color_and_background/background_attachment-expected.txt: |
| * platform/gtk/css1/color_and_background/background_color-expected.txt: |
| * platform/gtk/css1/color_and_background/background_image-expected.txt: |
| * platform/gtk/css1/color_and_background/background_position-expected.txt: |
| * platform/gtk/css1/color_and_background/background_repeat-expected.txt: |
| * platform/gtk/css1/color_and_background/color-expected.txt: |
| * platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt: |
| * platform/gtk/css1/font_properties/font-expected.txt: |
| * platform/gtk/css1/font_properties/font_family-expected.txt: |
| * platform/gtk/css1/font_properties/font_size-expected.txt: |
| * platform/gtk/css1/font_properties/font_style-expected.txt: |
| * platform/gtk/css1/font_properties/font_variant-expected.txt: |
| * platform/gtk/css1/font_properties/font_weight-expected.txt: |
| * platform/gtk/css1/formatting_model/canvas-expected.txt: |
| * platform/gtk/css1/formatting_model/floating_elements-expected.txt: |
| * platform/gtk/css1/formatting_model/height_of_lines-expected.txt: |
| * platform/gtk/css1/formatting_model/replaced_elements-expected.txt: |
| * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/gtk/css1/pseudo/anchor-expected.txt: |
| * platform/gtk/css1/pseudo/firstletter-expected.txt: |
| * platform/gtk/css1/pseudo/firstline-expected.txt: |
| * platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt: |
| * platform/gtk/css1/text_properties/letter_spacing-expected.txt: |
| * platform/gtk/css1/text_properties/line_height-expected.txt: |
| * platform/gtk/css1/text_properties/text_align-expected.txt: |
| * platform/gtk/css1/text_properties/text_decoration-expected.txt: |
| * platform/gtk/css1/text_properties/text_indent-expected.txt: |
| * platform/gtk/css1/text_properties/text_transform-expected.txt: |
| * platform/gtk/css1/text_properties/vertical_align-expected.txt: |
| * platform/gtk/css1/text_properties/word_spacing-expected.txt: |
| * platform/gtk/css1/units/color_units-expected.txt: |
| * platform/gtk/css1/units/length_units-expected.txt: |
| * platform/gtk/css1/units/percentage_units-expected.txt: |
| * platform/gtk/css1/units/urls-expected.txt: |
| * platform/gtk/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: |
| * platform/gtk/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: |
| * platform/gtk/fast/css/empty-pseudo-class-expected.txt: |
| * platform/gtk/fast/css/first-child-pseudo-class-expected.txt: |
| * platform/gtk/fast/css/last-child-pseudo-class-expected.txt: |
| * platform/gtk/fast/css/only-child-pseudo-class-expected.txt: |
| * platform/gtk/fast/forms/targeted-frame-submission-expected.txt: |
| * platform/gtk/fast/frames/onlyCommentInIFrame-expected.txt: |
| * platform/gtk/fast/html/listing-expected.txt: |
| * platform/gtk/fast/invalid/junk-data-expected.txt: |
| * platform/gtk/fast/invalid/missing-end-tag-expected.txt: |
| * platform/gtk/fast/loader/text-document-wrapping-expected.txt: |
| * platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt: |
| * platform/gtk/fast/parser/xhtml-alternate-entities-expected.txt: |
| * platform/gtk/fast/table/border-collapsing/004-expected.txt: |
| * platform/gtk/fast/text/whitespace/001-expected.txt: Added. |
| * platform/gtk/fast/text/whitespace/013-expected.txt: |
| * platform/gtk/fast/text/whitespace/014-expected.txt: |
| * platform/gtk/fast/text/whitespace/022-expected.txt: Added. |
| * platform/gtk/fast/text/whitespace/024-expected.txt: |
| * platform/gtk/fast/text/whitespace/030-expected.txt: |
| * platform/gtk/fast/xsl/xslt-extra-content-at-end-expected.txt: |
| * platform/gtk/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: |
| * platform/gtk/svg/custom/junk-data-expected.txt: |
| * platform/gtk/svg/custom/missing-xlink-expected.txt: |
| * platform/gtk/svg/custom/use-font-face-crash-expected.txt: |
| * platform/gtk/svg/hixie/error/012-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/45621-expected.txt: |
| * platform/gtk/tables/mozilla/bugs/bug139524-2-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: |
| |
| 2014-10-29 Zalan Bujtas <zalan@apple.com> |
| |
| Remove invalid float from RootInlineBox. |
| https://bugs.webkit.org/show_bug.cgi?id=137707 |
| |
| Reviewed by Antti Koivisto. |
| |
| In certain cases, floating boxes get attached to the last (root) inline box. |
| When this particular floating box gets destroyed, it also needs to be detached |
| from the last inline box. |
| |
| * fast/inline/crash-when-inline-box-has-invalid-float-expected.txt: Added. |
| * fast/inline/crash-when-inline-box-has-invalid-float.html: Added. |
| |
| 2014-10-29 Alexey Proskuryakov <ap@apple.com> |
| |
| Update Mavericks results after https://bugs.webkit.org/show_bug.cgi?id=137275 |
| (Speed up line parsing for simple line layout) |
| |
| * platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| |
| 2014-10-17 Sergio Villar Senin <svillar@igalia.com> |
| |
| ASSERTION FAILED: growthShare > 0 in WebCore::RenderGrid::distributeSpaceToTracks |
| https://bugs.webkit.org/show_bug.cgi?id=137772 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/css-grid-layout/tracks-number-greatly-exceeding-available-size-crash-expected.txt: Added. |
| * fast/css-grid-layout/tracks-number-greatly-exceeding-available-size-crash.html: Added. |
| |
| 2014-10-29 Chris Dumez <cdumez@apple.com> |
| |
| Crash in CachedRawResource::canReuse() when reloading http://dnd.wizards.com/dungeons-and-dragons/story |
| https://bugs.webkit.org/show_bug.cgi?id=138164 |
| |
| Reviewed by Andreas Kling. |
| |
| Add a layout test that does XHR loads from cache with only uncommon |
| HTTP headers to reproduce a crash in CachedRawResource::canReuse() |
| when iterating over a HTTPHeaderMap that had uncommon HTTP headers |
| but no common ones. |
| |
| * http/tests/cache/xhr-uncommon-header-expected.txt: Added. |
| * http/tests/cache/xhr-uncommon-header.html: Added. |
| |
| 2014-10-28 Benjamin Poulain <benjamin@webkit.org> |
| |
| CSS4 Selectors: Add the pseudo class :any-link |
| https://bugs.webkit.org/show_bug.cgi?id=138128 |
| |
| Reviewed by Andreas Kling. |
| |
| Story time: I implement only half of the patch and run |
| fast/selectors/webkit-any-link.html to make sure it fails... |
| and the test happily PASS. |
| |
| I look into it and sure enough, a last minute change in |
| html-link-type-tests.js made it test nothing but :link. |
| |
| I update html-link-type-tests.js to actually test the desired selector, |
| run the test again: PASS. |
| |
| I debug a bit and I find why my code is not tested: html-link-type-tests.js |
| uses Element.matches() and that does not use the CSS JIT. |
| |
| Fair enough, I add a querySelectorAll("#target' + selector + '") to run |
| through the JIT: PASS. |
| |
| Since that selector is simple-#id + simple selector, we go through a fast |
| path for ids and skip the JIT. Arrrrg! |
| |
| Finally, I added querySelectorAll(".target' + selector + '"), which covers |
| the CSS JIT. |
| |
| The nice thing is: all those cases are tested now :) |
| |
| * fast/css/css-selector-text-expected.txt: |
| * fast/css/css-selector-text.html: |
| * fast/css/css-set-selector-text-expected.txt: |
| * fast/css/css-set-selector-text.html: |
| * fast/selectors/any-link-basics-2-expected.txt: Added. |
| * fast/selectors/any-link-basics-2.html: Added. |
| * fast/selectors/any-link-basics-expected.txt: Added. |
| * fast/selectors/any-link-basics.html: Added. |
| * fast/selectors/any-link-styling-expected.html: Added. |
| * fast/selectors/any-link-styling.html: Added. |
| * fast/selectors/images-with-usemap-should-not-match-link-expected.txt: |
| * fast/selectors/images-with-usemap-should-not-match-link.html: |
| * fast/selectors/link-basics-expected.txt: |
| * fast/selectors/link-basics-xhtml-expected.txt: |
| * fast/selectors/resources/html-link-type-tests.js: |
| (testHTMLElement): |
| (testHTMLTagsForLink): |
| * fast/selectors/webkit-any-link-basics-expected.txt: |
| |
| 2014-10-28 Alexey Proskuryakov <ap@apple.com> |
| |
| fast/multicol/multicol-crazy-nesting.html sometimes crashes |
| https://bugs.webkit.org/show_bug.cgi?id=138145 |
| |
| * TestExpectations: Skipping for now. |
| |
| 2014-10-28 Jer Noble <jer.noble@apple.com> |
| |
| REGRESSION(r171593) [Mac] Media controls create a large (and unnecessary) backing store |
| https://bugs.webkit.org/show_bug.cgi?id=137757 |
| |
| Reviewed by Eric Carlson. |
| |
| * platform/mac-mavericks/media/audio-controls-rendering-expected.png: |
| * platform/mac-mavericks/media/audio-controls-rendering-expected.txt: |
| * platform/mac-mavericks/media/controls-strict-expected.txt: |
| * platform/mac-mavericks/media/controls-without-preload-expected.txt: Copied from LayoutTests/platform/mac/media/controls-without-preload-expected.txt. |
| * platform/mac-mavericks/media/video-controls-rendering-expected.txt: |
| * platform/mac-mavericks/media/video-display-toggle-expected.txt: |
| * platform/mac-mavericks/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/mac/media/video-empty-source-expected.txt. |
| * platform/mac-mavericks/media/video-no-audio-expected.png: |
| * platform/mac-mavericks/media/video-no-audio-expected.txt: |
| * platform/mac-mavericks/media/video-volume-slider-expected.txt: |
| * platform/mac-mavericks/media/video-zoom-controls-expected.png: |
| * platform/mac-mavericks/media/video-zoom-controls-expected.txt: |
| * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt: |
| * platform/mac/fast/layers/video-layer-expected.txt: |
| * platform/mac/media/audio-controls-rendering-expected.png: |
| * platform/mac/media/audio-controls-rendering-expected.txt: |
| * platform/mac/media/controls-after-reload-expected.png: |
| * platform/mac/media/controls-after-reload-expected.txt: |
| * platform/mac/media/controls-strict-expected.png: |
| * platform/mac/media/controls-strict-expected.txt: |
| * platform/mac/media/controls-without-preload-expected.png: |
| * platform/mac/media/controls-without-preload-expected.txt: |
| * platform/mac/media/media-controls-clone-expected.png: |
| * platform/mac/media/media-controls-clone-expected.txt: |
| * platform/mac/media/video-controls-rendering-expected.png: |
| * platform/mac/media/video-controls-rendering-expected.txt: |
| * platform/mac/media/video-display-toggle-expected.png: |
| * platform/mac/media/video-display-toggle-expected.txt: |
| * platform/mac/media/video-empty-source-expected.png: |
| * platform/mac/media/video-empty-source-expected.txt: |
| * platform/mac/media/video-no-audio-expected.png: |
| * platform/mac/media/video-no-audio-expected.txt: |
| * platform/mac/media/video-volume-slider-expected.png: |
| * platform/mac/media/video-volume-slider-expected.txt: |
| * platform/mac/media/video-zoom-controls-expected.png: |
| * platform/mac/media/video-zoom-controls-expected.txt: |
| |
| 2014-10-28 Alexey Proskuryakov <ap@apple.com> |
| |
| text-combine needs to center glyphs within the vertical area. |
| https://bugs.webkit.org/show_bug.cgi?id=138056 |
| |
| Adding pre-Yosemite test results. |
| |
| * platform/mac-mavericks/fast/text/tatechuyoko-expected.png: Added. |
| * platform/mac-mavericks/fast/text/tatechuyoko-expected.txt: Added. |
| |
| 2014-10-28 Pascal Jacquemart <p.jacquemart@samsung.com> |
| |
| Abandoned select option is reselected when shift selecting new options |
| https://bugs.webkit.org/show_bug.cgi?id=137553 |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Test checking a combination of mouse and keyboard selection events |
| on select-multiple element |
| |
| * fast/forms/listbox-selection-after-typeahead-expected.txt: Added. |
| * fast/forms/listbox-selection-after-typeahead.html: Added. |
| |
| 2014-10-28 Zalan Bujtas <zalan@apple.com> |
| |
| Speed up line parsing for simple line layout. |
| https://bugs.webkit.org/show_bug.cgi?id=137275 |
| |
| Reviewed by Antti Koivisto. |
| |
| This patch removes empty line-break runs. Rebaseline. |
| |
| * platform/mac-mountainlion/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/mac/css1/basic/containment-expected.txt: |
| * platform/mac/css1/basic/contextual_selectors-expected.txt: |
| * platform/mac/css1/basic/grouping-expected.txt: |
| * platform/mac/css1/basic/id_as_selector-expected.txt: |
| * platform/mac/css1/basic/inheritance-expected.txt: |
| * platform/mac/css1/box_properties/border-expected.txt: |
| * platform/mac/css1/box_properties/border_bottom-expected.txt: |
| * platform/mac/css1/box_properties/border_bottom_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_bottom_width-expected.txt: |
| * platform/mac/css1/box_properties/border_bottom_width_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_color-expected.txt: |
| * platform/mac/css1/box_properties/border_color_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_left-expected.txt: |
| * platform/mac/css1/box_properties/border_left_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_left_width-expected.txt: |
| * platform/mac/css1/box_properties/border_left_width_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_right-expected.txt: |
| * platform/mac/css1/box_properties/border_right_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_right_width-expected.txt: |
| * platform/mac/css1/box_properties/border_right_width_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_style-expected.txt: |
| * platform/mac/css1/box_properties/border_style_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_top-expected.txt: |
| * platform/mac/css1/box_properties/border_top_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_top_width-expected.txt: |
| * platform/mac/css1/box_properties/border_top_width_inline-expected.txt: |
| * platform/mac/css1/box_properties/border_width-expected.txt: |
| * platform/mac/css1/box_properties/border_width_inline-expected.txt: |
| * platform/mac/css1/box_properties/clear-expected.txt: |
| * platform/mac/css1/box_properties/clear_float-expected.txt: |
| * platform/mac/css1/box_properties/float-expected.txt: |
| * platform/mac/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/mac/css1/box_properties/float_margin-expected.txt: |
| * platform/mac/css1/box_properties/height-expected.txt: |
| * platform/mac/css1/box_properties/margin-expected.txt: |
| * platform/mac/css1/box_properties/margin_bottom-expected.txt: |
| * platform/mac/css1/box_properties/margin_bottom_inline-expected.txt: |
| * platform/mac/css1/box_properties/margin_inline-expected.txt: |
| * platform/mac/css1/box_properties/margin_left-expected.txt: |
| * platform/mac/css1/box_properties/margin_left_inline-expected.txt: |
| * platform/mac/css1/box_properties/margin_right-expected.txt: |
| * platform/mac/css1/box_properties/margin_right_inline-expected.txt: |
| * platform/mac/css1/box_properties/margin_top-expected.txt: |
| * platform/mac/css1/box_properties/margin_top_inline-expected.txt: |
| * platform/mac/css1/box_properties/padding-expected.txt: |
| * platform/mac/css1/box_properties/padding_bottom-expected.txt: |
| * platform/mac/css1/box_properties/padding_bottom_inline-expected.txt: |
| * platform/mac/css1/box_properties/padding_inline-expected.txt: |
| * platform/mac/css1/box_properties/padding_left-expected.txt: |
| * platform/mac/css1/box_properties/padding_left_inline-expected.txt: |
| * platform/mac/css1/box_properties/padding_right-expected.txt: |
| * platform/mac/css1/box_properties/padding_right_inline-expected.txt: |
| * platform/mac/css1/box_properties/padding_top-expected.txt: |
| * platform/mac/css1/box_properties/padding_top_inline-expected.txt: |
| * platform/mac/css1/box_properties/width-expected.txt: |
| * platform/mac/css1/cascade/cascade_order-expected.txt: |
| * platform/mac/css1/cascade/important-expected.txt: |
| * platform/mac/css1/classification/display-expected.txt: |
| * platform/mac/css1/classification/list_style-expected.txt: |
| * platform/mac/css1/classification/list_style_image-expected.txt: |
| * platform/mac/css1/classification/list_style_position-expected.txt: |
| * platform/mac/css1/classification/list_style_type-expected.txt: |
| * platform/mac/css1/classification/white_space-expected.txt: |
| * platform/mac/css1/color_and_background/background-expected.txt: |
| * platform/mac/css1/color_and_background/background_attachment-expected.txt: |
| * platform/mac/css1/color_and_background/background_color-expected.txt: |
| * platform/mac/css1/color_and_background/background_image-expected.txt: |
| * platform/mac/css1/color_and_background/background_position-expected.txt: |
| * platform/mac/css1/color_and_background/background_repeat-expected.txt: |
| * platform/mac/css1/color_and_background/color-expected.txt: |
| * platform/mac/css1/conformance/forward_compatible_parsing-expected.txt: |
| * platform/mac/css1/font_properties/font-expected.txt: |
| * platform/mac/css1/font_properties/font_family-expected.txt: |
| * platform/mac/css1/font_properties/font_size-expected.txt: |
| * platform/mac/css1/font_properties/font_style-expected.txt: |
| * platform/mac/css1/font_properties/font_variant-expected.txt: |
| * platform/mac/css1/font_properties/font_weight-expected.txt: |
| * platform/mac/css1/formatting_model/canvas-expected.txt: |
| * platform/mac/css1/formatting_model/floating_elements-expected.txt: |
| * platform/mac/css1/formatting_model/height_of_lines-expected.txt: |
| * platform/mac/css1/formatting_model/inline_elements-expected.txt: |
| * platform/mac/css1/formatting_model/replaced_elements-expected.txt: |
| * platform/mac/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/mac/css1/pseudo/anchor-expected.txt: |
| * platform/mac/css1/pseudo/firstletter-expected.txt: |
| * platform/mac/css1/pseudo/firstline-expected.txt: |
| * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.txt: |
| * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.txt: |
| * platform/mac/css1/text_properties/letter_spacing-expected.txt: |
| * platform/mac/css1/text_properties/line_height-expected.txt: |
| * platform/mac/css1/text_properties/text_align-expected.txt: |
| * platform/mac/css1/text_properties/text_decoration-expected.txt: |
| * platform/mac/css1/text_properties/text_indent-expected.txt: |
| * platform/mac/css1/text_properties/text_transform-expected.txt: |
| * platform/mac/css1/text_properties/vertical_align-expected.txt: |
| * platform/mac/css1/text_properties/word_spacing-expected.txt: |
| * platform/mac/css1/units/color_units-expected.txt: |
| * platform/mac/css1/units/length_units-expected.txt: |
| * platform/mac/css1/units/percentage_units-expected.txt: |
| * platform/mac/css1/units/urls-expected.txt: |
| * platform/mac/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: |
| * platform/mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: |
| * platform/mac/editing/selection/designmode-no-caret-expected.txt: |
| * platform/mac/fast/css/empty-pseudo-class-expected.txt: |
| * platform/mac/fast/css/first-child-pseudo-class-expected.txt: |
| * platform/mac/fast/css/last-child-pseudo-class-expected.txt: |
| * platform/mac/fast/css/only-child-pseudo-class-expected.txt: |
| * platform/mac/fast/forms/targeted-frame-submission-expected.txt: |
| * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt: |
| * platform/mac/fast/html/listing-expected.txt: |
| * platform/mac/fast/invalid/junk-data-expected.txt: |
| * platform/mac/fast/invalid/missing-end-tag-expected.txt: |
| * platform/mac/fast/loader/text-document-wrapping-expected.txt: |
| * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt: |
| * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt: |
| * platform/mac/fast/table/border-collapsing/004-expected.txt: |
| * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt: |
| * platform/mac/fast/text/whitespace/001-expected.txt: Added. |
| * platform/mac/fast/text/whitespace/013-expected.txt: Added. |
| * platform/mac/fast/text/whitespace/014-expected.txt: Added. |
| * platform/mac/fast/text/whitespace/022-expected.txt: Added. |
| * platform/mac/fast/text/whitespace/024-expected.txt: |
| * platform/mac/fast/text/whitespace/030-expected.txt: |
| * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: |
| * platform/mac/fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: |
| * platform/mac/http/tests/misc/acid3-expected.txt: |
| * platform/mac/svg/custom/bug45331-expected.txt: |
| * platform/mac/svg/custom/junk-data-expected.txt: |
| * platform/mac/svg/custom/missing-xlink-expected.txt: |
| * platform/mac/svg/custom/path-bad-data-expected.txt: |
| * platform/mac/svg/custom/use-font-face-crash-expected.txt: |
| * platform/mac/svg/hixie/error/012-expected.txt: |
| * platform/mac/tables/mozilla/bugs/45621-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: |
| |
| 2014-10-28 Rebecca Hauck <rhauck@adobe.com> |
| |
| Update CSS shapes suite import |
| https://bugs.webkit.org/show_bug.cgi?id=138045 |
| |
| This patch is a full re-import of the CSS Shapes test suite from the W3C |
| test repo and an updated TestExpectations file to match the current |
| results. |
| |
| Reviewed by Benjamin Poulain. |
| |
| * TestExpectations: |
| * css3/shapes/shape-outside/shape-box/w3c-import.log: |
| * css3/shapes/shape-outside/shape-image/gradients/w3c-import.log: |
| * css3/shapes/shape-outside/shape-image/shape-image-000-expected.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-001-expected.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-002-expected.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-002.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-003-expected.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-003.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-004-expected.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-005-expected.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-005.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-006-expected.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-006.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-007-expected.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-007.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-008-expected.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-008.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-009-expected.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-009.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-010-expected.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-010.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-011-expected.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-011.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-013-expected.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-013.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-014-expected.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-014.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-015-expected.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-015.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-016-expected.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-016.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-017-expected.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-017.html: |
| * css3/shapes/shape-outside/shape-image/shape-image-024-expected.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-024.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-025-expected.html: Added. |
| * css3/shapes/shape-outside/shape-image/shape-image-025.html: Added. |
| * css3/shapes/shape-outside/shape-image/support/animated.gif: Added. |
| * css3/shapes/shape-outside/shape-image/support/left-half-rectangle-20.png: |
| * css3/shapes/shape-outside/shape-image/support/right-half-rectangle-20.png: |
| * css3/shapes/shape-outside/shape-image/support/w3c-import.log: |
| * css3/shapes/shape-outside/shape-image/w3c-import.log: |
| * css3/shapes/shape-outside/supported-shapes/circle/w3c-import.log: |
| * css3/shapes/shape-outside/supported-shapes/ellipse/w3c-import.log: |
| * css3/shapes/shape-outside/supported-shapes/inset/w3c-import.log: |
| * css3/shapes/shape-outside/supported-shapes/polygon/shape-outside-polygon-012.html: |
| * css3/shapes/shape-outside/supported-shapes/polygon/w3c-import.log: |
| * css3/shapes/shape-outside/supported-shapes/support/w3c-import.log: Copied from LayoutTests/css3/shapes/shape-outside/values/support/w3c-import.log. |
| * css3/shapes/shape-outside/values/shape-image-threshold-001.html: |
| * css3/shapes/shape-outside/values/support/w3c-import.log: |
| * css3/shapes/shape-outside/values/w3c-import.log: |
| * css3/shapes/spec-examples/shape-outside-019-expected.html: |
| * css3/shapes/spec-examples/support/w3c-import.log: |
| * css3/shapes/spec-examples/w3c-import.log: |
| * css3/shapes/w3c-import.log: |
| |
| 2014-10-27 Mark Lam <mark.lam@apple.com> |
| |
| Crash when attempting to perform array iteration on a non-array with numeric keys not initialized. |
| <https://webkit.org/b/137814> |
| |
| Reviewed by Geoffrey Garen. |
| |
| * js/array-length-shortening-expected.txt: Added. |
| * js/array-length-shortening.html: Added. |
| * js/for-of-crash-expected.txt: Added. |
| * js/for-of-crash.html: Added. |
| * js/script-tests/array-length-shortening.js: Added. |
| (testLengthShortening): |
| (denseInt32Elements): |
| (denseDoubleElements): |
| (denseObjectElements): |
| (holeyInt32Elements): |
| (holeyDoubleElements): |
| (holeyObjectElements): |
| (arrayStorageInt32Elements): |
| (arrayStorageDoubleElements): |
| (arrayStorageObjectElements): |
| (sparseInt32Elements): |
| (sparseDoubleElements): |
| (sparseObjectElements): |
| * js/script-tests/for-of-crash.js: Added. |
| (foo): |
| |
| 2014-10-27 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: input type=hidden is being exposed when aria-hidden=false |
| https://bugs.webkit.org/show_bug.cgi?id=138106 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * accessibility/input-type-hidden-in-aria-hidden-false-expected.txt: Added. |
| * accessibility/input-type-hidden-in-aria-hidden-false.html: Added. |
| |
| 2014-10-24 David Hyatt <hyatt@apple.com> |
| |
| text-combine needs to center text within the vertical space using glyph bounds |
| https://bugs.webkit.org/show_bug.cgi?id=138056 |
| <rdar://problem/15403667> |
| |
| Reviewed by Dean Jackson. |
| |
| * fast/text/tatechuyoko.html: Added. |
| * platform/mac/fast/text/tatechuyoko-expected.png: Added. |
| * platform/mac/fast/text/tatechuyoko-expected.txt: Added. |
| |
| 2014-10-27 Alexey Proskuryakov <ap@apple.com> |
| |
| http/tests/cookies/third-party-cookie-relaxing.html is flaky on bots |
| https://bugs.webkit.org/show_bug.cgi?id=138098 |
| |
| Reviewed by Anders Carlsson. |
| |
| * platform/mac-wk1/TestExpectations: Removed the test from expectations. It's still |
| skipped on WK2, because we don't yet implement the necessary WKTR functionality. |
| |
| 2014-10-27 Alexey Proskuryakov <ap@apple.com> |
| |
| Add [ Yosemite ] modifier to a couple of tests in section 7. |
| |
| These two tests fail with PPT, so they are expected to pass on 10.8. Our current |
| approach is a have separate sections for Mavericks and Yosemite, even for PPT |
| specific failures that affect both. |
| |
| * platform/mac-wk2/TestExpectations: |
| |
| 2014-10-27 Stephanie Lewis <slewis@apple.com> |
| |
| http/tests/cookies/third-party-cookie-relaxing.html is flaky on bots. |
| https://bugs.webkit.org/show_bug.cgi?id=138098. |
| |
| Updated Expectations. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2014-10-27 Piotr Grad <p.grad@samsung.com> |
| |
| Some test for multicol were redundant. |
| https://bugs.webkit.org/show_bug.cgi?id=133084 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/anonymous-block-split-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/clone-before-after-content-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/clone-block-children-inline-mismatch-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/clone-flexbox.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/continuation-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/continuation-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/double-merge-anonymous-block-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/empty-anonymous-block-split-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/float-not-removed-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-above-or-below.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-block-axis-flipped.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-end-of-column.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-float-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-float.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages-flipped.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-between-pages.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/hit-test-gap-block-axis.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/list-multi-column-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input-expected.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/multicol-with-child-renderLayer-for-input.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/positioned-child-not-removed-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/positioned-objects-not-removed-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/recursive-split-flow-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/removal-of-multicol-span-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/remove-child-split-flow-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/split-flow-anonymous-wrapper-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/split-inline-wrong-post-block-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/table-multi-column-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/textbox-not-removed-crash.html: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash-expected.txt: Removed. |
| * fast/multicol/newmulticol/compare-with-old-impl/update-after-content-before-child-crash.html: Removed. |
| |
| 2014-10-27 Alexey Proskuryakov <ap@apple.com> |
| |
| media/track/audio-track.html is flaky on Yosemite |
| https://bugs.webkit.org/show_bug.cgi?id=137882 |
| |
| * platform/mac/TestExpectations: Marking it as such. |
| |
| 2014-10-26 Benjamin Poulain <benjamin@webkit.org> |
| |
| Images with usemap should not have a link state |
| https://bugs.webkit.org/show_bug.cgi?id=138071 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/selectors/images-with-usemap-should-not-match-link-expected.txt: Added. |
| * fast/selectors/images-with-usemap-should-not-match-link.html: Added. |
| |
| 2014-10-25 Gwang Yoon Hwang <yoon@igalia.com> |
| |
| [GTK] Unreviewed GTK gardening after r174685. |
| |
| * platform/gtk/TestExpectations: Report new failures and update expectations. |
| |
| 2014-10-25 Alexey Proskuryakov <ap@apple.com> |
| |
| Land Yosemite results for six editing/selection/vertical* tests. |
| |
| These failures used to be mostly hidden because of bug 138070, now they are visible. |
| The change is due to different fonts. |
| |
| * platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt. |
| * platform/mac-mavericks/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt. |
| * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt. |
| * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt. |
| * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt. |
| * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt. |
| * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added. |
| * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added. |
| * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: |
| |
| 2014-10-25 Alexey Proskuryakov <ap@apple.com> |
| |
| Add Mavericks results for platform/mac/editing/spelling/delete-autocorrected-word-2.html, too. |
| |
| Yosemite, Mavericks and Mountain Lion all have different results. |
| |
| * platform/mac-mavericks/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: Added. |
| |
| 2014-10-25 Alexey Proskuryakov <ap@apple.com> |
| |
| Update Yosemite results for platform/mac/editing/spelling/delete-autocorrected-word-2.html. |
| |
| Looks like this got confused during Yosemite tests landing. |
| |
| This test is currently marked as failing on WK2, but it passed for me, so maybe we |
| can mark it as passing there too. Tracked as bug 105616. |
| |
| * platform/mac/editing/spelling/delete-autocorrected-word-2-expected.png: |
| * platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: |
| |
| 2014-10-25 Alexey Proskuryakov <ap@apple.com> |
| |
| Update results for compositing/rtl/rtl-fixed-overflow-scrolled.html. |
| |
| Prior to Yosemite results landing, this test was marked as failing on WK2, and its |
| results matched WK1. It got changed several times during the merge, so it ended |
| up being marked as failing on WK1, but with WK1 results landed. |
| |
| Let's land WK2 results and keep testing on WK2. Also, Mavericks results were no different |
| from Yosemite. |
| |
| * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Removed. |
| * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Removed. |
| * platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Copied from LayoutTests/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png. |
| * platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
| |
| 2014-10-24 Said Abou-Hallawa <sabouhallawa@apple.com> |
| |
| Clamp wordSpacing percentage value. |
| https://bugs.webkit.org/show_bug.cgi?id=129350. |
| |
| Reviewed by Zalan Bujtas. |
| |
| Make sure that setting the CSS style wordSpacing property to very huge percentage |
| value and blending this value with other values for animating key frames does |
| not assert or crash. The expectation is to have this huge value to be clamped to |
| the pre-defined min/max values for the CSS length type. So when blending the clamped |
| value with other wordSpacing values, the result can't be NaN. This should be very |
| similar to the case when it is set to a huge <length> value. |
| |
| * css3/infinite-word-spacing-expected.txt: Added. |
| * css3/infinite-word-spacing.html: Added. |
| |
| 2014-10-24 Alexey Proskuryakov <ap@apple.com> |
| |
| Update Yosemite results for fast/block/float/overhanging-tall-block.html for |
| font size differences. |
| |
| The test fails pixel results, filed bug 138065 to track that. |
| |
| * platform/mac-mavericks/fast/block/float: Added. |
| * platform/mac-mavericks/fast/block/float/overhanging-tall-block-expected.png: Copied from LayoutTests/platform/mac/fast/block/float/overhanging-tall-block-expected.png. |
| * platform/mac-mavericks/fast/block/float/overhanging-tall-block-expected.txt: Copied from LayoutTests/platform/mac/fast/block/float/overhanging-tall-block-expected.txt. |
| * platform/mac/fast/block/float/overhanging-tall-block-expected.txt: |
| |
| 2014-10-24 Alexey Proskuryakov <ap@apple.com> |
| |
| Update media test results for Yosemite. |
| |
| media/controls-styling.html appears to actually fail, filed bug 138064 about that. |
| media/video-zoom-controls.html results are not great; Dean reportedly has a fix for that. |
| |
| * platform/mac-mavericks/media/controls-styling-expected.png: Copied from LayoutTests/platform/mac/media/controls-styling-expected.png. |
| * platform/mac-mavericks/media/controls-styling-expected.txt: Copied from LayoutTests/platform/mac/media/controls-styling-expected.txt. |
| * platform/mac-mavericks/media/video-zoom-controls-expected.png: Copied from LayoutTests/platform/mac/media/video-zoom-controls-expected.png. |
| * platform/mac-mavericks/media/video-zoom-controls-expected.txt: Copied from LayoutTests/platform/mac/media/video-zoom-controls-expected.txt. |
| * platform/mac/media/controls-styling-expected.png: |
| * platform/mac/media/controls-styling-expected.txt: |
| * platform/mac/media/video-zoom-controls-expected.png: |
| * platform/mac/media/video-zoom-controls-expected.txt: |
| |
| 2014-10-24 Alexey Proskuryakov <ap@apple.com> |
| |
| Remove MountainLion results that I incorrectly copied. These are the same as Mavericks. |
| |
| * platform/mac-mountainlion/fast/writing-mode: Removed. |
| * platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed. |
| * platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Removed. |
| * platform/mac-mountainlion/mathml: Removed. |
| * platform/mac-mountainlion/mathml/opentype: Removed. |
| * platform/mac-mountainlion/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Removed. |
| |
| 2014-10-24 Roger Fong <roger_fong@apple.com> |
| |
| [Win] More unreviewed gardening/rebaselining of Windows tests. |
| |
| * platform/win/TestExpectations: |
| * platform/win/fast/repaint/select-option-background-color-expected.txt: |
| * platform/win/fast/repaint/slider-thumb-drag-release-expected.txt: Added. |
| * platform/win/fast/repaint/slider-thumb-float-expected.txt: Added. |
| * platform/win/fast/replaced/table-percent-height-expected.txt: Added. |
| * platform/win/fast/replaced/three-selects-break-expected.txt: Added. |
| * platform/win/fast/table/remove-td-display-none-expected.txt: |
| * platform/win/fast/transforms: Added. |
| * platform/win/fast/transforms/transformed-focused-text-input-expected.txt: Added. |
| * platform/win/platform/win/accessibility: Added. |
| * platform/win/platform/win/accessibility/option-element-position-and-size-expected.txt: Added. |
| |
| 2014-10-24 Alexey Proskuryakov <ap@apple.com> |
| |
| Update some results that were incorrect for Yosemite. |
| |
| * platform/mac-mavericks/fast/text/international/hindi-spacing-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.png. |
| * platform/mac-mavericks/fast/text/international/hindi-spacing-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-spacing-expected.txt. |
| * platform/mac-mavericks/fast/writing-mode: Added. |
| * platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png. |
| * platform/mac-mavericks/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt. |
| * platform/mac-mountainlion/fast/writing-mode: Added. |
| * platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png. |
| * platform/mac-mountainlion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Copied from LayoutTests/platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt. |
| * platform/mac-mountainlion/mathml: Added. |
| * platform/mac-mountainlion/mathml/opentype: Added. |
| * platform/mac-mountainlion/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt. |
| * platform/mac-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed. |
| * platform/mac/fast/text/international/hindi-spacing-expected.png: |
| * platform/mac/fast/text/international/hindi-spacing-expected.txt: |
| * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: |
| * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: |
| * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt: |
| |
| 2014-10-24 Alexey Proskuryakov <ap@apple.com> |
| |
| fast/multicol/fixed-stack.html failing since introduction. |
| https://bugs.webkit.org/show_bug.cgi?id=132421 |
| |
| * platform/mac-wk1/TestExpectations: As of Yosemite, it's failing on mac-wk1 too. |
| |
| * platform/gtk/TestExpectations: [ Pass ] is no longer needed, because we don't have |
| an entry in global TestExpectations now. |
| |
| 2014-10-24 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] Skip tests after removing SafariTheme that fail because background renders too dark. |
| https://bugs.webkit.org/show_bug.cgi?id=138042. |
| |
| * platform/win/TestExpectations: |
| |
| 2014-10-24 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] Skip tests after removing SafariTheme that fail because borders now render too dark. |
| https://bugs.webkit.org/show_bug.cgi?id=138041. |
| |
| * platform/win/TestExpectations: |
| |
| 2014-10-24 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] More unreviewed gardening after getting rid of SafariTheme. |
| |
| * platform/win/TestExpectations: Skip a handful of tests that were failing |
| on the Windows bots after removing SafariTheme for miscellaneous reasons. |
| |
| 2014-10-24 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] More unreviewed gardening after getting rid of SafariTheme. |
| https://bugs.webkit.org/show_bug.cgi?id=138025 |
| |
| * platform/win/TestExpectations: These tests fail seemingly due to text size difference, |
| which consequently cause the text containers to be too larger as well. |
| |
| 2014-10-24 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] More rebaselining of Windows tests after removing SafariTheme. |
| |
| * platform/win/editing/selection/select-across-readonly-input-1-expected.txt: |
| * platform/win/editing/selection/select-across-readonly-input-2-expected.txt: |
| * platform/win/editing/selection/select-across-readonly-input-3-expected.txt: |
| * platform/win/fast/block/positioning/inline-block-relposition-expected.txt: |
| * platform/win/fast/canvas/fallback-content-expected.txt: Added. |
| * platform/win/fast/css/button-height-expected.txt: |
| * platform/win/fast/dom/HTMLInputElement: Added. |
| * platform/win/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added. |
| * platform/win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added. |
| * platform/win/fast/dom/tabindex-clamp-expected.txt: Added. |
| * platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: |
| * platform/win/fast/html/details-no-summary4-expected.txt: Added. |
| * platform/win/fast/html/details-open-javascript-expected.txt: Added. |
| * platform/win/fast/html/details-open2-expected.txt: Added. |
| * platform/win/fast/html/details-open4-expected.txt: Added. |
| * platform/win/fast/html/details-replace-summary-child-expected.txt: |
| * platform/win/fast/html/details-replace-text-expected.txt: |
| |
| 2014-10-23 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Carets in GMail and iCloud compositions are the foreground text color |
| https://bugs.webkit.org/show_bug.cgi?id=138029 |
| |
| Reviewed by Simon Fraser. |
| |
| Test the case where the content editable root has a background color specified. |
| |
| * editing/caret/color-span-inside-editable-background-expected.html: Added. |
| * editing/caret/color-span-inside-editable-background.html: Added. |
| |
| 2014-10-23 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] Unreviewed gardening after removing SafariTheme. |
| https://bugs.webkit.org/show_bug.cgi?id=138025. |
| |
| * platform/win/TestExpectations: |
| |
| 2014-10-23 Roger Fong <roger_fong@apple.com> |
| |
| [Win] Rebaseline a bunch of forms tests that no longer match after removing SafariTheme. |
| https://bugs.webkit.org/show_bug.cgi?id=138022. |
| |
| * platform/win/fast/forms/HTMLOptionElement_label06-expected.txt: Added. |
| * platform/win/fast/forms/basic-inputs-expected.txt: |
| * platform/win/fast/forms/basic-textareas-expected.txt: Added. |
| * platform/win/fast/forms/basic-textareas-quirks-expected.txt: Added. |
| * platform/win/fast/forms/blankbuttons-expected.txt: |
| * platform/win/fast/forms/button-generated-content-expected.txt: |
| * platform/win/fast/forms/button-inner-block-reuse-expected.txt: Added. |
| * platform/win/fast/forms/control-clip-expected.txt: Added. |
| * platform/win/fast/forms/fieldset-align-expected.txt: Added. |
| * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added. |
| * platform/win/fast/forms/fieldset-with-float-expected.txt: Added. |
| * platform/win/fast/forms/float-before-fieldset-expected.txt: Added. |
| * platform/win/fast/forms/focus-selection-textarea-expected.txt: Added. |
| * platform/win/fast/forms/indeterminate-expected.txt: Added. |
| * platform/win/fast/forms/input-appearance-readonly-expected.txt: Added. |
| * platform/win/fast/forms/input-appearance-visibility-expected.txt: Added. |
| * platform/win/fast/forms/input-first-letter-expected.txt: Added. |
| * platform/win/fast/forms/input-readonly-dimmed-expected.txt: Added. |
| * platform/win/fast/forms/input-spaces-expected.txt: Added. |
| * platform/win/fast/forms/input-text-click-outside-expected.txt: Added. |
| * platform/win/fast/forms/input-type-text-min-width-expected.txt: Added. |
| * platform/win/fast/forms/input-width-expected.txt: Added. |
| * platform/win/fast/forms/listbox-onchange-expected.txt: Added. |
| * platform/win/fast/forms/menulist-clip-expected.txt: |
| * platform/win/fast/forms/menulist-option-wrap-expected.txt: Added. |
| * platform/win/fast/forms/menulist-separator-painting-expected.txt: Added. |
| * platform/win/fast/forms/menulist-width-change-expected.txt: |
| * platform/win/fast/forms/negativeLineHeight-expected.txt: Added. |
| * platform/win/fast/forms/onselect-textarea-expected.txt: Added. |
| * platform/win/fast/forms/option-script-expected.txt: |
| * platform/win/fast/forms/option-text-clip-expected.txt: |
| * platform/win/fast/forms/placeholder-pseudo-style-expected.txt: Added. |
| * platform/win/fast/forms/range/input-appearance-range-expected.txt: Added. |
| * platform/win/fast/forms/range/range-thumb-height-percentage-expected.txt: Added. |
| * platform/win/fast/forms/range/slider-padding-expected.txt: Added. |
| * platform/win/fast/forms/range/slider-thumb-shared-style-expected.txt: Added. |
| * platform/win/fast/forms/range/slider-thumb-stylability-expected.txt: Added. |
| * platform/win/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Added. |
| * platform/win/fast/forms/search-cancel-button-style-sharing-expected.txt: Added. |
| * platform/win/fast/forms/search-display-none-cancel-button-expected.txt: Added. |
| * platform/win/fast/forms/search-rtl-expected.txt: Added. |
| * platform/win/fast/forms/search-styled-expected.txt: |
| * platform/win/fast/forms/search-vertical-alignment-expected.txt: Added. |
| * platform/win/fast/forms/select-background-none-expected.txt: Added. |
| * platform/win/fast/forms/select-empty-option-height-expected.txt: Added. |
| * platform/win/fast/forms/select-size-expected.txt: Added. |
| * platform/win/fast/forms/select-style-expected.txt: Added. |
| * platform/win/fast/forms/select-visual-hebrew-expected.txt: Added. |
| * platform/win/fast/forms/select-writing-direction-natural-expected.txt: |
| * platform/win/fast/forms/selectlist-minsize-expected.txt: Added. |
| * platform/win/fast/forms/stuff-on-my-optgroup-expected.txt: Added. |
| * platform/win/fast/forms/textAreaLineHeight-expected.txt: Added. |
| * platform/win/fast/forms/textarea-align-expected.txt: Added. |
| * platform/win/fast/forms/textarea-metrics-expected.txt: Added. |
| * platform/win/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Added. |
| * platform/win/fast/forms/textarea-placeholder-visibility-1-expected.txt: |
| * platform/win/fast/forms/textarea-placeholder-visibility-2-expected.txt: |
| * platform/win/fast/forms/textarea-scroll-height-expected.txt: Added. |
| * platform/win/fast/forms/textarea-scrollbar-expected.txt: |
| * platform/win/fast/forms/textarea-scrolled-type-expected.txt: Added. |
| * platform/win/fast/forms/textarea-setinnerhtml-expected.txt: Added. |
| * platform/win/fast/forms/textarea-width-expected.txt: |
| * platform/win/fast/forms/textfield-overflow-by-value-update-expected.txt: Added. |
| * platform/win/fast/forms/textfield-overflow-expected.txt: Added. |
| |
| 2014-10-23 Jer Noble <jer.noble@apple.com> |
| |
| [Mac] Safari cannot play 'audio/amr' content. |
| https://bugs.webkit.org/show_bug.cgi?id=137894 |
| |
| Reviewed by Eric Carlson. |
| |
| * media/media-can-play-case-insensitive-expected.txt: Added. |
| * media/media-can-play-case-insensitive.html: Added. |
| |
| 2014-10-23 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| CSS JIT: Implement :matches |
| https://bugs.webkit.org/show_bug.cgi?id=137947 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * fast/selectors/matches-backtracking-expected.txt: Added. |
| * fast/selectors/matches-backtracking.html: Added. |
| * fast/selectors/matches-complex-expected.txt: Added. |
| * fast/selectors/matches-complex.html: Added. |
| - nested :matches |
| - multiple :matches |
| - :matches with CannotMatchAnything |
| - :matches with :not |
| - :matches(with a lot of selectors) |
| are tested. |
| |
| 2014-10-22 Simon Fraser <simon.fraser@apple.com> |
| |
| [iOS] Toggling overflow:scroll to hidden on element with -webkit-overflow-scrolling:touch can cause children to disappear |
| https://bugs.webkit.org/show_bug.cgi?id=137999 |
| rdar://problem/18425550 |
| |
| Reviewed by Zalan Bujtas. |
| |
| Test that toggles overflow on a touch scrolling div, and dumps layers. |
| |
| * compositing/scrolling/touch-scroll-to-clip-expected.txt: Added. |
| * compositing/scrolling/touch-scroll-to-clip.html: Added. |
| * platform/ios-simulator/compositing/scrolling/touch-scroll-to-clip-expected.txt: Added. |
| |
| 2014-10-22 Byungseon Shin <sun.shin@lge.com> |
| |
| String(new Date(Mar 30 2014 01:00:00)) is wrong in CET |
| https://bugs.webkit.org/show_bug.cgi?id=130967 |
| |
| Reviewed by Mark Lam. |
| |
| Set latest DST timezone boundary values on |
| <http://www.timeanddate.com/time/zone/usa/los-angeles> |
| |
| * js/dom/script-tests/date-DST-time-cusps.js: |
| |
| 2014-10-22 Brent Fulgham <bfulgham@apple.com> |
| |
| [Win] Rebaseline various tests after switching to Windows rendering for native controls. |
| |
| * platform/win/editing/inserting/before-after-input-element-expected.txt: Added. |
| * platform/win/editing/pasteboard/4806874-expected.txt: Added. |
| * platform/win/editing/pasteboard/pasting-tabs-expected.txt: |
| * platform/win/editing/selection/4397952-expected.txt: |
| * platform/win/editing/selection/4895428-3-expected.txt: Added. |
| * platform/win/editing/selection/select-across-readonly-input-4-expected.txt: |
| * platform/win/editing/selection/select-across-readonly-input-5-expected.txt: |
| * platform/win/fast/block/basic: Added. |
| * platform/win/fast/block/basic/fieldset-stretch-to-legend-expected.txt: Added. |
| * platform/win/fast/block/float/032-expected.txt: Added. |
| * platform/win/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/win/fast/dom/isindex-001-expected.txt: Added. |
| * platform/win/fast/dom/isindex-002-expected.txt: Added. |
| * platform/win/fast/forms/007-expected.txt: Added. |
| * platform/win/fast/forms/button-align-expected.txt: Added. |
| * platform/win/fast/forms/button-cannot-be-nested-expected.txt: Added. |
| * platform/win/fast/forms/button-default-title-expected.txt: |
| * platform/win/fast/forms/button-table-styles-expected.txt: |
| * platform/win/fast/forms/button-white-space-expected.txt: Added. |
| * platform/win/fast/forms/encoding-test-expected.txt: Added. |
| * platform/win/fast/forms/floating-textfield-relayout-expected.txt: Added. |
| * platform/win/fast/forms/input-align-expected.txt: Added. |
| * platform/win/fast/forms/input-appearance-bkcolor-expected.txt: Added. |
| * platform/win/fast/forms/input-appearance-default-bkcolor-expected.txt: Added. |
| * platform/win/fast/forms/input-appearance-disabled-expected.txt: Added. |
| * platform/win/fast/forms/input-appearance-preventDefault-expected.txt: Added. |
| * platform/win/fast/forms/input-appearance-width-expected.txt: Added. |
| * platform/win/fast/forms/input-baseline-expected.txt: Added. |
| * platform/win/fast/forms/input-disabled-color-expected.txt: Added. |
| * platform/win/fast/forms/input-field-text-truncated-expected.txt: Added. |
| * platform/win/fast/forms/input-placeholder-visibility-1-expected.txt: Added. |
| * platform/win/fast/forms/input-placeholder-visibility-3-expected.txt: Added. |
| * platform/win/fast/forms/input-readonly-empty-expected.txt: Added. |
| * platform/win/fast/forms/input-table-expected.txt: Added. |
| * platform/win/fast/forms/input-text-click-inside-expected.txt: Added. |
| * platform/win/fast/forms/input-text-option-delete-expected.txt: Added. |
| * platform/win/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added. |
| * platform/win/fast/forms/input-text-self-emptying-click-expected.txt: Added. |
| * platform/win/fast/forms/input-text-word-wrap-expected.txt: Added. |
| * platform/win/fast/forms/menulist-restrict-line-height-expected.txt: Added. |
| * platform/win/fast/forms/menulist-style-color-expected.txt: |
| * platform/win/fast/forms/minWidthPercent-expected.txt: Added. |
| * platform/win/fast/forms/placeholder-position-expected.txt: Added. |
| * platform/win/fast/forms/select-listbox-multiple-no-focusring-expected.txt: |
| * platform/win/fast/forms/select-overflow-scroll-expected.txt: |
| * platform/win/fast/forms/select-overflow-scroll-inherited-expected.txt: |
| * platform/win/fast/forms/text-style-color-expected.txt: Added. |
| * platform/win/fast/forms/textfield-focus-ring-expected.txt: Added. |
| * platform/win/fast/forms/textfield-outline-expected.txt: Added. |
| * platform/win/fast/forms/visual-hebrew-text-field-expected.txt: Added. |
| * platform/win/fast/lists/dynamic-marker-crash-expected.txt: Added. |
| * platform/win/fast/table/spanOverlapRepaint-expected.txt: Added. |
| * platform/win/fast/table/text-field-baseline-expected.txt: Added. |
| * platform/win/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/win/svg/custom/inline-svg-in-html-expected.txt: Added. |
| * platform/win/svg/hixie/mixed: Added. |
| * platform/win/svg/hixie/mixed/003-expected.txt: Added. |
| * platform/win/tables/mozilla/bugs/45621-expected.txt: Added. |
| * platform/win/tables/mozilla/bugs/bug138725-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug194024-expected.txt: Added. |
| * platform/win/tables/mozilla/bugs/bug24200-expected.txt: Added. |
| * platform/win/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug39209-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug4527-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46368-1-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug46368-2-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug51727-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug52505-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug52506-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug59354-expected.txt: Added. |
| * platform/win/tables/mozilla/bugs/bug60749-expected.txt: |
| * platform/win/tables/mozilla/bugs/bug68912-expected.txt: Added. |
| * platform/win/tables/mozilla/bugs/bug7342-expected.txt: |
| * platform/win/tables/mozilla/bugs/bugs28928-expected.txt: Added. |
| * platform/win/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Added. |
| * platform/win/tables/mozilla_expected_failures/collapsing_borders: Added. |
| * platform/win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added. |
| * platform/win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: Added. |
| * platform/win/tables/mozilla_expected_failures/core/captions1-expected.txt: |
| * platform/win/tables/mozilla_expected_failures/core/captions2-expected.txt: |
| |
| 2014-10-22 Said Abou-Hallawa <sabouhallawa@apple.com> |
| |
| SVG loaded through html <img> can't request to load any external resources. |
| https://bugs.webkit.org/show_bug.cgi?id=137762. |
| |
| Reviewed by Daniel Bates. |
| |
| Ensure that SVG images, which are loaded through the <img> tag or through the |
| CSS background image, cannot load any external sub-resource except for data- |
| URL resources (though this doesn't work at the time of writing, see bug #137941). |
| Also ensure the same rule is enforced on cached resources. |
| |
| The tests are ported but modified a little from the chromium fix: |
| http://src.chromium.org/viewvc/blink?view=rev&rev=176084 |
| |
| Set the circle background to orange |
| * http/tests/security/resources/image-with-css-cross-domain-circle.css: Added. |
| (circle): |
| |
| Set the circle stroke-width = 2 and the circle stroke = red |
| * http/tests/security/resources/image-with-css-cross-domain-circle2.css: Added. |
| (circle): |
| |
| This svg references the two css files: one is relative path and the other is absolute path |
| * http/tests/security/resources/image-with-css-cross-domain.svg: Added. |
| |
| This svg references an external image. |
| * http/tests/security/resources/image-with-remote-image.svg: Added. |
| |
| A helper css which sets the formatting style for some html tags |
| * http/tests/security/svg-image-with-css-cross-domain.css: Added. |
| (span): |
| (span.circle-css-cross-domain): |
| (embed): |
| (iframe): |
| |
| Test the svg which is referenced as a cached image by an <object> tag, does not load |
| external sub-resource. |
| * http/tests/security/svg-image-with-cached-remote-image-expected.html: Added. |
| * http/tests/security/svg-image-with-cached-remote-image.html: Added. |
| |
| Test loading sub-resources for an svg which is included in the html by different ways |
| and which references external css files. |
| Ensure the image object does not load any external sub-resources. |
| * http/tests/security/svg-image-with-css-cross-domain-expected.html: Added. |
| * http/tests/security/svg-image-with-css-cross-domain.html: Added. |
| |
| 2014-10-21 Ada Chan <adachan@apple.com> |
| |
| MediaPlayerPrivateAVFoundation::hasAudio() returns false even when there is an audible AVMediaSelectionOption selected |
| https://bugs.webkit.org/show_bug.cgi?id=137935 |
| |
| Reviewed by Eric Carlson. |
| |
| * http/tests/media/hls/hls-audio-tracks-has-audio-expected.txt: Added. |
| * http/tests/media/hls/hls-audio-tracks-has-audio.html: Added. |
| |
| 2014-10-22 Hunseop Jeong <hs85.jeong@samsung.com> |
| |
| [EFL] Unreviewed EFL gardening. |
| https://bugs.webkit.org/show_bug.cgi?id=137950 |
| |
| Some tests that are passed in latest build. |
| |
| * platform/efl/TestExpectations: Remove passing tests from TestExceptation file. |
| |
| 2014-10-22 Brent Fulgham <bfulgham@apple.com> |
| |
| [Win] Mark a number of tests as failing due to white selected text color. |
| https://bugs.webkit.org/show_bug.cgi?id=137963 |
| |
| * platform/win/TestExpectations: |
| |
| 2014-10-22 Brent Fulgham <bfulgham@apple.com> |
| |
| [Win] Mark a number of tests as failing due to <select> bug. |
| https://bugs.webkit.org/show_bug.cgi?id=137962 |
| |
| * platform/win/TestExpectations: |
| |
| 2014-10-22 Shivakumar JM <shiva.jm@samsung.com> |
| |
| XMLHttpRequest should support attribute responseURL as per latest XHR spec. |
| https://bugs.webkit.org/show_bug.cgi?id=136938 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Added test to check responseURL attribute in XMLHttpRequest. |
| |
| * http/tests/xmlhttprequest/basic-auth-responseURL-expected.txt: Added. |
| * http/tests/xmlhttprequest/basic-auth-responseURL.html: Added. |
| * http/tests/xmlhttprequest/cross-origin-redirect-responseURL-expected.txt: Added. |
| * http/tests/xmlhttprequest/cross-origin-redirect-responseURL.html: Added. |
| * http/tests/xmlhttprequest/redirect-credentials-responseURL-expected.txt: Added. |
| * http/tests/xmlhttprequest/redirect-credentials-responseURL.html: Added. |
| * http/tests/xmlhttprequest/xmlhttprequest-responseURL-expected.txt: Added. |
| * http/tests/xmlhttprequest/xmlhttprequest-responseURL.html: Added. |
| |
| 2014-10-22 Carlos Garcia Campos <cgarcia@igalia.com> |
| |
| [GStreamer] Do not use CachedResourceLoader, SecurityOrigin, ResourceBuffer and other WebCore types |
| https://bugs.webkit.org/show_bug.cgi?id=137064 |
| |
| Reviewed by Philippe Normand. |
| |
| Update expected results of http/tests/security/video-cross-origin-accessfailure.html, since |
| now the error is also logged in the console. |
| |
| * http/tests/security/video-cross-origin-accessfailure-expected.txt: |
| |
| 2014-10-22 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com> |
| |
| Match spec for font-weight: bolder|lighter |
| https://bugs.webkit.org/show_bug.cgi?id=137919 |
| |
| Reviewed by Andreas Kling. |
| |
| This patch is a merge of Blink's |
| https://chromiumcodereview.appspot.com/15994009 and |
| https://codereview.chromium.org/137813004 |
| |
| * css3/font-weight-expected.txt: Added. |
| * css3/font-weight-multiple-selectors-expected.txt: Added. |
| * css3/font-weight-multiple-selectors.html: Added. |
| * css3/font-weight.html: Added. |
| |
| 2014-10-22 Dhi Aurrahman <diorahman@rockybars.com> |
| |
| Add relList to the anchor, area and link elements |
| https://bugs.webkit.org/show_bug.cgi?id=137860 |
| |
| Reviewed by Darin Adler and Chris Dumez. |
| |
| Tests relList aspects for anchor, area and list elements. |
| Update dom static property for-in iteration test result to include relList. |
| |
| * fast/dom/rel-list-expected.txt: Added. |
| * fast/dom/rel-list-gc-expected.txt: Added. |
| * fast/dom/rel-list-gc.html: Added. |
| * fast/dom/rel-list.html: Added. |
| * js/dom/dom-static-property-for-in-iteration-expected.txt: Updated results. |
| * perf/rel-list-remove-expected.txt: Added. |
| * perf/rel-list-remove.html: Added. |
| |
| 2014-10-21 Brent Fulgham <bfulgham@apple.com> |
| |
| [Win] More rebaselines. |
| |
| * platform/win/css1/box_properties/acid_test-expected.txt: |
| * platform/win/editing/selection/3690719-expected.txt: |
| * platform/win/editing/selection/move-left-right-expected.txt: |
| * platform/win/fast/css/continuationCrash-expected.txt: |
| * platform/win/fast/css/fieldset-display-row-expected.txt: |
| * platform/win/fast/css/margin-top-bottom-dynamic-expected.txt: |
| * platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: |
| * platform/win/fast/forms/file/file-input-direction-expected.txt: |
| * platform/win/fast/forms/file/file-input-disabled-expected.txt: |
| * platform/win/fast/forms/file/input-file-re-render-expected.txt: |
| * platform/win/fast/forms/formmove-expected.txt: |
| * platform/win/fast/forms/formmove2-expected.txt: |
| * platform/win/fast/forms/formmove3-expected.txt: |
| * platform/win/fast/forms/input-appearance-height-expected.txt: |
| * platform/win/fast/forms/input-button-sizes-expected.txt: |
| * platform/win/fast/forms/input-step-as-double-expected.txt: Removed. |
| * platform/win/fast/forms/input-text-drag-down-expected.txt: |
| * platform/win/fast/forms/input-value-expected.txt: |
| * platform/win/fast/forms/listbox-bidi-align-expected.txt: |
| * platform/win/fast/forms/targeted-frame-submission-expected.txt: |
| * platform/win/fast/forms/text-control-intrinsic-widths-expected.txt: |
| |
| 2014-10-21 Benjamin Poulain <bpoulain@apple.com> |
| |
| CSS Rule features are ignored for nested CSS Selector lists |
| https://bugs.webkit.org/show_bug.cgi?id=137908 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/selectors/class-style-update-with-not-expected.txt: Added. |
| * fast/selectors/class-style-update-with-not.html: Added. |
| Parts of this test fail due to a bug with specificity. This will be addressed |
| separately. |
| |
| * fast/css/class-style-invalidation-optimization-expected.txt: Added. |
| * fast/css/class-style-invalidation-optimization.html: Added. |
| * fast/css/direct-adjacent-style-sharing-1-expected.html: Added. |
| * fast/css/direct-adjacent-style-sharing-1.html: Added. |
| * fast/css/direct-adjacent-style-sharing-2-expected.html: Added. |
| * fast/css/direct-adjacent-style-sharing-2.html: Added. |
| * fast/css/direct-adjacent-style-sharing-3-expected.html: Added. |
| * fast/css/direct-adjacent-style-sharing-3.html: Added. |
| * fast/css/id-style-invalidation-optimization-expected.txt: Added. |
| * fast/css/id-style-invalidation-optimization.html: Added. |
| * fast/selectors/class-style-update-expected.txt: Added. |
| * fast/selectors/class-style-update-with-nth-child-of-expected.txt: Added. |
| * fast/selectors/class-style-update-with-nth-child-of.html: Added. |
| * fast/selectors/class-style-update.html: Added. |
| |
| 2014-10-21 Brent Fulgham <bfulgham@apple.com> |
| |
| [Win] Unreviewed test updates after switching to Windows theme for tests. |
| https://bugs.webkit.org/show_bug.cgi?id=137932 |
| |
| * platform/win/css1/box_properties/acid_test-expected.txt: |
| * platform/win/editing/inserting/4960120-1-expected.txt: |
| |
| 2014-10-21 Jaehun Lim <ljaehun.lim@samsung.com> |
| |
| 'true' isn't a valid value for justify-self |
| https://bugs.webkit.org/show_bug.cgi?id=137913 |
| |
| Reviewed by Andreas Kling. |
| |
| Merged from Blink (patch by dstockwell): |
| <https://src.chromium.org/viewvc/blink?view=rev&revision=174638> |
| |
| CSS Box Alignment Module Level 3: |
| http://dev.w3.org/csswg/css-align/#justify-self-property |
| |
| Add a bad case where "justify-self: true" |
| |
| * fast/css/parse-justify-self-expected.txt: |
| * fast/css/parse-justify-self.html: |
| |
| 2014-10-21 Michael Saboff <msaboff@apple.com> |
| |
| Change native call frames to use the scope from their Callee instead of their caller's scope |
| https://bugs.webkit.org/show_bug.cgi?id=137907 |
| |
| Updated tests to reflect that the results of changing where a native call frame |
| and therefore the lexicalGlobalObject came from. Verified that these tests changes |
| are consistent with the HTML standard. These changes are also closer to the behavior |
| of other browsers. |
| |
| Reviewed by Mark Lam. |
| |
| * fast/frames/sandboxed-iframe-navigation-parent-expected.txt: |
| * fast/frames/sandboxed-iframe-navigation-parent.html: |
| Changed the test and results to show that a sandboxed iframe can navigate its |
| ancesters when it is sandbox with both "allow-scripts" and "allow-same-origin". |
| |
| * http/tests/security/calling-versus-current.html: |
| Updated the test to really have a different domain. We do a simple string comparison |
| to check for that we are part of the same domain. The test expected that 0.0.1 was |
| from the same domain as 127.0.0.1. Changed the test to try 0.0.2 and expect a |
| security exception. |
| |
| * http/tests/security/frameNavigation/context-for-location-assign-expected.txt: |
| Updated test results. |
| |
| * traversal/node-iterator-prototype-expected.txt: |
| * traversal/node-iterator-prototype.html: |
| Fixed as a result of this change. |
| |
| 2014-10-21 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| AX: [ATK] CSS-generated text content not exposed to assistive technologies |
| https://bugs.webkit.org/show_bug.cgi?id=137669 |
| |
| Reviewed by Chris Fleizach. |
| |
| Moved the Mac platform test and modified it to dump the accessible tree |
| and string values rather than a platform-specific hierarchy so that it |
| could be shared across platforms. |
| |
| * accessibility/css-content-attribute.html: Added. |
| * platform/gtk/accessibility/css-content-attribute-expected.txt: Added. |
| * platform/mac/accessibility/css-content-attribute-expected.txt: Modified to reflect new output. |
| * platform/mac/accessibility/css-content-attribute.html: Removed. |
| |
| 2014-10-21 Zalan Bujtas <zalan@apple.com> |
| |
| REGRESSION: Google Search (mobile) video thumbnails are too large. |
| https://bugs.webkit.org/show_bug.cgi?id=137895 |
| |
| Reviewed by Simon Fraser. |
| |
| This patch fixes layer clipping when an ancestor layer has border-radius clipping. |
| |
| In cases, where the current layer has non-radius cliprect, while an ancestor layer |
| has border-radius clipping, we only use the border-radius rect to clip. |
| |
| * fast/clip/overflow-hidden-with-border-radius-overflow-clipping-parent-expected.html: Added. |
| * fast/clip/overflow-hidden-with-border-radius-overflow-clipping-parent.html: Added. |
| |
| 2014-10-21 Jer Noble <jer.noble@apple.com> |
| |
| REGRESSION (r170808): Volume slider in built-in media controls only changes volume when thumb is released, not while dragging |
| https://bugs.webkit.org/show_bug.cgi?id=137805 |
| |
| Reviewed by Dan Bernstein. |
| |
| * media/video-volume-slider-drag-expected.txt: Added. |
| * media/video-volume-slider-drag.html: Added. |
| |
| 2014-10-21 Manuel Rego Casasnovas <rego@igalia.com> |
| |
| ASSERTION FAILED: !gridWasPopulated() in WebCore::RenderGrid::placeItemsOnGrid |
| https://bugs.webkit.org/show_bug.cgi?id=136939 |
| |
| Reviewed by Darin Adler. |
| |
| Added a test case to reproduce the crash in debug mode. |
| |
| * fast/css-grid-layout/grid-was-populated-assert-expected.txt: Added. |
| * fast/css-grid-layout/grid-was-populated-assert.html: Added. |
| |
| 2014-10-17 Jeffrey Pfau <jpfau@apple.com> |
| |
| Ensure attached frame count doesn't exceed the maximum allowed frames |
| https://bugs.webkit.org/show_bug.cgi?id=136457 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * fast/frames/exponential-frames-expected.txt: Added. |
| * fast/frames/exponential-frames.html: Added. |
| |
| 2014-10-20 Youenn Fablet <youenn.fablet@crf.canon.fr> |
| |
| Tighten XMLHttpRequest setRequestHeader value check |
| https://bugs.webkit.org/show_bug.cgi?id=128593 |
| |
| Reviewed by Darin Adler. |
| |
| Added a test originating from w3c-test.org to test header values checking. |
| Testing headers with non ASCII characters and various control characters. |
| |
| * http/tests/xmlhttprequest/set-bad-headervalue-expected.txt: Added. |
| * http/tests/xmlhttprequest/set-bad-headervalue.html: Added. |
| |
| 2014-10-20 Brent Fulgham <bfulgham@apple.com> |
| |
| [Win] Mark a few tests as no-longer failing. |
| |
| It looks like Said's work on SVG has fixed a number of things! |
| |
| * platform/win/TestExpectations: Remove 'crash' and 'failures' cases |
| for a few things that are now reliably passing. |
| |
| 2014-10-20 Dean Jackson <dino@apple.com> |
| |
| [Mac] Support "inverted-colors" and "monochrome" media feature. |
| https://bugs.webkit.org/show_bug.cgi?id=137535 |
| <rdar://problem/18586398> |
| |
| Reviewed by Brent Fulgham. |
| |
| Add tests for the new "inverted-colors" media feature, and |
| another test for the "monochrome" feature. Note that these |
| tests don't actually exercise the positive values of the |
| query, since that requires the screen to be changed and would |
| interfere with concurrent tests. |
| |
| * fast/media/mq-inverted-colors.html: Added. |
| * fast/media/mq-monochrome.html: Added. |
| * fast/media/mq-inverted-colors-expected.html: Added. |
| * fast/media/mq-monochrome-expected.html: Added. |
| |
| 2014-10-20 Alexey Proskuryakov <ap@apple.com> |
| |
| Eight transitions tests are very flaky, frequently failing all at once |
| https://bugs.webkit.org/show_bug.cgi?id=137883 |
| |
| Marking them as flaky. Enough is enough. |
| |
| * TestExpectations: |
| |
| 2014-10-20 Jer Noble <jer.noble@apple.com> |
| |
| REGRESSION(r174823): Two new failing HLS tests |
| https://bugs.webkit.org/show_bug.cgi?id=137882 |
| |
| Unreviewed gardening; add two expected failures. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-10-20 Benjamin Poulain <benjamin@webkit.org> |
| |
| Update the <link>'s link status |
| https://bugs.webkit.org/show_bug.cgi?id=137861 |
| |
| Reviewed by Chris Dumez. |
| |
| * fast/css/link-basics-expected.html: Added. |
| * fast/css/link-basics.html: Added. |
| * fast/selectors/link-basics-expected.txt: Added. |
| * fast/selectors/link-basics-xhtml-expected.txt: Added. |
| * fast/selectors/link-basics-xhtml.xhtml: Added. |
| * fast/selectors/link-basics.html: Added. |
| * fast/selectors/resources/html-link-type-tests.js: Added. |
| (testHTMLElement): |
| (testHTMLTagsForLink): |
| * fast/selectors/webkit-any-link-basics-expected.txt: Added. |
| * fast/selectors/webkit-any-link-basics.html: Added. |
| |
| 2014-10-18 Antti Koivisto <antti@apple.com> |
| |
| REGRESSION (r173356): Safari can't install a profile, gets 'Download Failed error |
| https://bugs.webkit.org/show_bug.cgi?id=137855 |
| |
| Reviewed by Dan Bernstein. |
| |
| * http/tests/mime/mime-type-sniff-expected.txt: Added. |
| * http/tests/mime/mime-type-sniff.html: Added. |
| * http/tests/mime/resources/png-with-text-content-type.cgi: Added. |
| |
| 2014-10-18 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: Tables with <colgroups> are not reporting table column headers |
| https://bugs.webkit.org/show_bug.cgi?id=137846 |
| |
| Reviewed by Mario Sanchez Prada. |
| |
| * accessibility/table-column-headers-with-captions-expected.txt: Added. |
| * accessibility/table-column-headers-with-captions.html: Added. |
| |
| 2014-10-17 Michael Saboff <msaboff@apple.com> |
| |
| Don't create cached functions that access lexicalGlobalObject() |
| https://bugs.webkit.org/show_bug.cgi?id=137839 |
| |
| Reviewed by Geoffrey Garen. |
| |
| Updadted test that check for |
| |
| * fast/dom/wrapper-scope-expected.txt: |
| * fast/dom/wrapper-scope.html: |
| Removed "close" and "postMessage" from functions to check for wrapper scope. |
| |
| * http/tests/security/cross-frame-access-put-expected.txt: |
| * http/tests/security/resources/cross-frame-iframe-for-put-test.html: |
| Removed "blur", "close" and "focus" from the functions to test, since this tests that |
| a parent's and child window's instances are the same. Now they are always different. |
| |
| * js/dom/global-function-resolve-expected.txt: |
| * js/dom/script-tests/global-function-resolve.js: |
| Removed "close" from this lists of functions to check. |
| |
| 2014-10-17 Benjamin Poulain <benjamin@webkit.org> |
| |
| Make a better use of the available registers when compiling nested selector lists |
| https://bugs.webkit.org/show_bug.cgi?id=137802 |
| |
| Reviewed by Andreas Kling. |
| |
| The register pressure cases are already well covered by fast/selectors/nth-child-of-boundaries-*. |
| The new test covers the maximum register pressure inside :nth-child(of) and having the selector with |
| max pressure inside a selector list instead of being alone/first. |
| |
| * fast/selectors/nth-child-of-register-requirement-expected.txt: Added. |
| * fast/selectors/nth-child-of-register-requirement.html: Added. |
| |
| 2014-10-17 Brent Fulgham <bfulgham@apple.com> |
| |
| [Win] Unreviewed test gardening. Mark some tests as passing that have benefitted from recent bug fixes. |
| |
| * platform/win/TestExpectations: |
| |
| 2014-10-17 Andreas Kling <akling@apple.com> |
| |
| Add test for innerHTML mutations that yield identical DOM. |
| <https://webkit.org/b/137823> |
| |
| Reviewed by Chris Dumez. |
| |
| I made this test while working on an optimization, and it seems useful |
| to have in the tree since it adds additional coverage. The optimization |
| may come later. |
| |
| The test works by creating little DOM subtrees like so: |
| |
| <foo><bar>some text</bar></foo> |
| |
| It then overwrites that subtree with an identical one by mutating the |
| containing element's innerHTML property. It then verifies that the DOM |
| structure is correct and that Node wrappers retain any custom properties |
| set on them. |
| |
| * fast/innerHTML/identical-mutations-expected.txt: Added. |
| * fast/innerHTML/identical-mutations.html: Added. |
| |
| 2014-10-16 Jer Noble <jer.noble@apple.com> |
| |
| [Mac] Represent AVMediaSelectionOptions as AudioTracks |
| https://bugs.webkit.org/show_bug.cgi?id=137474 |
| |
| Reviewed by Brent Fulgham. |
| |
| * http/tests/media/hls/hls-audio-tracks-expected.txt: Added. |
| * http/tests/media/hls/hls-audio-tracks.html: Added. |
| * http/tests/media/resources/hls/audio-tracks.m3u8: Added. |
| * http/tests/media/resources/hls/bipbop/iframe_index.m3u8: Added. |
| * http/tests/media/resources/hls/bipbop/main0.ts: Added. |
| * http/tests/media/resources/hls/bipbop/main1.ts: Added. |
| * http/tests/media/resources/hls/bipbop/prog_index.m3u8: Added. |
| * http/tests/media/resources/hls/french/main.aac: Added. |
| * http/tests/media/resources/hls/french/prog_index.m3u8: Added. |
| * http/tests/media/resources/hls/spanish/main.aac: Added. |
| * http/tests/media/resources/hls/spanish/prog_index.m3u8: Added. |
| |
| 2014-10-17 Brent Fulgham <bfulgham@apple.com> |
| |
| [Win] Test gardening after r174796. |
| |
| Now that Windows DRT matches Mac's output, we can get rid of some custom test expecations. |
| |
| * platform/win/fast/dom/window-load-crash-expected.txt: Removed. |
| * platform/win/fast/images/crossfade-client-not-removed-crash-expected.txt: Removed. |
| * platform/win/fast/ruby/before-block-doesnt-crash-expected.txt: Removed. |
| * platform/win/fast/ruby/before-table-doesnt-crash-expected.txt: Removed. |
| * platform/win/fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Removed. |
| * platform/win/loader/image-loader-adoptNode-assert-expected.txt: Removed. |
| |
| 2014-10-15 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| CSS Selectors Level 4: Implement :matches in SelectorChecker |
| https://bugs.webkit.org/show_bug.cgi?id=137393 |
| |
| Reviewed by Benjamin Poulain. |
| |
| * fast/selectors/matches-selector-list-expected.txt: Added. |
| * fast/selectors/matches-selector-list.html: Added. |
| * fast/selectors/querySelector-matches-expected.txt: Added. |
| * fast/selectors/querySelector-matches.html: Added. |
| |
| 2014-10-16 Alexey Proskuryakov <ap@apple.com> |
| |
| REGRESSION (r169024): Undetermined text is not displayed in the search field of Adobe Help Website |
| https://bugs.webkit.org/show_bug.cgi?id=137679 |
| rdar://problem/18450335 |
| |
| Reviewed by Enrica Casucci. |
| |
| * platform/mac/editing/input/selected-composed-text-painting-expected.html: Added. |
| * platform/mac/editing/input/selected-composed-text-painting.html: Added. |
| |
| 2014-10-16 Zalan Bujtas <zalan@apple.com> |
| |
| [Mac] Unreviewed gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-10-16 Zalan Bujtas <zalan@apple.com> |
| |
| [Mac] Unreviewed gardening. |
| |
| Unskip more subpixel related tests. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-10-16 Zalan Bujtas <zalan@apple.com> |
| |
| [Mac] Unreviewed gardening. |
| |
| Unskip subpixel border tests. |
| |
| * platform/mac/TestExpectations: |
| * platform/mac/css1/units/length_units-expected.txt: |
| * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt: |
| * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt: |
| * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt: |
| * platform/mac/media/video-zoom-expected.txt: |
| * platform/mac/svg/custom/svg-fonts-in-html-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt: |
| |
| 2014-10-15 Andrei Bucur <abucur@adobe.com> |
| |
| ASSERTION FAILED in WebCore::RenderFlowThread::getRegionRangeForBox |
| https://bugs.webkit.org/show_bug.cgi?id=135563 |
| |
| Reviewed by David Hyatt. |
| |
| A test verifying that positioned elements inside multi-column containers don't |
| cause assertions or crashes. |
| |
| * fast/multicol/multicol-all-positioned-crash-expected.txt: Added. |
| * fast/multicol/multicol-all-positioned-crash.html: Added. |
| * fast/multicol/multicol-transform-containing-block-expected.txt: Added. |
| * fast/multicol/multicol-transform-containing-block.html: Added. |
| |
| 2014-10-15 Commit Queue <commit-queue@webkit.org> |
| |
| Unreviewed, rolling out r174753. |
| https://bugs.webkit.org/show_bug.cgi?id=137761 |
| |
| caused layout tests to fail. (Requested by zalan on #webkit). |
| |
| Reverted changeset: |
| |
| "[Mac] Unreviewed gardening." |
| http://trac.webkit.org/changeset/174753 |
| |
| 2014-10-15 Zalan Bujtas <zalan@apple.com> |
| |
| [Mac] Unreviewed gardening. |
| |
| Unskip subpixel border tests. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-10-15 Zalan Bujtas <zalan@apple.com> |
| |
| [Mac] Unreviewed gardening(mountain-lion). |
| |
| * platform/mac-mountainlion/fast/text/international/hindi-spacing-expected.txt: Added. |
| |
| 2014-10-15 Zalan Bujtas <zalan@apple.com> |
| |
| [Mac] Unreviewed gardening. |
| |
| Rebaselining. |
| |
| * platform/mac/TestExpectations: |
| * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: |
| * platform/mac/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/mac/fast/events/constructors/mouse-event-constructor-expected.txt: Added. |
| * platform/mac/fast/events/constructors/wheel-event-constructor-expected.txt: Added. |
| * platform/mac/fast/text/international/hindi-spacing-expected.txt: |
| * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt: |
| * platform/mac/fast/text/orientation-sideways-expected.txt: |
| * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: |
| * platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: |
| * platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: |
| * platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: |
| |
| 2014-10-13 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: Going back is broken for VoiceOver |
| https://bugs.webkit.org/show_bug.cgi?id=137382 |
| |
| Reviewed by Darin Adler. |
| |
| Update tests now that AXLoadComplete is sent more reliably. |
| |
| * platform/mac/accessibility/aria-expanded-notifications-expected.txt: |
| * platform/mac/accessibility/aria-expanded-notifications.html: |
| |
| 2014-10-15 Simon Fraser <simon.fraser@apple.com> |
| |
| Sometimes can't scroll overflow:scroll areas in subframes |
| https://bugs.webkit.org/show_bug.cgi?id=137746 |
| rdar://problem/18603560 |
| |
| Reviewed by Tim Horton. |
| |
| Test that changes an overflow size in a subframe and then dumps the non-fast scrollable region. |
| |
| * platform/mac-wk2/tiled-drawing/scrolling/frames/resources/layouting-frame.html: Added. |
| * platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout-expected.txt: Added. |
| * platform/mac-wk2/tiled-drawing/scrolling/frames/scroll-region-after-frame-layout.html: Added. |
| |
| 2014-10-15 Zalan Bujtas <zalan@apple.com> |
| |
| [Mac] Unreviewed gardening. |
| |
| Rebaselining. |
| |
| * css3/flexbox/flex-rounding.html: |
| |
| 2014-10-15 Zalan Bujtas <zalan@apple.com> |
| |
| [Mac] Unreviewed gardening. |
| |
| Unskip some subpixel related tests. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-10-15 Zalan Bujtas <zalan@apple.com> |
| |
| [Mac] Unreviewed gardening. |
| |
| css3/flexbox/flex-rounding.html passes now that subpixel is on. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-10-15 Zalan Bujtas <zalan@apple.com> |
| |
| Subpixel layout: Unskip fast/sub-pixel directory. |
| https://bugs.webkit.org/show_bug.cgi?id=137732 |
| |
| Reviewed by Simon Fraser. |
| |
| Unskip tests. |
| |
| * TestExpectations: |
| * fast/sub-pixel/inline-block-with-padding-expected.txt: minor adjustment. |
| * fast/sub-pixel/zoomed-em-border-expected.html: minor adjustment. |
| * platform/mac/TestExpectations: we still have to skip couple of tests. |
| |
| 2014-10-14 Zalan Bujtas <zalan@apple.com> |
| |
| REGRESSION (Safari 7.1/8.0): Border-radius and overflow hidden renders incorrectly. |
| https://bugs.webkit.org/show_bug.cgi?id=137205 |
| |
| Reviewed by Simon Fraser. |
| |
| Child layer should not reset radius clipping behaviour. |
| |
| * fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping-expected.html: Added. |
| * fast/layers/parent-clipping-overflow-is-overwritten-by-child-clipping.html: Added. |
| |
| 2014-10-14 Dan Bernstein <mitz@apple.com> |
| |
| URLs that start with http:/// and https:/// lose two slashes when parsed, causing assertion failure and inconsistent behavior |
| https://bugs.webkit.org/show_bug.cgi?id=137718 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * fast/loader/url-parse-1-expected.txt: Updated results. |
| * fast/loader/url-parse-1.html: Added a few test cases. |
| * fast/url/file-http-base-expected.txt: Updated results. |
| * fast/url/host-expected.txt: Ditto. |
| * fast/url/invalid-urls-utf8-expected.txt: Ditto. |
| * fast/url/relative-expected.txt: Ditto. |
| * fast/url/standard-url-expected.txt: Ditto. |
| |
| 2014-10-14 Alexey Proskuryakov <ap@apple.com> |
| |
| Re-adding fast/hidpi/image-srcset-relative-svg-canvas.html, as it still fails on bots |
| |
| * TestExpectations: |
| |
| 2014-10-14 Roger Fong <roger_fong@apple.com> |
| |
| [Windows] Unreviewed gardening following r174585. |
| |
| * platform/win/TestExpectations: |
| * platform/win/editing/inserting/4960120-1-expected.txt: Added. |
| * platform/win/editing/selection/select-across-readonly-input-1-expected.txt: Added. |
| * platform/win/editing/selection/select-across-readonly-input-2-expected.txt: Added. |
| * platform/win/editing/selection/select-across-readonly-input-3-expected.txt: Added. |
| * platform/win/editing/selection/select-across-readonly-input-4-expected.png: Added. |
| * platform/win/editing/selection/select-across-readonly-input-4-expected.txt: Added. |
| * platform/win/editing/selection/select-across-readonly-input-5-expected.png: Added. |
| * platform/win/editing/selection/select-across-readonly-input-5-expected.txt: Added. |
| * platform/win/fast/block/positioning/inline-block-relposition-expected.txt: Added. |
| * platform/win/fast/css/resize-corner-tracking-expected.png: Added. |
| * platform/win/fast/css/resize-corner-tracking-expected.txt: Added. |
| * platform/win/fast/css/text-input-with-webkit-border-radius-expected.txt: Added. |
| * platform/win/fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt: Added. |
| * platform/win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added. |
| * platform/win/fast/events/shadow-event-path-2-expected.txt: Added. |
| * platform/win/fast/forms/003-expected.txt: Added. |
| * platform/win/fast/forms/004-expected.txt: Added. |
| * platform/win/fast/forms/button-default-title-expected.txt: Added. |
| * platform/win/fast/forms/button-generated-content-expected.png: Added. |
| * platform/win/fast/forms/button-generated-content-expected.txt: Added. |
| * platform/win/fast/forms/menulist-clip-expected.png: Added. |
| * platform/win/fast/forms/menulist-clip-expected.txt: Added. |
| * platform/win/fast/forms/menulist-deselect-update-expected.txt: Added. |
| * platform/win/fast/forms/menulist-style-color-expected.png: Added. |
| * platform/win/fast/forms/menulist-style-color-expected.txt: Added. |
| * platform/win/fast/forms/menulist-width-change-expected.txt: Added. |
| * platform/win/fast/forms/option-script-expected.txt: Added. |
| * platform/win/fast/forms/option-text-clip-expected.png: Added. |
| * platform/win/fast/forms/option-text-clip-expected.txt: Added. |
| * platform/win/fast/forms/select-writing-direction-natural-expected.png: Added. |
| * platform/win/fast/forms/select-writing-direction-natural-expected.txt: Added. |
| * platform/win/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added. |
| * platform/win/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added. |
| * platform/win/fast/forms/textarea-scrollbar-expected.png: Added. |
| * platform/win/fast/forms/textarea-scrollbar-expected.txt: Added. |
| * platform/win/fast/repaint/control-clip-expected.png: Added. |
| * platform/win/fast/repaint/control-clip-expected.txt: Added. |
| * platform/win/fast/repaint/selection-gap-fixed-child-expected.txt: Added. |
| * platform/win/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added. |
| * platform/win/fast/table/append-cells2-expected.txt: Added. |
| * platform/win/fast/table/remove-td-display-none-expected.txt: Added. |
| * platform/win/fast/text/atsui-rtl-override-selection-expected.txt: Added. |
| * platform/win/tables/mozilla/bugs/bug30559-expected.txt: Added. |
| |
| 2014-10-13 Simon Fraser <simon.fraser@apple.com> |
| |
| Rebaseline some compositing tests that are sensitive to the visible rect, and skip |
| tests that rely on media loading. |
| |
| * platform/ios-simulator/TestExpectations: |
| * platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt: |
| * platform/ios-simulator/compositing/contents-scale/animating-expected.txt: |
| * platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt: |
| * platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt: |
| * platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt: |
| * platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt: |
| * platform/ios-simulator/compositing/geometry/partial-layout-update-expected.txt: |
| * platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt: |
| * platform/ios-simulator/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: |
| * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: |
| * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt: |
| * platform/ios-simulator/compositing/overflow/overflow-positioning-expected.txt: |
| * platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt: |
| * platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: |
| * platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt: |
| * platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt: |
| * platform/ios-simulator/compositing/transitions/singular-scale-transition-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/animated-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/animated-from-none-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt: |
| * platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt: |
| |
| 2014-10-14 Joanmarie Diggs <jdiggs@igalia.com> |
| |
| REGRESSION(r174567): [GTK] Layout Tests platform/gtk/accessibility/aria-table-hierarchy.html and platform/gtk/accessibility/table-hierarchy.html fail |
| https://bugs.webkit.org/show_bug.cgi?id=137697 |
| |
| These tests were overlooked when updating tests to reflect the correct |
| mapping for ColumnHeaderRole and RowHeaderRole in ATK. |
| |
| Reviewed by Chris Fleizach. |
| |
| * platform/gtk/TestExpectations: Remove two failing tests. |
| * platform/gtk/accessibility/aria-table-hierarchy-expected.txt: Updated expectations. |
| * platform/gtk/accessibility/aria-table-hierarchy.html: Updated in-test shouldBe values for headers. |
| * platform/gtk/accessibility/table-hierarchy-expected.txt: Updated expectations. |
| * platform/gtk/accessibility/table-hierarchy.html: Updated in-test shouldBe values for headers. |
| |
| 2014-10-14 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| |
| [GTK] Unreviewed GTK gardening. |
| |
| * platform/gtk/TestExpectations: Report new failures and update expectations. |
| * platform/gtk/css3/selectors3/html/css3-modsel-61-expected.txt: Rebaseline after r174535. |
| * platform/gtk/css3/selectors3/html/css3-modsel-83-expected.txt: Rebaseline after r174535. |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-61-expected.txt: Rebaseline after r174535. |
| * platform/gtk/css3/selectors3/xhtml/css3-modsel-83-expected.txt: Rebaseline after r174535. |
| * platform/gtk/css3/selectors3/xml/css3-modsel-61-expected.txt: Rebaseline after r174535. |
| * platform/gtk/css3/selectors3/xml/css3-modsel-83-expected.txt: Rebaseline after r174535. |
| * platform/gtk/fast/borders/bidi-002-expected.txt: Rebaseline after r174160. |
| * platform/gtk/fast/borders/bidi-009a-expected.txt: Rebaseline after r174160. |
| * platform/gtk/fast/selectors/061-expected.txt: Rebaseline after r174535. |
| * platform/gtk/fast/selectors/083-expected.txt: Rebaseline after r174535. |
| * platform/gtk/mathml/opentype/horizontal-expected.txt: Rebaseline after r174540. |
| |
| 2014-10-14 Youenn Fablet <youennf@gmail.com> |
| |
| [XHR] Abort method execution when m_loader->cancel() in internalAbort() caused reentry |
| https://bugs.webkit.org/show_bug.cgi?id=126975 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Adding reentrant-cancel-abort.html (from https://codereview.chromium.org/76133002/) |
| that crashes without the patch |
| Updated reentrant-cancel.html test to expect the exception |
| that is now hit in initSend function (since a XHR open() call is aborted) |
| |
| * http/tests/xmlhttprequest/reentrant-cancel-abort-expected.txt: Added. |
| * http/tests/xmlhttprequest/reentrant-cancel-abort.html: Added. |
| * http/tests/xmlhttprequest/reentrant-cancel.html: |
| |
| 2014-10-14 Alejandro G. Castro <alex@igalia.com> |
| |
| Add test to check stretchy value is case sensitive |
| https://bugs.webkit.org/show_bug.cgi?id=137602 |
| |
| Reviewed by Darin Adler. |
| |
| * mathml/presentation/mo-stretchy-case-sensitive-expected.html: Added. |
| * mathml/presentation/mo-stretchy-case-sensitive.html: Added. |
| |
| 2014-10-14 Alejandro G. Castro <alex@igalia.com> |
| |
| Changes in the stretchy attribute do not update rendering |
| https://bugs.webkit.org/show_bug.cgi?id=136883 |
| |
| Reviewed by Darin Adler. |
| |
| The test updates the stretchy value in a timeout. |
| |
| * mathml/presentation/mo-stretch-update-expected.html: Added. |
| * mathml/presentation/mo-stretch-update.html: Added. |
| |
| 2014-10-14 Andrzej Badowski <a.badowski@samsung.com> |
| |
| [AX] Improve AccessibilityTableCell columnHeaders and rowHeaders functions. |
| https://bugs.webkit.org/show_bug.cgi?id=136818 |
| |
| Reviewed by Chris Fleizach. |
| |
| * accessibility/table-headers-expected.txt: Added. |
| * accessibility/table-headers.html: Added. |
| * platform/mac/accessibility/table-attributes-expected.txt: |
| * platform/mac/accessibility/table-cells-expected.txt: |
| * platform/mac/accessibility/table-sections-expected.txt: |
| |
| 2014-10-13 Benjamin Poulain <bpoulain@apple.com> |
| |
| Add test coverage for the more complex cases of :not() |
| https://bugs.webkit.org/show_bug.cgi?id=137671 |
| |
| Reviewed by Andreas Kling. |
| |
| Those tests cover the future CSS JIT support of :not(). I'll to the implementation |
| split over multiple patch, better put the tests first. |
| |
| * fast/selectors/not-backtracking-expected.txt: Added. |
| * fast/selectors/not-backtracking.html: Added. |
| * fast/selectors/not-boundaries-expected.txt: Added. |
| * fast/selectors/not-boundaries.html: Added. |
| |
| 2014-10-13 Yusuke Suzuki <utatane.tea@gmail.com> |
| |
| CSS JIT: Implement :visited pseudo class |
| https://bugs.webkit.org/show_bug.cgi?id=135293 |
| |
| Reviewed by Benjamin Poulain. |
| |
| To cover the :-webkit-any(:not(:link)), added new tests. |
| |
| * TestExpectations: |
| * fast/history/link-inside-not-expected.txt: |
| * fast/history/link-inside-not-inside-any-expected.txt: Added. |
| * fast/history/link-inside-not-inside-any.html: Added. |
| * fast/history/link-inside-not.html: |
| |
| 2014-10-13 Simon Fraser <simon.fraser@apple.com> |
| |
| Improve the test image diffs page |
| https://bugs.webkit.org/show_bug.cgi?id=137674 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| New version of the image diff page that has the diff images in-place, and allows |
| for control of the image toggling. |
| |
| * fast/harness/image-diff-template-expected.txt: |
| * fast/harness/image-diff-template.html: |
| |
| 2014-10-13 Simon Fraser <simon.fraser@apple.com> |
| |
| Gardening. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-09-30 Sergio Villar Senin <svillar@igalia.com> |
| |
| [CSS Grid Layout] Pass the valid set of tracks to grow beyond growth limits |
| https://bugs.webkit.org/show_bug.cgi?id=137253 |
| |
| Reviewed by Darin Adler. |
| |
| * fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt: |
| * fast/css-grid-layout/grid-content-sized-columns-resolution.html: |
| |
| 2014-10-12 Mike West <mkwst@chromium.org> |
| |
| Referrer Policy: Update <meta name="referrer"> values to match the spec |
| https://bugs.webkit.org/show_bug.cgi?id=137635 |
| |
| Reviewed by Jochen Eisinger. |
| |
| * http/tests/security/referrer-policy-https-no-referrer-expected.txt: Added. |
| * http/tests/security/referrer-policy-https-no-referrer-when-downgrade-expected.txt: Added. |
| * http/tests/security/referrer-policy-https-no-referrer-when-downgrade.html: Added. |
| * http/tests/security/referrer-policy-https-no-referrer.html: Added. |
| * http/tests/security/referrer-policy-https-unsafe-url-expected.txt: Added. |
| * http/tests/security/referrer-policy-https-unsafe-url.html: Added. |
| * http/tests/security/referrer-policy-invalid-expected.txt: Update the error message with new keywords. |
| * http/tests/security/referrer-policy-no-referrer-expected.txt: Added. |
| * http/tests/security/referrer-policy-no-referrer-when-downgrade-expected.txt: Added. |
| * http/tests/security/referrer-policy-no-referrer-when-downgrade.html: Added. |
| * http/tests/security/referrer-policy-no-referrer.html: Added. |
| |
| 2014-10-12 Dhi Aurrahman <diorahman@rockybars.com> |
| |
| Support activation behavior of link element |
| https://bugs.webkit.org/show_bug.cgi?id=137597 |
| |
| Reviewed by Benjamin Poulain. |
| |
| Add test cases for link element activation behavior. |
| |
| * fast/dom/html-link-element-activation-behavior-on-element-click-expected.txt: Added. |
| * fast/dom/html-link-element-activation-behavior-on-element-click.html: Added. |
| * fast/dom/html-link-element-activation-behavior-on-mouse-click-expected.txt: Added. |
| * fast/dom/html-link-element-activation-behavior-on-mouse-click.html: Added. |
| * fast/dom/html-link-element-activation-behavior-url-is-null-expected.txt: Added. |
| * fast/dom/html-link-element-activation-behavior-url-is-null.html: Added. |
| * fast/dom/resources/html-link-element-activation-behavior-on-element-click-step1.html: Added. |
| * fast/dom/resources/html-link-element-activation-behavior-on-mouse-click-step1.html: Added. |
| * fast/dom/resources/html-link-element-activation-behavior-target.html: Added. |
| |
| 2014-10-11 Simon Fraser <simon.fraser@apple.com> |
| |
| Mark some more tests as sometimes passing. |
| |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac/TestExpectations: |
| |
| 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com> |
| |
| [EFL] Enable WebP support. |
| https://bugs.webkit.org/show_bug.cgi?id=136156 |
| |
| Reviewed by Gyuyoung Kim. |
| |
| Clarify skipped webp test for Webkit EFL. |
| |
| * platform/efl/TestExpectations: |
| |
| 2014-10-10 Simon Fraser <simon.fraser@apple.com> |
| |
| Make these animation tests not timeout if hit testing fails. |
| |
| * animations/animation-hit-test-transform.html: |
| * animations/animation-hit-test.html: |
| |
| 2014-10-10 Andy Estes <aestes@apple.com> |
| |
| Mark compositing/rtl/rtl-fixed-overflow-scrolled.html as [ Failure ] on mac-wk1 platforms. |
| |
| * platform/mac-wk1/TestExpectations: |
| |
| 2014-10-10 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for fast/events tests. |
| |
| * platform/ios-simulator/fast/events/*: Added |
| |
| 2014-10-10 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for fast/dynamic tests. |
| |
| * platform/ios-simulator/fast/dynamic/*: Added |
| |
| 2014-10-10 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for fast/css3-text, fast/doctypes, fast/dom tests. |
| Skip fast/DeviceOrientation, fast/dom/shadow and some other failing tests. |
| |
| * platform/ios-simulator/fast/css3-text/*: Added. |
| * platform/ios-simulator/fast/doctypes/*: Added. |
| * platform/ios-simulator/fast/dom/*: Added. |
| |
| 2014-10-10 Said Abou-Hallawa <sabouhallawa@apple.com> |
| |
| RenderMathMLUnderOver adds spacing to the child operator indefinitely when resizing the window. |
| https://bugs.webkit.org/show_bug.cgi?id=137330 |
| |
| Reviewed by Simon Fraser. |
| |
| Change the layout with resize test of the MathML underover object from being render tree test |
| to be reference test. The render test was failing on WK2 because it was doing window resizing |
| and view zooming. The new test rely solely on forcing the layout synchronously by resizing the |
| math container <div> element. |
| |
| * mathml/opentype/munderover-layout-resize-expected.html: Added. |
| * mathml/opentype/munderover-layout-resize.html: Added. |
| * mathml/opentype/munderover-window-resize-expected.txt: Removed. |
| * mathml/opentype/munderover-window-resize.html: Removed. |
| |
| 2014-10-10 Benjamin Poulain <benjamin@webkit.org> |
| |
| Update :nth-child(An+B of selector-list) to the latest specification |
| https://bugs.webkit.org/show_bug.cgi?id=137593 |
| |
| Reviewed by Andreas Kling. |
| |
| * fast/selectors/nth-child-of-chained-3-expected.txt: Added. |
| * fast/selectors/nth-child-of-chained-3.html: Added. |
| This is an interesting new case with the new definition. Since the initial |
| element must also match the selector, it is now possible to fail even |
| if the combination An+B can match anything. |
| |
| * fast/css/nth-child-of-classname-expected.html: |
| * fast/css/nth-child-of-classname.html: |
| * fast/css/nth-child-of-compound-selector-expected.html: |
| * fast/css/nth-child-of-compound-selector.html: |
| * fast/css/nth-child-of-tagname-expected.html: |
| * fast/css/nth-child-of-tagname.html: |
| * fast/selectors/nth-child-of-backtracking-adjacent-2.html: |
| * fast/selectors/nth-child-of-backtracking-adjacent.html: |
| * fast/selectors/nth-child-of-basics-2-expected.txt: |
| * fast/selectors/nth-child-of-basics-2.html: |
| * fast/selectors/nth-child-of-basics-expected.txt: |
| * fast/selectors/nth-child-of-basics.html: |
| * fast/selectors/nth-child-of-chained-2-expected.txt: |
| * fast/selectors/nth-child-of-chained-2.html: |
| * fast/selectors/nth-child-of-complex-selectors-expected.txt: |
| * fast/selectors/nth-child-of-complex-selectors.html: |
| * fast/selectors/nth-child-of-never-matching-selector-expected.txt: |
| * fast/selectors/nth-child-of-never-matching-selector.html: |
| * fast/selectors/nth-child-of-selector-list-expected.txt: |
| * fast/selectors/nth-child-of-selector-list.html: |
| Updating the test and tests result for the new definition. |
| |
| 2014-10-10 Andy Estes <aestes@apple.com> |
| |
| [Mac] Update a Mavericks-specific baseline. |
| |
| * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: |
| |
| 2014-10-10 Simon Fraser <simon.fraser@apple.com> |
| |
| Skip some tests that timeout every time. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-10-10 Andy Estes <aestes@apple.com> |
| |
| [Mac] Re-enable some compositing/rtl/ tests that acquired correct baselines in r174589 |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-10-10 Andy Estes <aestes@apple.com> |
| |
| Only run platform/mac/editing/input/undo-grouping-on-text-insertion.html on Yosemite |
| |
| * platform/mac-mavericks/TestExpectations: Added. |
| * platform/mac/TestExpectations: |
| |
| 2014-10-10 Carlos Alberto Lopez Perez <clopez@igalia.com> |
| |
| [GTK] Unreviewed GTK gardening. |
| |
| * platform/gtk/TestExpectations: Mark and report test failing after r137615 and r174540. |
| * platform/gtk/mathml/opentype/munderover-window-resize-expected.txt: Added. Rebaseline after r174540. |
| * platform/gtk/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Rebaseline after r174540. |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for fast/css-generated-content, css-grid-layout tests. |
| |
| * platform/ios-simulator/fast/css-generated-content/*: Added. |
| * platform/ios-simulator/fast/css-grid-layout/*: Added. |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for fast/css tests. |
| |
| * platform/ios-simulator/fast/css/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for fast/box-shadow, box-sizing, canvas, clip and compact tests. |
| |
| * platform/ios-simulator/TestExpectations: |
| * platform/ios-simulator/fast/box-shadow/* |
| * platform/ios-simulator/fast/box-sizing/*: Added. |
| * platform/ios-simulator/fast/canvas/*: Added. |
| * platform/ios-simulator/fast/clip/*: Added. |
| * platform/ios-simulator/fast/compact/*: Added. |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for fast/borders tests. |
| |
| * platform/ios-simulator/fast/borders/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for fast/body-propagation tests. |
| |
| * platform/ios-simulator/fast/body-propagation/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for fast/block tests. |
| |
| * platform/ios-simulator/fast/block/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| Skip fast/animation in the iOS Simulator. |
| Add results for fast/backgrounds |
| |
| * platform/ios-simulator/TestExpectations: |
| * platform/ios-simulator/fast/backgrounds/*: Added. |
| |
| 2014-10-10 Andy Estes <aestes@apple.com> |
| |
| Add a mac-mountainlion result for delete-autocorrected-word-2.html. |
| |
| * platform/mac-mountainlion/platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: Added. |
| |
| 2014-10-10 Andy Estes <aestes@apple.com> |
| |
| [Mountain Lion] Fix global-constructors-attributes.html |
| |
| Get rid of the platform/mac-wk2/ result since it's identical to the platform/mac/ version. |
| |
| * platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Removed. |
| |
| 2014-10-10 Andy Estes <aestes@apple.com> |
| |
| Fixes for additional Mavericks test failures. |
| |
| * platform/mac-mavericks/compositing/fixed-image-loading-expected.txt: Added. |
| * platform/mac-mavericks/compositing/rtl/rtl-fixed-expected.png: Added. |
| * platform/mac-mavericks/compositing/rtl/rtl-fixed-expected.txt: Added. |
| * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-expected.png: Added. |
| * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-expected.txt: Added. |
| * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Added. |
| * platform/mac-mavericks/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added. |
| * platform/mac-mavericks/fast/repaint/selection-gap-fixed-child-expected.txt: Added. |
| * platform/mac-mavericks/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added. |
| |
| 2014-10-10 Simon Fraser <simon.fraser@apple.com> |
| |
| Some more Mac TestExpectation tweaking. |
| |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac/TestExpectations: |
| |
| 2014-10-10 Andy Estes <aestes@apple.com> |
| |
| Fix some Mavericks test failures caused by r174585. |
| |
| * platform/mac-mavericks/fast/css/resize-corner-tracking-expected.txt: Added. |
| * platform/mac-mavericks/fast/events/shadow-event-path-2-expected.txt: Added. |
| * platform/mac-mavericks/platform/mac/fast/text/systemFont-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/platform/mac/fast/text/systemFont-expected.txt. |
| * platform/mac-mavericks/platform/mac/fast/text/vertical-no-sideways-expected.txt: Renamed from LayoutTests/platform/mac-mountainlion/platform/mac/fast/text/vertical-no-sideways-expected.txt. |
| |
| 2014-10-10 Andy Estes <aestes@apple.com> |
| |
| Added Yosemite expected results and TestExpections to platform/mac/. |
| |
| To-be-overwritten files in platform/mac/ were first moved to platform/mac-mavericks/. |
| |
| * platform/mac-mavericks/accessibility/aria-readonly-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-readonly-expected.txt. |
| * platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Copied from LayoutTests/platform/mac/accessibility/roles-exposed-expected.txt. |
| * platform/mac-mavericks/compositing/contents-opaque/control-layer-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png. |
| * platform/mac-mavericks/css3/selectors3/html/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-161-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-23-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-24-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-64-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-68-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/html/css3-modsel-69-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-161-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-19b-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-19b-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-23-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-23-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-24-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-64-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-64-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-68-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-69-expected.png: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png. |
| * platform/mac-mavericks/css3/selectors3/xml/css3-modsel-69-expected.txt: Copied from LayoutTests/platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt. |
| * platform/mac-mavericks/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-mavericks/editing/input/reveal-caret-of-multiline-input-expected.txt: Copied from LayoutTests/platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt. |
| * platform/mac-mavericks/editing/inserting/4960120-1-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.png. |
| * platform/mac-mavericks/editing/inserting/4960120-1-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/4960120-1-expected.txt. |
| * platform/mac-mavericks/editing/inserting/before-after-input-element-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.png. |
| * platform/mac-mavericks/editing/inserting/before-after-input-element-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/before-after-input-element-expected.txt. |
| * platform/mac-mavericks/editing/pasteboard/4641033-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.png. |
| * platform/mac-mavericks/editing/pasteboard/4806874-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.png. |
| * platform/mac-mavericks/editing/pasteboard/4806874-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/4806874-expected.txt. |
| * platform/mac-mavericks/editing/pasteboard/4944770-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.png. |
| * platform/mac-mavericks/editing/pasteboard/4944770-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.png. |
| * platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png. |
| * platform/mac-mavericks/editing/pasteboard/drop-text-without-selection-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt. |
| * platform/mac-mavericks/editing/pasteboard/input-field-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.png. |
| * platform/mac-mavericks/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/input-field-1-expected.txt. |
| * platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.png. |
| * platform/mac-mavericks/editing/pasteboard/pasting-tabs-expected.txt: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.txt. |
| * platform/mac-mavericks/editing/selection/3690703-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.png. |
| * platform/mac-mavericks/editing/selection/3690703-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-2-expected.txt. |
| * platform/mac-mavericks/editing/selection/3690703-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.png. |
| * platform/mac-mavericks/editing/selection/3690703-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690703-expected.txt. |
| * platform/mac-mavericks/editing/selection/3690719-expected.png: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.png. |
| * platform/mac-mavericks/editing/selection/3690719-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/3690719-expected.txt. |
| * platform/mac-mavericks/editing/selection/4397952-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.png. |
| * platform/mac-mavericks/editing/selection/4397952-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4397952-expected.txt. |
| * platform/mac-mavericks/editing/selection/4895428-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.png. |
| * platform/mac-mavericks/editing/selection/4895428-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.txt. |
| * platform/mac-mavericks/editing/selection/4975120-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.png. |
| * platform/mac-mavericks/editing/selection/4975120-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.txt. |
| * platform/mac-mavericks/editing/selection/5240265-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.png. |
| * platform/mac-mavericks/editing/selection/caret-before-select-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-before-select-expected.png. |
| * platform/mac-mavericks/editing/selection/drag-select-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.png. |
| * platform/mac-mavericks/editing/selection/drag-select-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/drag-select-1-expected.txt. |
| * platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png. |
| * platform/mac-mavericks/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt. |
| * platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-1-expected.png. |
| * platform/mac-mavericks/editing/selection/select-across-readonly-input-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-1-expected.txt. |
| * platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-2-expected.png. |
| * platform/mac-mavericks/editing/selection/select-across-readonly-input-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-2-expected.txt. |
| * platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.png. |
| * platform/mac-mavericks/editing/selection/select-across-readonly-input-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-3-expected.txt. |
| * platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-4-expected.png. |
| * platform/mac-mavericks/editing/selection/select-across-readonly-input-4-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-4-expected.txt. |
| * platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-5-expected.png. |
| * platform/mac-mavericks/editing/selection/select-across-readonly-input-5-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-across-readonly-input-5-expected.txt. |
| * platform/mac-mavericks/editing/selection/select-box-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.png. |
| * platform/mac-mavericks/editing/selection/select-element-paragraph-boundary-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.png. |
| * platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.png. |
| * platform/mac-mavericks/editing/selection/select-from-textfield-outwards-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.txt. |
| * platform/mac-mavericks/editing/selection/selection-button-text-expected.png: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.png. |
| * platform/mac-mavericks/editing/selection/selection-button-text-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/selection-button-text-expected.txt. |
| * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt. |
| * platform/mac-mavericks/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt. |
| * platform/mac-mavericks/fast/block/lineboxcontain/block-with-ideographs-expected.png: Copied from LayoutTests/platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png. |
| * platform/mac-mavericks/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Copied from LayoutTests/platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt. |
| * platform/mac-mavericks/fast/block/margin-collapse/103-expected.png: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.png. |
| * platform/mac-mavericks/fast/block/margin-collapse/103-expected.txt: Copied from LayoutTests/platform/mac/fast/block/margin-collapse/103-expected.txt. |
| * platform/mac-mavericks/fast/block/positioning/inline-block-relposition-expected.png: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.png. |
| * platform/mac-mavericks/fast/block/positioning/inline-block-relposition-expected.txt: Copied from LayoutTests/platform/mac/fast/block/positioning/inline-block-relposition-expected.txt. |
| * platform/mac-mavericks/fast/css/continuationCrash-expected.png: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.png. |
| * platform/mac-mavericks/fast/css/continuationCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/css/continuationCrash-expected.txt. |
| * platform/mac-mavericks/fast/css/css2-system-fonts-expected.png: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.png. |
| * platform/mac-mavericks/fast/css/css2-system-fonts-expected.txt: Copied from LayoutTests/platform/mac/fast/css/css2-system-fonts-expected.txt. |
| * platform/mac-mavericks/fast/css/font-family-pictograph-expected.txt: Copied from LayoutTests/platform/mac/fast/css/font-family-pictograph-expected.txt. |
| * platform/mac-mavericks/fast/css/input-search-padding-expected.png: Copied from LayoutTests/platform/mac/fast/css/input-search-padding-expected.png. |
| * platform/mac-mavericks/fast/css/line-height-expected.png: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.png. |
| * platform/mac-mavericks/fast/css/line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/css/line-height-expected.txt. |
| * platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.png: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.png. |
| * platform/mac-mavericks/fast/css/margin-top-bottom-dynamic-expected.txt: Copied from LayoutTests/platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt. |
| * platform/mac-mavericks/fast/css/resize-corner-tracking-expected.png: Copied from LayoutTests/platform/mac/fast/css/resize-corner-tracking-expected.png. |
| * platform/mac-mavericks/fast/css/rtl-ordering-expected.png: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.png. |
| * platform/mac-mavericks/fast/css/rtl-ordering-expected.txt: Copied from LayoutTests/platform/mac/fast/css/rtl-ordering-expected.txt. |
| * platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png. |
| * platform/mac-mavericks/fast/css/text-input-with-webkit-border-radius-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt. |
| * platform/mac-mavericks/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.png. |
| * platform/mac-mavericks/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-overflow-input-expected.txt. |
| * platform/mac-mavericks/fast/css/text-transform-select-expected.png: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.png. |
| * platform/mac-mavericks/fast/css/text-transform-select-expected.txt: Copied from LayoutTests/platform/mac/fast/css/text-transform-select-expected.txt. |
| * platform/mac-mavericks/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png. |
| * platform/mac-mavericks/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-mavericks/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-mavericks/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-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png. |
| * platform/mac-mavericks/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt. |
| * platform/mac-mavericks/fast/dom/isindex-001-expected.png: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.png. |
| * platform/mac-mavericks/fast/dom/isindex-001-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-001-expected.txt. |
| * platform/mac-mavericks/fast/dom/isindex-002-expected.png: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.png. |
| * platform/mac-mavericks/fast/dom/isindex-002-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/isindex-002-expected.txt. |
| * platform/mac-mavericks/fast/dynamic/008-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.png. |
| * platform/mac-mavericks/fast/dynamic/008-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/008-expected.txt. |
| * platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.png: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png. |
| * platform/mac-mavericks/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Copied from LayoutTests/platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt. |
| * platform/mac-mavericks/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt. |
| * platform/mac-mavericks/fast/events/context-no-deselect-expected.png: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.png. |
| * platform/mac-mavericks/fast/events/context-no-deselect-expected.txt: Copied from LayoutTests/platform/mac/fast/events/context-no-deselect-expected.txt. |
| * platform/mac-mavericks/fast/forms/001-expected.png: Copied from LayoutTests/platform/mac/fast/forms/001-expected.png. |
| * platform/mac-mavericks/fast/forms/001-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/001-expected.txt. |
| * platform/mac-mavericks/fast/forms/003-expected.png: Copied from LayoutTests/platform/mac/fast/forms/003-expected.png. |
| * platform/mac-mavericks/fast/forms/003-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/003-expected.txt. |
| * platform/mac-mavericks/fast/forms/004-expected.png: Copied from LayoutTests/platform/mac/fast/forms/004-expected.png. |
| * platform/mac-mavericks/fast/forms/004-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/004-expected.txt. |
| * platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.png. |
| * platform/mac-mavericks/fast/forms/HTMLOptionElement_label01-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label01-expected.txt. |
| * platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.png. |
| * platform/mac-mavericks/fast/forms/HTMLOptionElement_label02-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label02-expected.txt. |
| * platform/mac-mavericks/fast/forms/HTMLOptionElement_label03-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label03-expected.png. |
| * platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.png. |
| * platform/mac-mavericks/fast/forms/HTMLOptionElement_label04-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label04-expected.txt. |
| * platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.png: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.png. |
| * platform/mac-mavericks/fast/forms/HTMLOptionElement_label05-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/HTMLOptionElement_label05-expected.txt. |
| * platform/mac-mavericks/fast/forms/basic-buttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.png. |
| * platform/mac-mavericks/fast/forms/basic-buttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-buttons-expected.txt. |
| * platform/mac-mavericks/fast/forms/basic-inputs-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.png. |
| * platform/mac-mavericks/fast/forms/basic-inputs-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-inputs-expected.txt. |
| * platform/mac-mavericks/fast/forms/basic-selects-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.png. |
| * platform/mac-mavericks/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-selects-expected.txt. |
| * platform/mac-mavericks/fast/forms/basic-textareas-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.png. |
| * platform/mac-mavericks/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt. |
| * platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.png: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.png. |
| * platform/mac-mavericks/fast/forms/basic-textareas-quirks-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/basic-textareas-quirks-expected.txt. |
| * platform/mac-mavericks/fast/forms/blankbuttons-expected.png: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.png. |
| * platform/mac-mavericks/fast/forms/blankbuttons-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/blankbuttons-expected.txt. |
| * platform/mac-mavericks/fast/forms/box-shadow-override-expected.png: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.png. |
| * platform/mac-mavericks/fast/forms/box-shadow-override-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/box-shadow-override-expected.txt. |
| * platform/mac-mavericks/fast/forms/button-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-align-expected.png. |
| * platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.png. |
| * platform/mac-mavericks/fast/forms/button-cannot-be-nested-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-cannot-be-nested-expected.txt. |
| * platform/mac-mavericks/fast/forms/button-default-title-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.png. |
| * platform/mac-mavericks/fast/forms/button-default-title-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-default-title-expected.txt. |
| * platform/mac-mavericks/fast/forms/button-generated-content-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.png. |
| * platform/mac-mavericks/fast/forms/button-generated-content-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-generated-content-expected.txt. |
| * platform/mac-mavericks/fast/forms/button-positioned-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.png. |
| * platform/mac-mavericks/fast/forms/button-positioned-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-positioned-expected.txt. |
| * platform/mac-mavericks/fast/forms/button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.png. |
| * platform/mac-mavericks/fast/forms/button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-sizes-expected.txt. |
| * platform/mac-mavericks/fast/forms/button-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.png. |
| * platform/mac-mavericks/fast/forms/button-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-style-color-expected.txt. |
| * platform/mac-mavericks/fast/forms/button-table-styles-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.png. |
| * platform/mac-mavericks/fast/forms/button-table-styles-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-table-styles-expected.txt. |
| * platform/mac-mavericks/fast/forms/button-text-transform-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.png. |
| * platform/mac-mavericks/fast/forms/button-text-transform-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-text-transform-expected.txt. |
| * platform/mac-mavericks/fast/forms/button-white-space-expected.png: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.png. |
| * platform/mac-mavericks/fast/forms/button-white-space-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/button-white-space-expected.txt. |
| * platform/mac-mavericks/fast/forms/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.png. |
| * platform/mac-mavericks/fast/forms/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-expected.txt. |
| * platform/mac-mavericks/fast/forms/control-clip-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.png. |
| * platform/mac-mavericks/fast/forms/control-clip-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-clip-overflow-expected.txt. |
| * platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.png. |
| * platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/control-restrict-line-height-expected.txt. |
| * platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.png: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.png. |
| * platform/mac-mavericks/fast/forms/disabled-select-change-index-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/disabled-select-change-index-expected.txt. |
| * platform/mac-mavericks/fast/forms/encoding-test-expected.png: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.png. |
| * platform/mac-mavericks/fast/forms/encoding-test-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/encoding-test-expected.txt. |
| * platform/mac-mavericks/fast/forms/fieldset-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.png. |
| * platform/mac-mavericks/fast/forms/fieldset-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/fieldset-align-expected.txt. |
| * platform/mac-mavericks/fast/forms/file/file-input-direction-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.png. |
| * platform/mac-mavericks/fast/forms/file/file-input-direction-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-direction-expected.txt. |
| * platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.png. |
| * platform/mac-mavericks/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/file/file-input-disabled-expected.txt. |
| * platform/mac-mavericks/fast/forms/file/input-file-re-render-expected.png: Copied from LayoutTests/platform/mac/fast/forms/file/input-file-re-render-expected.png. |
| * platform/mac-mavericks/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-mavericks/fast/forms/floating-textfield-relayout-expected.png: Copied from LayoutTests/platform/mac/fast/forms/floating-textfield-relayout-expected.png. |
| * platform/mac-mavericks/fast/forms/form-element-geometry-expected.png: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.png. |
| * platform/mac-mavericks/fast/forms/form-element-geometry-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/form-element-geometry-expected.txt. |
| * platform/mac-mavericks/fast/forms/formmove3-expected.png: Copied from LayoutTests/platform/mac/fast/forms/formmove3-expected.png. |
| * platform/mac-mavericks/fast/forms/formmove3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/formmove3-expected.txt. |
| * platform/mac-mavericks/fast/forms/hidden-listbox-expected.png: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.png. |
| * platform/mac-mavericks/fast/forms/hidden-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/hidden-listbox-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.png. |
| * platform/mac-mavericks/fast/forms/input-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-align-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.png. |
| * platform/mac-mavericks/fast/forms/input-appearance-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-bkcolor-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png. |
| * platform/mac-mavericks/fast/forms/input-appearance-default-bkcolor-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-default-bkcolor-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.png. |
| * platform/mac-mavericks/fast/forms/input-appearance-disabled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-disabled-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-appearance-focus-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.png. |
| * platform/mac-mavericks/fast/forms/input-appearance-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-focus-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-appearance-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.png. |
| * platform/mac-mavericks/fast/forms/input-appearance-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-height-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.png. |
| * platform/mac-mavericks/fast/forms/input-appearance-preventDefault-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-preventDefault-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.png. |
| * platform/mac-mavericks/fast/forms/input-appearance-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-readonly-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-appearance-selection-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.png. |
| * platform/mac-mavericks/fast/forms/input-appearance-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-selection-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.png. |
| * platform/mac-mavericks/fast/forms/input-appearance-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-visibility-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-appearance-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.png. |
| * platform/mac-mavericks/fast/forms/input-appearance-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-width-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.png. |
| * platform/mac-mavericks/fast/forms/input-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-baseline-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-button-sizes-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.png. |
| * platform/mac-mavericks/fast/forms/input-button-sizes-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-button-sizes-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-disabled-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.png. |
| * platform/mac-mavericks/fast/forms/input-disabled-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-disabled-color-expected.txt. |
| * platform/mac-mavericks/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-mavericks/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-mavericks/fast/forms/input-field-text-truncated-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.png. |
| * platform/mac-mavericks/fast/forms/input-field-text-truncated-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-field-text-truncated-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-first-letter-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-first-letter-expected.png. |
| * platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.png. |
| * platform/mac-mavericks/fast/forms/input-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.png. |
| * platform/mac-mavericks/fast/forms/input-placeholder-visibility-3-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.png. |
| * platform/mac-mavericks/fast/forms/input-readonly-autoscroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-autoscroll-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.png. |
| * platform/mac-mavericks/fast/forms/input-readonly-dimmed-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-dimmed-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-readonly-empty-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.png. |
| * platform/mac-mavericks/fast/forms/input-readonly-empty-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-readonly-empty-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-spaces-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.png. |
| * platform/mac-mavericks/fast/forms/input-spaces-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-spaces-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-table-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.png. |
| * platform/mac-mavericks/fast/forms/input-table-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-table-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-text-click-inside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.png. |
| * platform/mac-mavericks/fast/forms/input-text-click-inside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-inside-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-text-click-outside-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.png. |
| * platform/mac-mavericks/fast/forms/input-text-click-outside-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-click-outside-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-text-double-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.png. |
| * platform/mac-mavericks/fast/forms/input-text-double-click-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-double-click-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-text-drag-down-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.png. |
| * platform/mac-mavericks/fast/forms/input-text-drag-down-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-drag-down-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-text-option-delete-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.png. |
| * platform/mac-mavericks/fast/forms/input-text-option-delete-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-option-delete-expected.txt. |
| * platform/mac-mavericks/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-mavericks/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-mavericks/fast/forms/input-text-self-emptying-click-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-self-emptying-click-expected.png. |
| * platform/mac-mavericks/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-mavericks/fast/forms/input-text-word-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.png. |
| * platform/mac-mavericks/fast/forms/input-text-word-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-text-word-wrap-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-type-text-min-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-type-text-min-width-expected.png. |
| * platform/mac-mavericks/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-mavericks/fast/forms/input-value-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.png. |
| * platform/mac-mavericks/fast/forms/input-value-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-value-expected.txt. |
| * platform/mac-mavericks/fast/forms/input-width-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.png. |
| * platform/mac-mavericks/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-width-expected.txt. |
| * platform/mac-mavericks/fast/forms/listbox-bidi-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-bidi-align-expected.txt. |
| * platform/mac-mavericks/fast/forms/listbox-hit-test-zoomed-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png. |
| * platform/mac-mavericks/fast/forms/listbox-scrollbar-incremental-load-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.txt. |
| * platform/mac-mavericks/fast/forms/listbox-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.png. |
| * platform/mac-mavericks/fast/forms/listbox-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/listbox-width-change-expected.txt. |
| * platform/mac-mavericks/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.png. |
| * platform/mac-mavericks/fast/forms/menulist-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-clip-expected.txt. |
| * platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.png. |
| * platform/mac-mavericks/fast/forms/menulist-deselect-update-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-deselect-update-expected.txt. |
| * platform/mac-mavericks/fast/forms/menulist-no-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.png. |
| * platform/mac-mavericks/fast/forms/menulist-no-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-no-overflow-expected.txt. |
| * platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.png. |
| * platform/mac-mavericks/fast/forms/menulist-option-wrap-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-option-wrap-expected.txt. |
| * platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.png. |
| * platform/mac-mavericks/fast/forms/menulist-restrict-line-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-restrict-line-height-expected.txt. |
| * platform/mac-mavericks/fast/forms/menulist-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.png. |
| * platform/mac-mavericks/fast/forms/menulist-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-style-color-expected.txt. |
| * platform/mac-mavericks/fast/forms/menulist-width-change-expected.png: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.png. |
| * platform/mac-mavericks/fast/forms/menulist-width-change-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/menulist-width-change-expected.txt. |
| * platform/mac-mavericks/fast/forms/minWidthPercent-expected.png: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.png. |
| * platform/mac-mavericks/fast/forms/minWidthPercent-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/minWidthPercent-expected.txt. |
| * platform/mac-mavericks/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.png. |
| * platform/mac-mavericks/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-rtl-expected.txt. |
| * platform/mac-mavericks/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-mavericks/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-mavericks/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png. |
| * platform/mac-mavericks/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-mavericks/fast/forms/option-script-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.png. |
| * platform/mac-mavericks/fast/forms/option-script-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-script-expected.txt. |
| * platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.png. |
| * platform/mac-mavericks/fast/forms/option-strip-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt. |
| * platform/mac-mavericks/fast/forms/option-text-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.png. |
| * platform/mac-mavericks/fast/forms/option-text-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/option-text-clip-expected.txt. |
| * platform/mac-mavericks/fast/forms/placeholder-position-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.png. |
| * platform/mac-mavericks/fast/forms/placeholder-position-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-position-expected.txt. |
| * platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.png. |
| * platform/mac-mavericks/fast/forms/placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/placeholder-pseudo-style-expected.txt. |
| * platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.png. |
| * platform/mac-mavericks/fast/forms/plaintext-mode-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/plaintext-mode-2-expected.txt. |
| * platform/mac-mavericks/fast/forms/search-cancel-button-style-sharing-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-cancel-button-style-sharing-expected.png. |
| * platform/mac-mavericks/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-mavericks/fast/forms/search-display-none-cancel-button-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-display-none-cancel-button-expected.png. |
| * platform/mac-mavericks/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-mavericks/fast/forms/search-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.png. |
| * platform/mac-mavericks/fast/forms/search-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-rtl-expected.txt. |
| * platform/mac-mavericks/fast/forms/search-styled-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.png. |
| * platform/mac-mavericks/fast/forms/search-styled-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-styled-expected.txt. |
| * platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.png: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.png. |
| * platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search-vertical-alignment-expected.txt. |
| * platform/mac-mavericks/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-mavericks/fast/forms/search/search-size-with-decorations-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/search/search-size-with-decorations-expected.txt. |
| * platform/mac-mavericks/fast/forms/searchfield-heights-expected.png: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.png. |
| * platform/mac-mavericks/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/searchfield-heights-expected.txt. |
| * platform/mac-mavericks/fast/forms/select-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.png. |
| * platform/mac-mavericks/fast/forms/select-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-align-expected.txt. |
| * platform/mac-mavericks/fast/forms/select-background-none-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-background-none-expected.png. |
| * platform/mac-mavericks/fast/forms/select-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.png. |
| * platform/mac-mavericks/fast/forms/select-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-baseline-expected.txt. |
| * platform/mac-mavericks/fast/forms/select-block-background-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.png. |
| * platform/mac-mavericks/fast/forms/select-block-background-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-block-background-expected.txt. |
| * platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.png. |
| * platform/mac-mavericks/fast/forms/select-change-listbox-size-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-change-listbox-size-expected.txt. |
| * platform/mac-mavericks/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-mavericks/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-mavericks/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-mavericks/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-mavericks/fast/forms/select-disabled-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.png. |
| * platform/mac-mavericks/fast/forms/select-disabled-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-disabled-appearance-expected.txt. |
| * platform/mac-mavericks/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-empty-option-height-expected.png. |
| * platform/mac-mavericks/fast/forms/select-item-background-clip-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.png. |
| * platform/mac-mavericks/fast/forms/select-item-background-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-item-background-clip-expected.txt. |
| * platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.png. |
| * platform/mac-mavericks/fast/forms/select-list-box-with-height-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-list-box-with-height-expected.txt. |
| * platform/mac-mavericks/fast/forms/select-listbox-multiple-no-focusring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png. |
| * platform/mac-mavericks/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-mavericks/fast/forms/select-overflow-scroll-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-expected.txt. |
| * platform/mac-mavericks/fast/forms/select-overflow-scroll-inherited-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt. |
| * platform/mac-mavericks/fast/forms/select-selected-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.png. |
| * platform/mac-mavericks/fast/forms/select-selected-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-selected-expected.txt. |
| * platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.png. |
| * platform/mac-mavericks/fast/forms/select-writing-direction-natural-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt. |
| * platform/mac-mavericks/fast/forms/select/optgroup-rendering-expected.png: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.png. |
| * platform/mac-mavericks/fast/forms/select/optgroup-rendering-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select/optgroup-rendering-expected.txt. |
| * platform/mac-mavericks/fast/forms/stuff-on-my-optgroup-expected.png: Copied from LayoutTests/platform/mac/fast/forms/stuff-on-my-optgroup-expected.png. |
| * platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.png. |
| * platform/mac-mavericks/fast/forms/tabbing-input-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt. |
| * platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.png: Copied from LayoutTests/platform/mac/fast/forms/targeted-frame-submission-expected.png. |
| * platform/mac-mavericks/fast/forms/targeted-frame-submission-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/targeted-frame-submission-expected.txt. |
| * platform/mac-mavericks/fast/forms/text-style-color-expected.png: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.png. |
| * platform/mac-mavericks/fast/forms/text-style-color-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/text-style-color-expected.txt. |
| * platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.png. |
| * platform/mac-mavericks/fast/forms/textAreaLineHeight-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textAreaLineHeight-expected.txt. |
| * platform/mac-mavericks/fast/forms/textarea-align-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.png. |
| * platform/mac-mavericks/fast/forms/textarea-align-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-align-expected.txt. |
| * platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.png. |
| * platform/mac-mavericks/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt. |
| * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png. |
| * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-1-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt. |
| * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png. |
| * platform/mac-mavericks/fast/forms/textarea-placeholder-visibility-2-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt. |
| * platform/mac-mavericks/fast/forms/textarea-scroll-height-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scroll-height-expected.png. |
| * platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.png. |
| * platform/mac-mavericks/fast/forms/textarea-scrollbar-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrollbar-expected.txt. |
| * platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.png. |
| * platform/mac-mavericks/fast/forms/textarea-scrolled-type-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-scrolled-type-expected.txt. |
| * platform/mac-mavericks/fast/forms/textarea-setinnerhtml-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.png. |
| * platform/mac-mavericks/fast/forms/textarea-setinnerhtml-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textarea-setinnerhtml-expected.txt. |
| * platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.png. |
| * platform/mac-mavericks/fast/forms/textfield-focus-ring-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-focus-ring-expected.txt. |
| * platform/mac-mavericks/fast/forms/textfield-outline-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.png. |
| * platform/mac-mavericks/fast/forms/textfield-outline-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-outline-expected.txt. |
| * platform/mac-mavericks/fast/forms/textfield-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.png. |
| * platform/mac-mavericks/fast/forms/textfield-overflow-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/textfield-overflow-expected.txt. |
| * platform/mac-mavericks/fast/forms/validation-message-appearance-expected.png: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.png. |
| * platform/mac-mavericks/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/validation-message-appearance-expected.txt. |
| * platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.png: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.png. |
| * platform/mac-mavericks/fast/forms/visual-hebrew-text-field-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/visual-hebrew-text-field-expected.txt. |
| * platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.png: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.png. |
| * platform/mac-mavericks/fast/frames/take-focus-from-iframe-expected.txt: Copied from LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt. |
| * platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.png: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.png. |
| * platform/mac-mavericks/fast/hidpi/resize-corner-hidpi-expected.txt: Copied from LayoutTests/platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt. |
| * platform/mac-mavericks/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.png. |
| * platform/mac-mavericks/fast/html/details-no-summary4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-no-summary4-expected.txt. |
| * platform/mac-mavericks/fast/html/details-open-javascript-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.png. |
| * platform/mac-mavericks/fast/html/details-open-javascript-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open-javascript-expected.txt. |
| * platform/mac-mavericks/fast/html/details-open2-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.png. |
| * platform/mac-mavericks/fast/html/details-open2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open2-expected.txt. |
| * platform/mac-mavericks/fast/html/details-open4-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.png. |
| * platform/mac-mavericks/fast/html/details-open4-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-open4-expected.txt. |
| * platform/mac-mavericks/fast/html/details-replace-summary-child-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.png. |
| * platform/mac-mavericks/fast/html/details-replace-summary-child-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-summary-child-expected.txt. |
| * platform/mac-mavericks/fast/html/details-replace-text-expected.png: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.png. |
| * platform/mac-mavericks/fast/html/details-replace-text-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-replace-text-expected.txt. |
| * platform/mac-mavericks/fast/html/keygen-expected.png: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.png. |
| * platform/mac-mavericks/fast/html/keygen-expected.txt: Copied from LayoutTests/platform/mac/fast/html/keygen-expected.txt. |
| * platform/mac-mavericks/fast/images/image-controls-basic-expected.png: Copied from LayoutTests/platform/mac/fast/images/image-controls-basic-expected.png. |
| * platform/mac-mavericks/fast/images/image-controls-basic-expected.txt: Copied from LayoutTests/platform/mac/fast/images/image-controls-basic-expected.txt. |
| * platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.png: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.png. |
| * platform/mac-mavericks/fast/lists/dynamic-marker-crash-expected.txt: Copied from LayoutTests/platform/mac/fast/lists/dynamic-marker-crash-expected.txt. |
| * platform/mac-mavericks/fast/overflow/overflow-x-y-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.png. |
| * platform/mac-mavericks/fast/overflow/overflow-x-y-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/overflow-x-y-expected.txt. |
| * platform/mac-mavericks/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png. |
| * platform/mac-mavericks/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-mavericks/fast/overflow/scrollRevealButton-expected.png: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.png. |
| * platform/mac-mavericks/fast/overflow/scrollRevealButton-expected.txt: Copied from LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt. |
| * platform/mac-mavericks/fast/parser/document-write-option-expected.png: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.png. |
| * platform/mac-mavericks/fast/parser/document-write-option-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/document-write-option-expected.txt. |
| * platform/mac-mavericks/fast/parser/entity-comment-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.png. |
| * platform/mac-mavericks/fast/parser/entity-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/entity-comment-in-textarea-expected.txt. |
| * platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.png: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.png. |
| * platform/mac-mavericks/fast/parser/open-comment-in-textarea-expected.txt: Copied from LayoutTests/platform/mac/fast/parser/open-comment-in-textarea-expected.txt. |
| * platform/mac-mavericks/fast/repaint/control-clip-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/control-clip-expected.png. |
| * platform/mac-mavericks/fast/repaint/control-clip-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/control-clip-expected.txt. |
| * platform/mac-mavericks/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png. |
| * platform/mac-mavericks/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-mavericks/fast/repaint/search-field-cancel-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.png. |
| * platform/mac-mavericks/fast/repaint/search-field-cancel-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/search-field-cancel-expected.txt. |
| * platform/mac-mavericks/fast/repaint/subtree-root-skipped-expected.png: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.png. |
| * platform/mac-mavericks/fast/repaint/subtree-root-skipped-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/subtree-root-skipped-expected.txt. |
| * platform/mac-mavericks/fast/replaced/replaced-breaking-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.png. |
| * platform/mac-mavericks/fast/replaced/replaced-breaking-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt. |
| * platform/mac-mavericks/fast/replaced/replaced-breaking-mixture-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.png. |
| * platform/mac-mavericks/fast/replaced/replaced-breaking-mixture-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/replaced-breaking-mixture-expected.txt. |
| * platform/mac-mavericks/fast/replaced/width100percent-button-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.png. |
| * platform/mac-mavericks/fast/replaced/width100percent-button-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-button-expected.txt. |
| * platform/mac-mavericks/fast/replaced/width100percent-menulist-expected.png: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.png. |
| * platform/mac-mavericks/fast/replaced/width100percent-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/replaced/width100percent-menulist-expected.txt. |
| * platform/mac-mavericks/fast/selectors/064-expected.png: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.png. |
| * platform/mac-mavericks/fast/selectors/064-expected.txt: Copied from LayoutTests/platform/mac/fast/selectors/064-expected.txt. |
| * platform/mac-mavericks/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Copied from LayoutTests/platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png. |
| * platform/mac-mavericks/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-mavericks/fast/table/003-expected.png: Copied from LayoutTests/platform/mac/fast/table/003-expected.png. |
| * platform/mac-mavericks/fast/table/003-expected.txt: Copied from LayoutTests/platform/mac/fast/table/003-expected.txt. |
| * platform/mac-mavericks/fast/table/append-cells2-expected.png: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.png. |
| * platform/mac-mavericks/fast/table/append-cells2-expected.txt: Copied from LayoutTests/platform/mac/fast/table/append-cells2-expected.txt. |
| * platform/mac-mavericks/fast/table/colspanMinWidth-expected.png: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.png. |
| * platform/mac-mavericks/fast/table/colspanMinWidth-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-expected.txt. |
| * platform/mac-mavericks/fast/table/colspanMinWidth-vertical-expected.png: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.png. |
| * platform/mac-mavericks/fast/table/colspanMinWidth-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/table/colspanMinWidth-vertical-expected.txt. |
| * platform/mac-mavericks/fast/table/remove-td-display-none-expected.png: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.png. |
| * platform/mac-mavericks/fast/table/remove-td-display-none-expected.txt: Copied from LayoutTests/platform/mac/fast/table/remove-td-display-none-expected.txt. |
| * platform/mac-mavericks/fast/table/spanOverlapRepaint-expected.png: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.png. |
| * platform/mac-mavericks/fast/table/spanOverlapRepaint-expected.txt: Copied from LayoutTests/platform/mac/fast/table/spanOverlapRepaint-expected.txt. |
| * platform/mac-mavericks/fast/table/text-field-baseline-expected.png: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.png. |
| * platform/mac-mavericks/fast/table/text-field-baseline-expected.txt: Copied from LayoutTests/platform/mac/fast/table/text-field-baseline-expected.txt. |
| * platform/mac-mavericks/fast/text/atsui-rtl-override-selection-expected.png: Copied from LayoutTests/platform/mac/fast/text/atsui-rtl-override-selection-expected.png. |
| * platform/mac-mavericks/fast/text/atsui-rtl-override-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/text/atsui-rtl-override-selection-expected.txt. |
| * platform/mac-mavericks/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-mavericks/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-mavericks/fast/text/backslash-to-yen-sign-expected.txt: Copied from LayoutTests/platform/mac/fast/text/backslash-to-yen-sign-expected.txt. |
| * platform/mac-mavericks/fast/text/complex-text-opacity-expected.png: Copied from LayoutTests/platform/mac/fast/text/complex-text-opacity-expected.png. |
| * platform/mac-mavericks/fast/text/complex-text-opacity-expected.txt: Copied from LayoutTests/platform/mac/fast/text/complex-text-opacity-expected.txt. |
| * platform/mac-mavericks/fast/text/drawBidiText-expected.png: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.png. |
| * platform/mac-mavericks/fast/text/drawBidiText-expected.txt: Copied from LayoutTests/platform/mac/fast/text/drawBidiText-expected.txt. |
| * platform/mac-mavericks/fast/text/emphasis-expected.txt: Copied from LayoutTests/platform/mac/fast/text/emphasis-expected.txt. |
| * platform/mac-mavericks/fast/text/fallback-traits-fixup-expected.txt: Copied from LayoutTests/platform/mac/fast/text/fallback-traits-fixup-expected.txt. |
| * platform/mac-mavericks/fast/text/indic-expected.txt: Copied from LayoutTests/platform/mac/fast/text/indic-expected.txt. |
| * platform/mac-mavericks/fast/text/international/003-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/003-expected.txt. |
| * platform/mac-mavericks/fast/text/international/bidi-listbox-atsui-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-atsui-expected.png. |
| * platform/mac-mavericks/fast/text/international/bidi-listbox-atsui-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt. |
| * platform/mac-mavericks/fast/text/international/bidi-listbox-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-listbox-expected.txt. |
| * platform/mac-mavericks/fast/text/international/bidi-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-menulist-expected.txt. |
| * platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png. |
| * platform/mac-mavericks/fast/text/international/bidi-mirror-he-ar-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt. |
| * platform/mac-mavericks/fast/text/international/bold-bengali-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bold-bengali-expected.txt. |
| * platform/mac-mavericks/fast/text/international/complex-character-based-fallback-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/complex-character-based-fallback-expected.png. |
| * platform/mac-mavericks/fast/text/international/complex-character-based-fallback-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/complex-character-based-fallback-expected.txt. |
| * platform/mac-mavericks/fast/text/international/danda-space-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/danda-space-expected.png. |
| * platform/mac-mavericks/fast/text/international/danda-space-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/danda-space-expected.txt. |
| * platform/mac-mavericks/fast/text/international/hindi-whitespace-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/hindi-whitespace-expected.png. |
| * platform/mac-mavericks/fast/text/international/hindi-whitespace-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/hindi-whitespace-expected.txt. |
| * platform/mac-mavericks/fast/text/international/khmer-selection-expected.png: Copied from LayoutTests/platform/mac/fast/text/international/khmer-selection-expected.png. |
| * platform/mac-mavericks/fast/text/international/khmer-selection-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/khmer-selection-expected.txt. |
| * platform/mac-mavericks/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-mavericks/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-mavericks/fast/text/international/synthesized-italic-vertical-latin-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/synthesized-italic-vertical-latin-expected.txt. |
| * platform/mac-mavericks/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-mavericks/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-mavericks/fast/text/international/wrap-CJK-001-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/wrap-CJK-001-expected.txt. |
| * platform/mac-mavericks/fast/text/justify-ideograph-complex-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-complex-expected.txt. |
| * platform/mac-mavericks/fast/text/justify-ideograph-simple-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-simple-expected.txt. |
| * platform/mac-mavericks/fast/text/justify-ideograph-vertical-expected.txt: Copied from LayoutTests/platform/mac/fast/text/justify-ideograph-vertical-expected.txt. |
| * platform/mac-mavericks/fast/text/khmer-lao-font-expected.txt: Copied from LayoutTests/platform/mac/fast/text/khmer-lao-font-expected.txt. |
| * platform/mac-mavericks/fast/text/midword-break-before-surrogate-pair-2-expected.txt: Copied from LayoutTests/platform/mac/fast/text/midword-break-before-surrogate-pair-2-expected.txt. |
| * platform/mac-mavericks/fast/text/textIteratorNilRenderer-expected.png: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.png. |
| * platform/mac-mavericks/fast/text/textIteratorNilRenderer-expected.txt: Copied from LayoutTests/platform/mac/fast/text/textIteratorNilRenderer-expected.txt. |
| * platform/mac-mavericks/fast/text/updateNewFont-expected.txt: Copied from LayoutTests/platform/mac/fast/text/updateNewFont-expected.txt. |
| * platform/mac-mavericks/fast/transforms/transformed-focused-text-input-expected.png: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.png. |
| * platform/mac-mavericks/fast/transforms/transformed-focused-text-input-expected.txt: Copied from LayoutTests/platform/mac/fast/transforms/transformed-focused-text-input-expected.txt. |
| * platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.png: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.png. |
| * platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt: Copied from LayoutTests/platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt. |
| * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt. |
| * platform/mac-mavericks/mathml/opentype/large-operators-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/large-operators-expected.txt. |
| * platform/mac-mavericks/mathml/opentype/opentype-stretchy-horizontal-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt. |
| * platform/mac-mavericks/mathml/opentype/vertical-expected.txt: Copied from LayoutTests/platform/mac/mathml/opentype/vertical-expected.txt. |
| * platform/mac-mavericks/media/audio-controls-rendering-expected.png: Copied from LayoutTests/platform/mac/media/audio-controls-rendering-expected.png. |
| * platform/mac-mavericks/media/audio-controls-rendering-expected.txt: Copied from LayoutTests/platform/mac/media/audio-controls-rendering-expected.txt. |
| * platform/mac-mavericks/media/controls-strict-expected.png: Copied from LayoutTests/platform/mac/media/controls-strict-expected.png. |
| * platform/mac-mavericks/media/controls-strict-expected.txt: Copied from LayoutTests/platform/mac/media/controls-strict-expected.txt. |
| * platform/mac-mavericks/media/video-controls-rendering-expected.txt: Copied from LayoutTests/platform/mac/media/video-controls-rendering-expected.txt. |
| * platform/mac-mavericks/media/video-display-toggle-expected.txt: Copied from LayoutTests/platform/mac/media/video-display-toggle-expected.txt. |
| * platform/mac-mavericks/media/video-no-audio-expected.png: Copied from LayoutTests/platform/mac/media/video-no-audio-expected.png. |
| * platform/mac-mavericks/media/video-no-audio-expected.txt: Copied from LayoutTests/platform/mac/media/video-no-audio-expected.txt. |
| * platform/mac-mavericks/media/video-volume-slider-expected.txt: Copied from LayoutTests/platform/mac/media/video-volume-slider-expected.txt. |
| * platform/mac-mavericks/platform/mac/editing/input/devanagari-ligature-expected.txt: Copied from LayoutTests/platform/mac/editing/input/devanagari-ligature-expected.txt. |
| * platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt. |
| * platform/mac-mavericks/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt. |
| * platform/mac-mavericks/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt. |
| * platform/mac-mavericks/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt. |
| * platform/mac-mavericks/platform/mac/scrollbars/key-window-not-first-responder-expected.txt: Copied from LayoutTests/platform/mac/scrollbars/key-window-not-first-responder-expected.txt. |
| * platform/mac-mavericks/plugins/mouse-click-plugin-clears-selection-expected.txt: Copied from LayoutTests/platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt. |
| * platform/mac-mavericks/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png. |
| * platform/mac-mavericks/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt. |
| * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png. |
| * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt. |
| * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png. |
| * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt. |
| * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png. |
| * platform/mac-mavericks/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt. |
| * platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png. |
| * platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt. |
| * platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png. |
| * platform/mac-mavericks/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt. |
| * platform/mac-mavericks/svg/custom/inline-svg-in-xhtml-expected.png: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.png. |
| * platform/mac-mavericks/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt. |
| * platform/mac-mavericks/svg/hixie/mixed/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png. |
| * platform/mac-mavericks/svg/hixie/mixed/003-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.txt. |
| * platform/mac-mavericks/svg/text/bidi-text-query-expected.png: Copied from LayoutTests/platform/mac/svg/text/bidi-text-query-expected.png. |
| * platform/mac-mavericks/svg/text/bidi-text-query-expected.txt: Copied from LayoutTests/platform/mac/svg/text/bidi-text-query-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug1188-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1188-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug12384-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug12384-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug138725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug138725-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug18359-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug24200-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24200-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug2479-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug2479-3-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug2479-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug28928-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug28928-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug29326-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29326-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug30559-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30559-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug30692-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug33855-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug4382-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug4527-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug46368-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug46368-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug51037-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51037-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug51727-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug52505-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug52506-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug55545-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55545-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug59354-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug59354-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug60749-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug60749-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug68912-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug7342-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug96334-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/bugs/bug99948-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug99948-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/core/margins-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/dom/tableDom-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/dom/tableDom-expected.txt. |
| * platform/mac-mavericks/tables/mozilla/other/move_row-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla/other/move_row-expected.txt. |
| * platform/mac-mavericks/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt. |
| * platform/mac-mavericks/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-mavericks/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-mavericks/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-mavericks/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-mavericks/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-mavericks/transforms/2d/hindi-rotated-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/hindi-rotated-expected.txt. |
| * platform/mac-mavericks/transforms/2d/zoom-menulist-expected.txt: Copied from LayoutTests/platform/mac/transforms/2d/zoom-menulist-expected.txt. |
| * platform/mac-mavericks/transforms/3d/general/perspective-non-layer-expected.txt: Copied from LayoutTests/platform/mac/transforms/3d/general/perspective-non-layer-expected.txt. |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac-wk2/js/dom/global-constructors-attributes-expected.txt: Copied from LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt. |
| * platform/mac/TestExpectations: |
| * platform/mac/accessibility/aria-readonly-expected.txt: |
| * platform/mac/accessibility/roles-exposed-expected.txt: |
| * platform/mac/compositing/contents-opaque/control-layer-expected.txt: |
| * platform/mac/compositing/fixed-image-loading-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt. |
| * platform/mac/compositing/geometry/ancestor-overflow-change-expected.txt: Copied from LayoutTests/platform/mac/compositing/contents-opaque/control-layer-expected.txt. |
| * platform/mac/compositing/geometry/composited-in-columns-expected.txt: Added. |
| * platform/mac/compositing/rtl/rtl-fixed-expected.txt: Added. |
| * platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Added. |
| * platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added. |
| * platform/mac/css3/selectors3/html/css3-modsel-161-expected.png: |
| * 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-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-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.png: Added. |
| * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt: |
| * platform/mac/editing/input/devanagari-ligature-expected.txt: |
| * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.png: Added. |
| * platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: |
| * platform/mac/editing/input/undo-grouping-on-text-insertion-expected.txt: Added. |
| * platform/mac/editing/input/undo-grouping-on-text-insertion.html: Added. |
| * platform/mac/editing/inserting/4960120-1-expected.png: |
| * platform/mac/editing/inserting/4960120-1-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/4641033-expected.png: |
| * platform/mac/editing/pasteboard/4806874-expected.png: |
| * platform/mac/editing/pasteboard/4806874-expected.txt: |
| * platform/mac/editing/pasteboard/4944770-1-expected.png: |
| * platform/mac/editing/pasteboard/4944770-2-expected.png: |
| * 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.png: |
| * platform/mac/editing/pasteboard/input-field-1-expected.txt: |
| * platform/mac/editing/pasteboard/pasting-tabs-expected.png: |
| * platform/mac/editing/pasteboard/pasting-tabs-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/4397952-expected.png: |
| * platform/mac/editing/selection/4397952-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/5240265-expected.png: |
| * platform/mac/editing/selection/caret-before-select-expected.png: |
| * platform/mac/editing/selection/drag-select-1-expected.png: |
| * 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/editing/selection/select-across-readonly-input-1-expected.png: |
| * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-2-expected.png: |
| * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-3-expected.png: |
| * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-4-expected.png: |
| * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt: |
| * platform/mac/editing/selection/select-across-readonly-input-5-expected.png: |
| * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt: |
| * platform/mac/editing/selection/select-box-expected.png: |
| * platform/mac/editing/selection/select-element-paragraph-boundary-expected.png: |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.png: |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt: |
| * platform/mac/editing/selection/selection-button-text-expected.png: |
| * platform/mac/editing/selection/selection-button-text-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: |
| * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png: |
| * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt: |
| * platform/mac/fast/block/margin-collapse/103-expected.png: |
| * platform/mac/fast/block/margin-collapse/103-expected.txt: |
| * platform/mac/fast/block/positioning/inline-block-relposition-expected.png: |
| * platform/mac/fast/block/positioning/inline-block-relposition-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/font-family-pictograph-expected.txt: |
| * platform/mac/fast/css/input-search-padding-expected.png: |
| * platform/mac/fast/css/line-height-expected.png: |
| * platform/mac/fast/css/line-height-expected.txt: |
| * platform/mac/fast/css/margin-top-bottom-dynamic-expected.png: |
| * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt: |
| * platform/mac/fast/css/resize-corner-tracking-expected.png: |
| * platform/mac/fast/css/resize-corner-tracking-expected.txt: Added. |
| * platform/mac/fast/css/rtl-ordering-expected.png: |
| * platform/mac/fast/css/rtl-ordering-expected.txt: |
| * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.png: |
| * platform/mac/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/mac/fast/css/text-overflow-input-expected.png: |
| * platform/mac/fast/css/text-overflow-input-expected.txt: |
| * platform/mac/fast/css/text-transform-select-expected.png: |
| * platform/mac/fast/css/text-transform-select-expected.txt: |
| * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png: |
| * 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.png: |
| * platform/mac/fast/dom/isindex-001-expected.txt: |
| * platform/mac/fast/dom/isindex-002-expected.png: |
| * 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/dynamic/positioned-movement-with-positioned-children-expected.png: |
| * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: |
| * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: |
| * platform/mac/fast/events/context-no-deselect-expected.png: |
| * platform/mac/fast/events/context-no-deselect-expected.txt: |
| * platform/mac/fast/events/shadow-event-path-2-expected.txt: Added. |
| * platform/mac/fast/forms/001-expected.png: |
| * platform/mac/fast/forms/001-expected.txt: |
| * platform/mac/fast/forms/003-expected.png: |
| * platform/mac/fast/forms/003-expected.txt: |
| * platform/mac/fast/forms/004-expected.png: |
| * platform/mac/fast/forms/004-expected.txt: |
| * platform/mac/fast/forms/HTMLOptionElement_label01-expected.png: |
| * 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_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-buttons-expected.png: |
| * platform/mac/fast/forms/basic-buttons-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.png: |
| * 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/blankbuttons-expected.png: |
| * platform/mac/fast/forms/blankbuttons-expected.txt: |
| * platform/mac/fast/forms/box-shadow-override-expected.png: |
| * platform/mac/fast/forms/box-shadow-override-expected.txt: |
| * platform/mac/fast/forms/button-align-expected.png: |
| * platform/mac/fast/forms/button-cannot-be-nested-expected.png: |
| * platform/mac/fast/forms/button-cannot-be-nested-expected.txt: |
| * platform/mac/fast/forms/button-default-title-expected.png: |
| * platform/mac/fast/forms/button-default-title-expected.txt: |
| * platform/mac/fast/forms/button-generated-content-expected.png: |
| * platform/mac/fast/forms/button-generated-content-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/disabled-select-change-index-expected.png: |
| * platform/mac/fast/forms/disabled-select-change-index-expected.txt: |
| * platform/mac/fast/forms/encoding-test-expected.png: |
| * 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/file-input-direction-expected.png: |
| * platform/mac/fast/forms/file/file-input-direction-expected.txt: |
| * platform/mac/fast/forms/file/file-input-disabled-expected.png: |
| * platform/mac/fast/forms/file/file-input-disabled-expected.txt: |
| * platform/mac/fast/forms/file/input-file-re-render-expected.png: |
| * platform/mac/fast/forms/file/input-file-re-render-expected.txt: |
| * platform/mac/fast/forms/floating-textfield-relayout-expected.png: |
| * platform/mac/fast/forms/form-element-geometry-expected.png: |
| * platform/mac/fast/forms/form-element-geometry-expected.txt: |
| * platform/mac/fast/forms/formmove3-expected.png: |
| * platform/mac/fast/forms/formmove3-expected.txt: |
| * platform/mac/fast/forms/hidden-listbox-expected.png: |
| * 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.png: |
| * 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.png: |
| * 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.png: |
| * 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-spinbutton-expected.txt: |
| * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: |
| * platform/mac/fast/forms/input-appearance-visibility-expected.png: |
| * 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: |
| * 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-first-letter-expected.png: |
| * platform/mac/fast/forms/input-placeholder-visibility-1-expected.png: |
| * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt: |
| * platform/mac/fast/forms/input-placeholder-visibility-3-expected.png: |
| * 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.png: |
| * platform/mac/fast/forms/input-readonly-empty-expected.txt: |
| * platform/mac/fast/forms/input-spaces-expected.png: |
| * 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.png: |
| * 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.png: |
| * 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-expected.png: |
| * platform/mac/fast/forms/input-type-text-min-width-expected.txt: |
| * platform/mac/fast/forms/input-value-expected.png: |
| * platform/mac/fast/forms/input-value-expected.txt: |
| * platform/mac/fast/forms/input-width-expected.png: |
| * 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-scrollbar-incremental-load-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-clip-expected.png: |
| * platform/mac/fast/forms/menulist-clip-expected.txt: |
| * platform/mac/fast/forms/menulist-deselect-update-expected.png: |
| * platform/mac/fast/forms/menulist-deselect-update-expected.txt: |
| * platform/mac/fast/forms/menulist-no-overflow-expected.png: |
| * platform/mac/fast/forms/menulist-no-overflow-expected.txt: |
| * platform/mac/fast/forms/menulist-option-wrap-expected.png: |
| * 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/menulist-style-color-expected.png: |
| * platform/mac/fast/forms/menulist-style-color-expected.txt: |
| * platform/mac/fast/forms/menulist-width-change-expected.png: |
| * platform/mac/fast/forms/menulist-width-change-expected.txt: |
| * platform/mac/fast/forms/minWidthPercent-expected.png: |
| * 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.png: |
| * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: |
| * platform/mac/fast/forms/option-script-expected.png: |
| * platform/mac/fast/forms/option-script-expected.txt: |
| * platform/mac/fast/forms/option-strip-whitespace-expected.png: |
| * platform/mac/fast/forms/option-strip-whitespace-expected.txt: |
| * platform/mac/fast/forms/option-text-clip-expected.png: |
| * platform/mac/fast/forms/option-text-clip-expected.txt: |
| * platform/mac/fast/forms/placeholder-position-expected.png: |
| * platform/mac/fast/forms/placeholder-position-expected.txt: |
| * 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.png: |
| * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt: |
| * platform/mac/fast/forms/search-display-none-cancel-button-expected.png: |
| * 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-styled-expected.png: |
| * platform/mac/fast/forms/search-styled-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: |
| * 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-background-none-expected.png: |
| * platform/mac/fast/forms/select-baseline-expected.png: |
| * platform/mac/fast/forms/select-baseline-expected.txt: |
| * platform/mac/fast/forms/select-block-background-expected.png: |
| * platform/mac/fast/forms/select-block-background-expected.txt: |
| * platform/mac/fast/forms/select-change-listbox-size-expected.png: |
| * platform/mac/fast/forms/select-change-listbox-size-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.png: |
| * platform/mac/fast/forms/select-item-background-clip-expected.png: |
| * platform/mac/fast/forms/select-item-background-clip-expected.txt: |
| * platform/mac/fast/forms/select-list-box-with-height-expected.png: |
| * platform/mac/fast/forms/select-list-box-with-height-expected.txt: |
| * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.png: |
| * platform/mac/fast/forms/select-listbox-multiple-no-focusring-expected.txt: |
| * platform/mac/fast/forms/select-overflow-scroll-expected.txt: |
| * platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt: |
| * platform/mac/fast/forms/select-selected-expected.png: |
| * platform/mac/fast/forms/select-selected-expected.txt: |
| * platform/mac/fast/forms/select-writing-direction-natural-expected.png: |
| * platform/mac/fast/forms/select-writing-direction-natural-expected.txt: |
| * platform/mac/fast/forms/select/optgroup-rendering-expected.png: |
| * platform/mac/fast/forms/select/optgroup-rendering-expected.txt: |
| * platform/mac/fast/forms/stuff-on-my-optgroup-expected.png: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.png: |
| * platform/mac/fast/forms/tabbing-input-iframe-expected.txt: |
| * platform/mac/fast/forms/targeted-frame-submission-expected.png: |
| * platform/mac/fast/forms/targeted-frame-submission-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.png: |
| * platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt: |
| * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png: |
| * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt: |
| * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png: |
| * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt: |
| * platform/mac/fast/forms/textarea-scroll-height-expected.png: |
| * platform/mac/fast/forms/textarea-scrollbar-expected.png: |
| * platform/mac/fast/forms/textarea-scrollbar-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.png: |
| * 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.png: |
| * 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.png: |
| * platform/mac/fast/frames/take-focus-from-iframe-expected.txt: |
| * platform/mac/fast/hidpi/resize-corner-hidpi-expected.png: |
| * platform/mac/fast/hidpi/resize-corner-hidpi-expected.txt: |
| * platform/mac/fast/html/details-no-summary4-expected.png: |
| * platform/mac/fast/html/details-no-summary4-expected.txt: |
| * platform/mac/fast/html/details-open-javascript-expected.png: |
| * platform/mac/fast/html/details-open-javascript-expected.txt: |
| * platform/mac/fast/html/details-open2-expected.png: |
| * platform/mac/fast/html/details-open2-expected.txt: |
| * platform/mac/fast/html/details-open4-expected.png: |
| * platform/mac/fast/html/details-open4-expected.txt: |
| * platform/mac/fast/html/details-replace-summary-child-expected.png: |
| * platform/mac/fast/html/details-replace-summary-child-expected.txt: |
| * platform/mac/fast/html/details-replace-text-expected.png: |
| * platform/mac/fast/html/details-replace-text-expected.txt: |
| * platform/mac/fast/html/keygen-expected.png: |
| * platform/mac/fast/html/keygen-expected.txt: |
| * platform/mac/fast/images/image-controls-basic-expected.png: |
| * platform/mac/fast/images/image-controls-basic-expected.txt: |
| * platform/mac/fast/lists/dynamic-marker-crash-expected.png: |
| * 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.png: |
| * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: |
| * platform/mac/fast/overflow/scrollRevealButton-expected.png: |
| * platform/mac/fast/overflow/scrollRevealButton-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.png: |
| * 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/control-clip-expected.png: |
| * platform/mac/fast/repaint/control-clip-expected.txt: |
| * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: |
| * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: |
| * platform/mac/fast/repaint/search-field-cancel-expected.png: |
| * platform/mac/fast/repaint/search-field-cancel-expected.txt: |
| * platform/mac/fast/repaint/selection-gap-fixed-child-expected.txt: Added. |
| * platform/mac/fast/repaint/selection-gap-flipped-fixed-child-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/width100percent-button-expected.png: |
| * platform/mac/fast/replaced/width100percent-button-expected.txt: |
| * platform/mac/fast/replaced/width100percent-menulist-expected.png: |
| * platform/mac/fast/replaced/width100percent-menulist-expected.txt: |
| * platform/mac/fast/selectors/064-expected.png: |
| * platform/mac/fast/selectors/064-expected.txt: |
| * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: |
| * platform/mac/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: |
| * platform/mac/fast/table/003-expected.png: |
| * platform/mac/fast/table/003-expected.txt: |
| * platform/mac/fast/table/append-cells2-expected.png: |
| * platform/mac/fast/table/append-cells2-expected.txt: |
| * platform/mac/fast/table/colspanMinWidth-expected.png: |
| * 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/remove-td-display-none-expected.png: |
| * platform/mac/fast/table/remove-td-display-none-expected.txt: |
| * platform/mac/fast/table/spanOverlapRepaint-expected.png: |
| * platform/mac/fast/table/spanOverlapRepaint-expected.txt: |
| * platform/mac/fast/table/text-field-baseline-expected.png: |
| * platform/mac/fast/table/text-field-baseline-expected.txt: |
| * platform/mac/fast/text/atsui-rtl-override-selection-expected.png: |
| * platform/mac/fast/text/atsui-rtl-override-selection-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/backslash-to-yen-sign-expected.txt: |
| * platform/mac/fast/text/complex-text-opacity-expected.png: |
| * platform/mac/fast/text/complex-text-opacity-expected.txt: |
| * platform/mac/fast/text/drawBidiText-expected.png: |
| * platform/mac/fast/text/drawBidiText-expected.txt: |
| * platform/mac/fast/text/emphasis-expected.txt: |
| * platform/mac/fast/text/fallback-traits-fixup-expected.txt: |
| * platform/mac/fast/text/indic-expected.txt: |
| * platform/mac/fast/text/international/003-expected.txt: |
| * platform/mac/fast/text/international/bidi-listbox-atsui-expected.png: |
| * platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt: |
| * platform/mac/fast/text/international/bidi-listbox-expected.txt: |
| * platform/mac/fast/text/international/bidi-menulist-expected.txt: |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png: |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: |
| * platform/mac/fast/text/international/bold-bengali-expected.txt: |
| * platform/mac/fast/text/international/complex-character-based-fallback-expected.png: |
| * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: |
| * platform/mac/fast/text/international/danda-space-expected.png: |
| * platform/mac/fast/text/international/danda-space-expected.txt: |
| * platform/mac/fast/text/international/hindi-whitespace-expected.png: |
| * platform/mac/fast/text/international/hindi-whitespace-expected.txt: |
| * platform/mac/fast/text/international/khmer-selection-expected.png: |
| * platform/mac/fast/text/international/khmer-selection-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/synthesized-italic-vertical-latin-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/international/wrap-CJK-001-expected.txt: |
| * platform/mac/fast/text/justify-ideograph-complex-expected.txt: |
| * platform/mac/fast/text/justify-ideograph-simple-expected.txt: |
| * platform/mac/fast/text/justify-ideograph-vertical-expected.txt: |
| * platform/mac/fast/text/khmer-lao-font-expected.txt: |
| * platform/mac/fast/text/midword-break-before-surrogate-pair-2-expected.txt: |
| * platform/mac/fast/text/systemFont-expected.txt: Added. |
| * platform/mac/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/mac/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/mac/fast/text/updateNewFont-expected.txt: |
| * platform/mac/fast/text/vertical-no-sideways-expected.txt: Added. |
| * platform/mac/fast/transforms/transformed-focused-text-input-expected.png: |
| * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: |
| * platform/mac/http/tests/media/media-source/mediasource-addsourcebuffer-expected.txt: Added. |
| * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt: |
| * platform/mac/js/dom/global-constructors-attributes-expected.txt: |
| * platform/mac/mathml/opentype/large-operators-expected.txt: |
| * platform/mac/mathml/opentype/munderover-window-resize-expected.png: Added. |
| * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.png: Added. |
| * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt: |
| * platform/mac/mathml/opentype/vertical-expected.txt: |
| * platform/mac/media/audio-controls-rendering-expected.png: |
| * platform/mac/media/audio-controls-rendering-expected.txt: |
| * platform/mac/media/controls-strict-expected.png: |
| * platform/mac/media/controls-strict-expected.txt: |
| * platform/mac/media/video-controls-rendering-expected.txt: |
| * platform/mac/media/video-display-toggle-expected.txt: |
| * platform/mac/media/video-no-audio-expected.png: |
| * platform/mac/media/video-no-audio-expected.txt: |
| * platform/mac/media/video-volume-slider-expected.txt: |
| * platform/mac/platform/mac/accessibility/form-control-value-settable-expected.txt: Removed. |
| * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Removed. |
| * platform/mac/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Removed. |
| * platform/mac/platform/mac/fast/text/systemFont-expected.txt: Removed. |
| * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.png: Removed. |
| * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: Removed. |
| * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt: |
| * platform/mac/scrollbars/key-window-not-first-responder-expected.txt: |
| * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: |
| * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: |
| * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: |
| * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: |
| * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: |
| * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: |
| * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: |
| * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: |
| * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: |
| * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: |
| * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: |
| * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/mac/svg/hixie/mixed/003-expected.png: |
| * platform/mac/svg/hixie/mixed/003-expected.txt: |
| * platform/mac/svg/text/bidi-text-query-expected.png: |
| * platform/mac/svg/text/bidi-text-query-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/bug28928-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug29326-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug30559-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/bug52506-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug55545-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug59354-expected.txt: |
| * platform/mac/tables/mozilla/bugs/bug60749-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/bug1725-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: |
| * platform/mac/transforms/2d/hindi-rotated-expected.txt: |
| * platform/mac/transforms/2d/zoom-menulist-expected.txt: |
| * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt: |
| |
| 2014-10-10 Andrzej Badowski <a.badowski@samsung.com> |
| |
| [ATK] Changing the mapping of ARIA rowheader and columnheader into respective ATK roles. |
| https://bugs.webkit.org/show_bug.cgi?id=136150 |
| |
| Reviewed by Chris Fleizach. |
| |
| Minor changes in the roles-exposed test to check the mapping of rowheader and columnheader. |
| As a result of changes in the code test also shows the changes for the <th> element. |
| Changes expectations so that they cover propoer mapping of RowHeaderRole and ColumnHeaderRole. |
| |
| * accessibility/aria-tables-expected.txt: |
| * accessibility/roles-exposed.html: |
| * accessibility/table-roles-hierarchy-expected.txt: Added. |
| * accessibility/table-roles-hierarchy.html: Added. |
| * platform/efl/accessibility/roles-exposed-expected.txt: Added. |
| * platform/efl/accessibility/table-attributes-expected.txt: |
| * platform/efl/accessibility/table-cells-expected.txt: |
| * platform/efl/accessibility/table-detection-expected.txt: |
| * platform/gtk/accessibility/roles-exposed-expected.txt: Added. |
| * platform/gtk/accessibility/table-attributes-expected.txt: |
| * platform/gtk/accessibility/table-cells-expected.txt: |
| * platform/gtk/accessibility/table-sections-expected.txt: |
| * platform/mac/accessibility/aria-tables-expected.txt: Copied from LayoutTests/accessibility/aria-tables-expected.txt. |
| * platform/mac/accessibility/table-roles-hierarchy-expected.txt: Added. |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| Rename some tests that oddly had -html.html suffixes. |
| |
| * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-expected.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-html-expected.html. |
| * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-background-composited-html.html. |
| * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html-expected.png. |
| * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html-expected.txt. |
| * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-opacity-html.html. |
| * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.png: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html-expected.png. |
| * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-expected.txt: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html-expected.txt. |
| * platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed.html: Renamed from LayoutTests/platform/mac-wk2/tiled-drawing/scrolling/fixed-background/fixed-body-background-transformed-html.html. |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| Tweak some Mac test expectations. |
| |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac/TestExpectations: |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| Mac TestExpectations cleanup. |
| |
| Re-enable tests that now pass. Mark skipped tests as [ Failure ] when possible, |
| and rebaseline some tests. |
| |
| * perf/nested-combined-selectors-expected.txt: Added. |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac/TestExpectations: |
| * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-delete-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-simple-expected.txt: |
| * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt: |
| * platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: |
| * platform/mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added. |
| * platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt: |
| * platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Renamed from LayoutTests/platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt. |
| * platform/mac/media/controls-styling-expected.txt: |
| * platform/mac/media/video-zoom-controls-expected.txt: |
| * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Removed. |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| Skip webgl tests in the iOS Simulator. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for webaudio tests. |
| |
| * platform/ios-simulator/webaudio/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for webarchive tests. |
| |
| * platform/ios-simulator/webarchive/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator and generic results for userscripts tests. |
| |
| * platform/ios-simulator/userscripts/user-script-plugin-document-expected.txt: Added. |
| * userscripts/script-run-at-end-expected.txt: Added. |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results (many of which are failures) for transitions tests. |
| |
| * platform/ios-simulator/transitions/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for transforms tests. |
| |
| * platform/ios-simulator/transforms/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for tables tests. |
| |
| * platform/ios-simulator/tables/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| Denote some crashing SVG tests. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2014-10-09 Dean Jackson <dino@apple.com> |
| |
| Computed style for clip is wrong with respect to auto |
| https://bugs.webkit.org/show_bug.cgi?id=137567 |
| |
| Reviewed by Simon Fraser. |
| |
| Test that an input of clip: rect(auto, auto, auto, auto) |
| is the same on the way out. |
| |
| * fast/css/computed-clip-with-auto-rect-expected.txt: Added. |
| * fast/css/computed-clip-with-auto-rect.html: Added. |
| |
| 2014-10-09 Said Abou-Hallawa <sabouhallawa@apple.com> |
| |
| RenderMathMLUnderOver adds spacing to the child operator indefinitely when zooming or resizing the window. |
| https://bugs.webkit.org/show_bug.cgi?id=137330 |
| |
| Reviewed by Darin Adler, Daniel Bates. |
| |
| When the alignment is center, which is the common case for math, changing the size of |
| an object affects the position of this object also. We need to confirm that zooming or |
| resizing the window should not affect the rectangle of the over/under math object operator. |
| |
| * mathml/opentype/munderover-window-resize-expected.txt: Added. |
| * mathml/opentype/munderover-window-resize.html: Added. |
| New test with many under and over math objects. After loading the page, the window is resized and |
| the view is zoomed in and out to make sure the layout of these under and over objects were not changed. |
| * platform/mac/mathml/opentype/opentype-stretchy-horizontal-expected.txt: |
| This test was wrong because of the spacing issue. The page has two <mover> math objects at the beginning. |
| Each of them has an <mspace> child. The width of the first <mspace> is 1em while the width of the second |
| <mspace> is 2em. The font size is 10pt. So it is expected to have the first one 10 pixels and the second |
| to be 20 pixels. In the test, the width of the first is 22 and the width of the second is 32. |
| I do expect this test to fail on other platforms since they have the same mistake which is now fixed. I am |
| going to submit the mac expected version only and when it fails I am going to collect the result and submit |
| another patch for the other platforms expected files. |
| |
| 2014-10-09 Dean Jackson <dino@apple.com> |
| |
| Import W3C @supports tests |
| https://bugs.webkit.org/show_bug.cgi?id=137569 |
| <rdar://problem/18601076> |
| |
| Reviewed by Simon Fraser. |
| |
| Import the tests from https://test.csswg.org/source/css-conditional-3/ |
| |
| We currently fail 2 tests, tracked in TestExpectations. |
| |
| * TestExpectations: |
| * css3/conditional/w3c/LICENSE: Added. |
| * css3/conditional/w3c/at-supports-001-expected.html: Added. |
| * css3/conditional/w3c/at-supports-001.html: Added. |
| * css3/conditional/w3c/at-supports-002-expected.html: Added. |
| * css3/conditional/w3c/at-supports-002.html: Added. |
| * css3/conditional/w3c/at-supports-003-expected.html: Added. |
| * css3/conditional/w3c/at-supports-003.html: Added. |
| * css3/conditional/w3c/at-supports-004-expected.html: Added. |
| * css3/conditional/w3c/at-supports-004.html: Added. |
| * css3/conditional/w3c/at-supports-005-expected.html: Added. |
| * css3/conditional/w3c/at-supports-005.html: Added. |
| * css3/conditional/w3c/at-supports-006-expected.html: Added. |
| * css3/conditional/w3c/at-supports-006.html: Added. |
| * css3/conditional/w3c/at-supports-007-expected.html: Added. |
| * css3/conditional/w3c/at-supports-007.html: Added. |
| * css3/conditional/w3c/at-supports-008-expected.html: Added. |
| * css3/conditional/w3c/at-supports-008.html: Added. |
| * css3/conditional/w3c/at-supports-009-expected.html: Added. |
| * css3/conditional/w3c/at-supports-009.html: Added. |
| * css3/conditional/w3c/at-supports-010-expected.html: Added. |
| * css3/conditional/w3c/at-supports-010.html: Added. |
| * css3/conditional/w3c/at-supports-011-expected.html: Added. |
| * css3/conditional/w3c/at-supports-011.html: Added. |
| * css3/conditional/w3c/at-supports-012-expected.html: Added. |
| * css3/conditional/w3c/at-supports-012.html: Added. |
| * css3/conditional/w3c/at-supports-013-expected.html: Added. |
| * css3/conditional/w3c/at-supports-013.html: Added. |
| * css3/conditional/w3c/at-supports-014-expected.html: Added. |
| * css3/conditional/w3c/at-supports-014.html: Added. |
| * css3/conditional/w3c/at-supports-015-expected.html: Added. |
| * css3/conditional/w3c/at-supports-015.html: Added. |
| * css3/conditional/w3c/at-supports-016-expected.html: Added. |
| * css3/conditional/w3c/at-supports-016.html: Added. |
| * css3/conditional/w3c/at-supports-017-expected.html: Added. |
| * css3/conditional/w3c/at-supports-017.html: Added. |
| * css3/conditional/w3c/at-supports-018-expected.html: Added. |
| * css3/conditional/w3c/at-supports-018.html: Added. |
| * css3/conditional/w3c/at-supports-019-expected.html: Added. |
| * css3/conditional/w3c/at-supports-019.html: Added. |
| * css3/conditional/w3c/at-supports-020-expected.html: Added. |
| * css3/conditional/w3c/at-supports-020.html: Added. |
| * css3/conditional/w3c/at-supports-021-expected.html: Added. |
| * css3/conditional/w3c/at-supports-021.html: Added. |
| * css3/conditional/w3c/at-supports-022-expected.html: Added. |
| * css3/conditional/w3c/at-supports-022.html: Added. |
| * css3/conditional/w3c/at-supports-023-expected.html: Added. |
| * css3/conditional/w3c/at-supports-023.html: Added. |
| * css3/conditional/w3c/at-supports-024-expected.html: Added. |
| * css3/conditional/w3c/at-supports-024.html: Added. |
| * css3/conditional/w3c/at-supports-025-expected.html: Added. |
| * css3/conditional/w3c/at-supports-025.html: Added. |
| * css3/conditional/w3c/at-supports-026-expected.html: Added. |
| * css3/conditional/w3c/at-supports-026.html: Added. |
| * css3/conditional/w3c/at-supports-027-expected.html: Added. |
| * css3/conditional/w3c/at-supports-027.html: Added. |
| * css3/conditional/w3c/at-supports-028-expected.html: Added. |
| * css3/conditional/w3c/at-supports-028.html: Added. |
| * css3/conditional/w3c/at-supports-029-expected.html: Added. |
| * css3/conditional/w3c/at-supports-029.html: Added. |
| * css3/conditional/w3c/at-supports-030-expected.html: Added. |
| * css3/conditional/w3c/at-supports-030.html: Added. |
| * css3/conditional/w3c/at-supports-031-expected.html: Added. |
| * css3/conditional/w3c/at-supports-031.html: Added. |
| * css3/conditional/w3c/at-supports-032-expected.html: Added. |
| * css3/conditional/w3c/at-supports-032.html: Added. |
| * css3/conditional/w3c/at-supports-033-expected.html: Added. |
| * css3/conditional/w3c/at-supports-033.html: Added. |
| |
| 2014-10-09 Dean Jackson <dino@apple.com> |
| |
| Remove ENABLE_CSS3_CONDITIONAL_RULES |
| https://bugs.webkit.org/show_bug.cgi?id=137571 |
| |
| Reviewed by Simon Fraser. |
| |
| Unskip tests. |
| |
| * platform/ios-sim/Skipped: |
| * platform/wincairo/TestExpectations: |
| * platform/wk2/TestExpectations: |
| |
| 2014-10-09 Benjamin Poulain <benjamin@webkit.org> |
| |
| Add the baseline implementation of :not(selectorList) |
| https://bugs.webkit.org/show_bug.cgi?id=137548 |
| |
| Reviewed by Andreas Kling. |
| |
| There are 3 big kind of changes to the tests: |
| 1) The new implementation intentionally breaks :not() of :visited and :link. |
| Some test for the basic :not(:link) and :not(:visited) are consequently failing. |
| 2) Some tests were ensuring that :not() only support simple selectors, those are |
| becoming irrelevant. |
| 3) New test for the feature. |
| |
| * TestExpectations: |
| This patch intentionally breaks :not(:link). The test fast/history/link-inside-not.html |
| time out since it is waiting for the link to match. |
| |
| * fast/css/invalid-not-with-simple-selector-sequence-expected.txt: Removed. |
| * fast/css/invalid-not-with-simple-selector-sequence.html: Removed. |
| This test originally came from IEtestcenter. None of it is useful, all the "invalid" |
| cases are now fully functional selectors. |
| |
| * fast/css/css-selector-text-expected.txt: |
| * fast/css/css-selector-text.html: |
| * fast/css/css-set-selector-text-expected.txt: |
| * fast/css/css-set-selector-text.html: |
| Parsing and CSS OM tests for the new :not(). |
| |
| * fast/css/parsing-css-matches-5-expected.txt: |
| * fast/css/parsing-css-matches-5.html: |
| * fast/css/parsing-css-matches-6-expected.txt: |
| * fast/css/parsing-css-matches-6.html: |
| * fast/css/parsing-css-matches-7-expected.txt: |
| * fast/css/parsing-css-matches-7.html: |
| * fast/css/parsing-css-matches-8-expected.txt: |
| * fast/css/parsing-css-matches-8.html: |
| Update the tests of :matches() to account for the extended :not(). |
| |
| * fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt: |
| Some cases covered by this test are now valid. The test is kept as is for |
| its historical value, but all the FAIL cover valid use cases in Level 4. |
| |
| * platform/mac/css3/selectors3/html/css3-modsel-61-expected.txt: |
| * platform/mac/css3/selectors3/html/css3-modsel-83-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-61-expected.txt: |
| * platform/mac/css3/selectors3/xhtml/css3-modsel-83-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-61-expected.txt: |
| * platform/mac/css3/selectors3/xml/css3-modsel-83-expected.txt: |
| * platform/mac/fast/selectors/061-expected.txt: |
| * platform/mac/fast/selectors/083-expected.txt: |
| Those tests are changing because of the breakage of :link and :visited. |
| |
| * fast/css/not-basics-expected.html: Added. |
| * fast/css/not-basics.html: Added. |
| Basic use cases of the extended :not() that should always style correctly. |
| |
| * fast/css/parsing-css-not-1-expected.txt: Added. |
| * fast/css/parsing-css-not-1.html: Added. |
| * fast/css/parsing-css-not-2-expected.txt: Added. |
| * fast/css/parsing-css-not-2.html: Added. |
| * fast/css/parsing-css-not-3-expected.txt: Added. |
| * fast/css/parsing-css-not-3.html: Added. |
| * fast/css/parsing-css-not-4-expected.txt: Added. |
| * fast/css/parsing-css-not-4.html: Added. |
| * fast/css/parsing-css-not-5-expected.txt: Added. |
| * fast/css/parsing-css-not-5.html: Copied from LayoutTests/fast/css/parsing-css-matches-5.html. |
| * fast/css/parsing-css-not-6-expected.txt: Added. |
| * fast/css/parsing-css-not-6.html: Copied from LayoutTests/fast/css/parsing-css-matches-6.html. |
| * fast/css/parsing-css-not-7-expected.txt: Copied from LayoutTests/fast/css/parsing-css-matches-7-expected.txt. |
| * fast/css/parsing-css-not-7.html: Copied from LayoutTests/fast/css/parsing-css-matches-7.html. |
| * fast/css/parsing-css-not-8-expected.txt: Copied from LayoutTests/fast/css/parsing-css-matches-8-expected.txt. |
| * fast/css/parsing-css-not-8.html: Copied from LayoutTests/fast/css/parsing-css-matches-8.html. |
| * fast/css/parsing-css-not-9-expected.txt: Added. |
| * fast/css/parsing-css-not-9.html: Copied from LayoutTests/fast/css/parsing-css-matches-8.html. |
| Parsing of :not(). A lot of them were inspired by Yusuke Suzuki's test suite |
| for :matches(). A lot of test case apply to :not(), the main difference is that |
| pseudo elements must fail inside :not(). |
| |
| * fast/css/parsing-css-nth-child-of-4-expected.txt: Added. |
| * fast/css/parsing-css-nth-child-of-4.html: Added. |
| With the introduction of :matches(), it is possible to have arbitrarily deep pseudo elements. |
| The tests for :not() cover the case fixed with this patch, this addition covers :nth-child(of). |
| |
| * fast/selectors/not-basics-expected.txt: Added. |
| * fast/selectors/not-basics.html: Added. |
| * fast/selectors/not-nested-expected.txt: Added. |
| * fast/selectors/not-nested.html: Added. |
| * fast/selectors/not-selector-list-expected.txt: Added. |
| * fast/selectors/not-selector-list.html: Added. |
| Test coverage for the new features. |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for svg tests. |
| |
| * platform/ios-simulator/svg/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| Skip some storage tests for iOS Simulator. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for sputnkik tests. |
| |
| * platform/ios-simulator/sputnkik/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for security tests. |
| |
| * platform/ios-simulator/security/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for scrollingcoordinator tests. |
| |
| * platform/ios-simulator/scrollingcoordinator/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for scrollbars tests. |
| |
| * platform/ios-simulator/scrollbars/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for mathml tests. |
| |
| * platform/ios-simulator/mathml/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| Disable tests for more unsupported features in iOS Simulator. |
| |
| * platform/ios-simulator/TestExpectations: |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for ietestcenter tests. |
| Skip fullscreen and gamepad tests. |
| |
| * platform/ios-simulator/ietestcenter/*: Added |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for fonts tests. |
| |
| * platform/ios-simulator/fonts/*: Added |
| |
| 2014-10-09 Bear Travis <betravis@adobe.com> |
| |
| [CSS Font Loading] Decrement the font loading count before notifying callbacks |
| https://bugs.webkit.org/show_bug.cgi?id=137401 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * platform/mac/TestExpectations: Unskip the test this bug was causing to fail. |
| |
| 2014-10-09 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for editing tests. |
| |
| * platform/ios-simulator/editing/*: Added |
| |
| 2014-10-09 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com> |
| |
| Re-add tests for :enabled with Anchor, Area & Link elements |
| https://bugs.webkit.org/show_bug.cgi?id=137557 |
| |
| Reviewed by Darin Adler. |
| |
| The CSS selector :enabled should not match Anchor, Area & Link elements |
| with 'href' attribute set. This re-adds the related layout tests with |
| updated results. |
| |
| * fast/css/css-selector-enabled-links-expected.txt: Added. |
| * fast/css/css-selector-enabled-links.html: Added. |
| |
| 2014-10-08 Simon Fraser <simon.fraser@apple.com> |
| |
| Remove some more passing tests from TestExpectations. |
| |
| * TestExpectations: |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac/TestExpectations: |
| |
| 2014-10-08 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for css3 tests. |
| |
| * platform/ios-simulator/css3/*: Added |
| |
| 2014-10-08 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for css2.1 tests. |
| |
| * platform/ios-simulator/css2.1/*: Added |
| |
| 2014-10-08 Simon Fraser <simon.fraser@apple.com> |
| |
| iOS Simulator results for css1 tests. |
| |
| * platform/ios-simulator/css1/basic/containment-expected.txt: Added. |
| * platform/ios-simulator/css1/basic/contextual_selectors-expected.txt: Added. |
| * platform/ios-simulator/css1/basic/grouping-expected.txt: Added. |
| * platform/ios-simulator/css1/basic/id_as_selector-expected.txt: Added. |
| * platform/ios-simulator/css1/basic/inheritance-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/acid_test-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_bottom-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_bottom_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_bottom_width-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_bottom_width_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_color-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_color_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_left-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_left_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_left_width-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_left_width_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_right-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_right_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_right_width-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_right_width_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_style-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_style_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_top-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_top_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_top_width-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_top_width_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_width-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/border_width_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/clear-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/clear_float-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/float-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/float_elements_in_series-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/float_margin-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/float_on_text_elements-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/height-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/margin-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/margin_bottom-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/margin_bottom_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/margin_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/margin_left-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/margin_left_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/margin_right-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/margin_right_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/margin_top-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/margin_top_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/padding-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/padding_bottom-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/padding_bottom_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/padding_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/padding_left-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/padding_left_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/padding_right-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/padding_right_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/padding_top-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/padding_top_inline-expected.txt: Added. |
| * platform/ios-simulator/css1/box_properties/width-expected.txt: Added. |
| * platform/ios-simulator/css1/cascade/cascade_order-expected.txt: Added. |
| * platform/ios-simulator/css1/cascade/important-expected.txt: Added. |
| * platform/ios-simulator/css1/classification/display-expected.txt: Added. |
| * platform/ios-simulator/css1/classification/list_style-expected.txt: Added. |
| * platform/ios-simulator/css1/classification/list_style_image-expected.txt: Added. |
| * platform/ios-simulator/css1/classification/list_style_position-expected.txt: Added. |
| * platform/ios-simulator/css1/classification/list_style_type-expected.txt: Added. |
| * platform/ios-simulator/css1/classification/white_space-expected.txt: Added. |
| * platform/ios-simulator/css1/color_and_background/background-expected.txt: Added. |
| * platform/ios-simulator/css1/color_and_background/background_attachment-expected.txt: Added. |
| * platform/ios-simulator/css1/color_and_background/background_color-expected.txt: Added. |
| * platform/ios-simulator/css1/color_and_background/background_image-expected.txt: Added. |
| * platform/ios-simulator/css1/color_and_background/background_position-expected.txt: Added. |
| * platform/ios-simulator/css1/color_and_background/background_repeat-expected.txt: Added. |
| * platform/ios-simulator/css1/color_and_background/color-expected.txt: Added. |
| * platform/ios-simulator/css1/conformance/forward_compatible_parsing-expected.txt: Added. |
| * platform/ios-simulator/css1/font_properties/font-expected.txt: Added. |
| * platform/ios-simulator/css1/font_properties/font_family-expected.txt: Added. |
| * platform/ios-simulator/css1/font_properties/font_size-expected.txt: Added. |
| * platform/ios-simulator/css1/font_properties/font_style-expected.txt: Added. |
| * platform/ios-simulator/css1/font_properties/font_variant-expected.txt: Added. |
| * platform/ios-simulator/css1/font_properties/font_weight-expected.txt: Added. |
| * platform/ios-simulator/css1/formatting_model/canvas-expected.txt: Added. |
| * platform/ios-simulator/css1/formatting_model/floating_elements-expected.txt: Added. |
| * platform/ios-simulator/css1/formatting_model/height_of_lines-expected.txt: Added. |
| * platform/ios-simulator/css1/formatting_model/horizontal_formatting-expected.txt: Added. |
| * platform/ios-simulator/css1/formatting_model/inline_elements-expected.txt: Added. |
| * platform/ios-simulator/css1/formatting_model/replaced_elements-expected.txt: Added. |
| * platform/ios-simulator/css1/formatting_model/vertical_formatting-expected.txt: Added. |
| * platform/ios-simulator/css1/pseudo/anchor-expected.txt: Added. |
| * platform/ios-simulator/css1/pseudo/firstletter-expected.txt: Added. |
| * platform/ios-simulator/css1/pseudo/firstline-expected.txt: Added. |
| * platform/ios-simulator/css1/pseudo/multiple_pseudo_elements-expected.txt: Added. |
| * platform/ios-simulator/css1/pseudo/pseudo_elements_in_selectors-expected.txt: Added. |
| * platform/ios-simulator/css1/text_properties/letter_spacing-expected.txt: Added. |
| * platform/ios-simulator/css1/text_properties/line_height-expected.txt: Added. |
| * platform/ios-simulator/css1/text_properties/text_align-expected.txt: Added. |
| * platform/ios-simulator/css1/text_properties/text_decoration-expected.txt: Added. |
| * platform/ios-simulator/css1/text_properties/text_indent-expected.txt: Added. |
| * platform/ios-simulator/css1/text_properties/text_transform-expected.txt: Added. |
| * platform/ios-simulator/css1/text_properties/vertical_align-expected.txt: Added. |
| * platform/ios-simulator/css1/text_properties/word_spacing-expected.txt: Added. |
| * platform/ios-simulator/css1/units/color_units-expected.txt: Added. |
| * platform/ios-simulator/css1/units/length_units-expected.txt: Added. |
| * platform/ios-simulator/css1/units/percentage_units-expected.txt: Added. |
| * platform/ios-simulator/css1/units/urls-expected.txt: Added. |
| |
| 2014-10-08 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Inline ruby does not get justified correctly |
| https://bugs.webkit.org/show_bug.cgi?id=137421 |
| |
| Reviewed by Dave Hyatt. |
| |
| Test that ruby gets spaces inside the ruby base, and that hit testing the |
| ruby base gives us correct answers. |
| |
| * fast/ruby/ruby-justification-expected.html: Added. |
| * fast/ruby/ruby-justification-hittest-expected.txt: Added. |
| * fast/ruby/ruby-justification-hittest.html: Added. |
| * fast/ruby/ruby-justification.html: Added. |
| * platform/mac/fast/ruby/bopomofo-rl-expected.txt: Ruby text gets the CSS |
| property text-align: justify, which worked prior to this patch. However, this |
| patch now justifies ruby bases, so now if there is text that is both a ruby |
| base and ruby text (such as ruby in ruby) it correctly gets justified. This |
| test does such, and therefore needs to be rebaselined. |
| |
| 2014-10-08 Simon Fraser <simon.fraser@apple.com> |
| |
| New baselines for iOS compositing tests. |
| |
| * platform/ios-simulator/TestExpectations: |
| * platform/ios-simulator/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added. |
| * platform/ios-simulator/compositing/animation/filling-animation-overlap-at-end-expected.txt: Added. |
| * platform/ios-simulator/compositing/animation/filling-animation-overlap-expected.txt: Added. |
| * platform/ios-simulator/compositing/animation/layer-for-filling-animation-expected.txt: Added. |
| * platform/ios-simulator/compositing/animation/state-at-end-event-transform-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/backface-visibility-flip-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/backface-visibility-in-3dtransformed-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/border-radius-no-backing-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/child-layer-no-backing-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/filter-no-backing-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/inline-block-no-backing-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/masked-child-no-backing-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/no-backing-for-clip-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/no-backing-for-perspective-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/replaced-child-no-backing-expected.txt: Added. |
| * platform/ios-simulator/compositing/backing/whitespace-nodes-no-backing-expected.txt: Added. |
| * platform/ios-simulator/compositing/bounds-in-flipped-writing-mode-expected.txt: Added. |
| * platform/ios-simulator/compositing/checkerboard-expected.txt: Added. |
| * platform/ios-simulator/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added. |
| * platform/ios-simulator/compositing/color-matching/image-color-matching-expected.txt: Added. |
| * platform/ios-simulator/compositing/color-matching/pdf-image-match-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/ancestor-clipped-in-paginated-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/clipped-in-paginated-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/composited-columns-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/composited-columns-vertical-rl-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/composited-in-paginated-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/composited-in-paginated-rl-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/composited-in-paginated-writing-mode-rl-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/composited-lr-paginated-repaint-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/composited-nested-columns-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/composited-rl-paginated-repaint-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/hittest-composited-in-paginated-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/rotated-in-paginated-expected.txt: Added. |
| * platform/ios-simulator/compositing/columns/untransformed-composited-in-paginated-expected.txt: Added. |
| * platform/ios-simulator/compositing/compositing-visible-descendant-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/background-clip-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/background-color-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/body-background-painted-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/body-background-skipped-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/control-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/filter-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/layer-opacity-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/layer-transform-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-opaque/visibility-hidden-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-scale/animating-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-scale/rounded-contents-scale-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-scale/scaled-ancestor-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-scale/simple-scale-expected.txt: Added. |
| * platform/ios-simulator/compositing/contents-scale/z-translate-expected.txt: Added. |
| * platform/ios-simulator/compositing/direct-image-compositing-expected.txt: Added. |
| * platform/ios-simulator/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added. |
| * platform/ios-simulator/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added. |
| * platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added. |
| * platform/ios-simulator/compositing/fixed-image-loading-expected.txt: Added. |
| * platform/ios-simulator/compositing/generated-content-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/abs-position-inside-opacity-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/ancestor-overflow-change-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/bounds-ignores-hidden-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/clip-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/clip-inside-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/clipping-foreground-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/composited-html-size-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/composited-in-columns-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/fixed-in-composited-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/fixed-position-composited-switch-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/fixed-position-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/flipped-writing-mode-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/foreground-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/horizontal-scroll-composited-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/outline-change-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/partial-layout-update-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/preserve-3d-switching-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/tall-page-composited-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/geometry/vertical-scroll-composited-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/become-composited-nested-iframes-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/become-overlapped-iframe-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/composited-iframe-alignment-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/composited-iframe-scroll-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/composited-parent-iframe-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/connect-compositing-iframe-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/connect-compositing-iframe2-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/connect-compositing-iframe3-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/enter-compositing-iframe-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/iframe-content-flipping-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/iframe-in-composited-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/iframe-resize-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/iframe-size-from-zero-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/iframe-size-to-zero-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/iframe-src-change-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/leave-compositing-iframe-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/nested-iframe-scrolling-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/overlapped-iframe-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/overlapped-nested-iframes-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/page-cache-layer-tree-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/resizer-expected.txt: Added. |
| * platform/ios-simulator/compositing/iframes/scrolling-iframe-expected.txt: Added. |
| * platform/ios-simulator/compositing/images/clip-on-directly-composited-image-expected.txt: Added. |
| * platform/ios-simulator/compositing/images/direct-image-background-color-expected.txt: Added. |
| * platform/ios-simulator/compositing/images/direct-image-object-fit-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-and-transform-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-transformed-into-view-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/fixed-position-under-transform-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/no-compositing-for-sticky-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/overlap-animation-container-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/overlap-animation-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/overlap-child-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/overlap-clipping-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/overlap-transforms-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/rotate3d-overlap-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/scroll-partial-update-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added. |
| * platform/ios-simulator/compositing/layer-creation/translatez-overlap-expected.txt: Added. |
| * platform/ios-simulator/compositing/masks/direct-image-mask-expected.txt: Added. |
| * platform/ios-simulator/compositing/masks/mask-layer-size-expected.txt: Added. |
| * platform/ios-simulator/compositing/masks/masked-ancestor-expected.txt: Added. |
| * platform/ios-simulator/compositing/masks/multiple-masks-expected.txt: Added. |
| * platform/ios-simulator/compositing/masks/simple-composited-mask-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow-trumps-transform-style-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/ancestor-overflow-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/automatically-opt-into-composited-scrolling-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/clip-descendents-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants2-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/content-gains-scrollbars-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/content-loses-scrollbars-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/nested-scrolling-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/overflow-auto-with-touch-toggle-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/overflow-overlay-with-touch-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/overflow-positioning-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/overflow-scroll-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/overflow-scrollbar-layer-positions-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/overflow-scrollbar-layers-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/parent-overflow-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/remove-overflow-crash2-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/resize-painting-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/scrollbar-painting-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/scrolling-content-clip-to-viewport-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/scrolling-without-painting-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/textarea-scroll-touch-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added. |
| * platform/ios-simulator/compositing/overflow/updating-scrolling-content-expected.txt: Added. |
| * platform/ios-simulator/compositing/plugins/composited-plugin-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/animation-inside-reflection-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/deeply-nested-reflections-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/direct-image-object-fit-reflected-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/masked-reflection-on-composited-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/nested-reflection-anchor-point-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/nested-reflection-animated-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/nested-reflection-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/nested-reflection-mask-change-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/nested-reflection-on-overflow-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/nested-reflection-opacity-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/nested-reflection-size-change-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/nested-reflection-transformed-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/nested-reflection-transformed2-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/nested-reflection-transition-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/reflection-in-composited-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/reflection-on-composited-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/reflection-opacity-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/reflection-ordering-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/reflection-positioning-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/reflection-positioning2-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/simple-composited-reflections-expected.txt: Added. |
| * platform/ios-simulator/compositing/reflections/transform-inside-reflection-expected.txt: Added. |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-clip-descendant-expected.txt: Added. |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-expected.txt: Added. |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-abs-in-named-flow-expected.txt: Added. |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-from-outflow-expected.txt: Added. |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-got-transformed-parent-expected.txt: Added. |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-lost-transformed-parent-expected.txt: Added. |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-overlap-composited-expected.txt: Added. |
| * platform/ios-simulator/compositing/regions/fixed-in-named-flow-transformed-parent-expected.txt: Added. |
| * platform/ios-simulator/compositing/regions/fixed-transformed-in-named-flow-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/absolute-painted-into-composited-ancestor-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/become-overlay-composited-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/composited-document-element-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/content-into-overflow-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/fixed-background-scroll-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/layer-repaint-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/layer-repaint-rects-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/opacity-between-absolute-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/opacity-between-absolute2-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/overflow-into-content-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/page-scale-repaint-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/positioned-movement-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/repaint-on-layer-grouping-change-expected.txt: Added. |
| * platform/ios-simulator/compositing/repaint/resize-repaint-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-absolute-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-fixed-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-iframe-relative-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-overflow-scrolling-expected.txt: Added. |
| * platform/ios-simulator/compositing/rtl/rtl-relative-expected.txt: Added. |
| * platform/ios-simulator/compositing/shadows/shadow-drawing-expected.txt: Added. |
| * platform/ios-simulator/compositing/sibling-positioning-expected.txt: Added. |
| * platform/ios-simulator/compositing/text-on-large-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/tiled-layers-hidpi-expected.txt: Added. |
| * platform/ios-simulator/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added. |
| * platform/ios-simulator/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added. |
| * platform/ios-simulator/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added. |
| * platform/ios-simulator/compositing/tiling/huge-layer-img-expected.txt: Added. |
| * platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added. |
| * platform/ios-simulator/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added. |
| * platform/ios-simulator/compositing/tiling/rotated-tiled-clamped-expected.txt: Added. |
| * platform/ios-simulator/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added. |
| * platform/ios-simulator/compositing/tiling/tile-cache-zoomed-expected.txt: Added. |
| * platform/ios-simulator/compositing/tiling/tiled-layer-resize-expected.txt: Added. |
| * platform/ios-simulator/compositing/transitions/scale-transition-no-start-expected.txt: Added. |
| * platform/ios-simulator/compositing/transitions/singular-scale-transition-expected.txt: Added. |
| * platform/ios-simulator/compositing/visibility/layer-visible-content-expected.txt: Added. |
| * platform/ios-simulator/compositing/visibility/visibility-composited-expected.txt: Added. |
| * platform/ios-simulator/compositing/visibility/visibility-composited-transforms-expected.txt: Added. |
| * platform/ios-simulator/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/2d-transformed-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/3d-transform-style-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/3d-transformed-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/animated-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/animated-from-none-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/clipped-by-viewport-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/clipped-visible-rect-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/flipped-preserve-3d-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/iframe-and-layers-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/iframe-no-layers-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/nested-transform-expected.txt: Added. |
| * platform/ios-simulator/compositing/visible-rect/scrolled-expected.txt: Added. |
| * platform/ios-simulator/compositing/webgl/webgl-background-color-expected.txt: Added. |
| * platform/ios-simulator/compositing/webgl/webgl-nonpremultiplied-blend-expected.txt: Added. |
| * platform/ios-simulator/compositing/webgl/webgl-reflection-expected.txt: Added. |
| |
| 2014-10-08 Simon Fraser <simon.fraser@apple.com> |
| |
| Some animation test results for the iOS Simulator build. |
| |
| * platform/ios-simulator/animations/3d/change-transform-in-end-event-expected.txt: Added. |
| * platform/ios-simulator/animations/3d/matrix-transform-type-animation-expected.txt: Added. |
| * platform/ios-simulator/animations/3d/state-at-end-event-transform-expected.txt: Added. |
| * platform/ios-simulator/animations/additive-transform-animations-expected.txt: Added. |
| * platform/ios-simulator/animations/cross-fade-border-image-source-expected.txt: Added. |
| * platform/ios-simulator/animations/cross-fade-list-style-image-expected.txt: Added. |
| * platform/ios-simulator/animations/cross-fade-webkit-mask-box-image-expected.txt: Added. |
| * platform/ios-simulator/animations/cross-fade-webkit-mask-image-expected.txt: Added. |
| * platform/ios-simulator/animations/state-at-end-event-expected.txt: Added. |
| |
| 2014-10-08 Simon Fraser <simon.fraser@apple.com> |
| |
| Re-marking fast/hidpi/image-srcset-svg-canvas.html as an expected image failure. |
| |
| * platform/mac/TestExpectations: |
| |
| 2014-10-08 Brent Fulgham <bfulgham@apple.com> |
| |
| [Win] Mark two inspector-protocol tests as crashing. |
| https://bugs.webkit.org/show_bug.cgi?id=137529 |
| |
| * platform/win/TestExpectations: |
| |
| 2014-10-08 Jer Noble <jer.noble@apple.com> |
| |
| Layout Test media/track/track-forced-subtitles-in-band.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=137505 |
| |
| Reviewed by Simon Fraser. |
| |
| Now that the media controls can have audio as well as text tracks, use the aria-labelledby attribute |
| to get the <ul> containing the text track menu list items. |
| |
| * media/track/track-forced-subtitles-in-band.html: |
| * media/track/track-user-preferences-expected.txt: |
| * media/track/track-user-preferences.html: |
| * media/trackmenu-test.js: |
| (trackMenuListByLabel): |
| (captionTrackMenuList): |
| (audioTrackMenuList): |
| (indexOfMenuItemBeginningWith): |
| (indexOfCaptionMenuItemBeginningWith): |
| (indexOfAudioTrackMenuItemBeginningWith): |
| (selectMenuItemFromList): |
| (selectCaptionMenuItem): |
| (selectAudioTrackMenuItem): |
| (listTrackMenu): |
| (trackMenuList): Deleted. |
| * media/video-controls-audiotracks-trackmenu.html: |
| * media/video-controls-captions-trackmenu-includes-enabled-track.html: |
| * media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html: |
| * media/video-controls-captions-trackmenu.html: |
| |
| 2014-10-08 Dean Jackson <dino@apple.com> |
| |
| Add deprecation warning for CSSKeyframesRule::appendRule |
| https://bugs.webkit.org/show_bug.cgi?id=137532 |
| <rdar://problem/18585745> |
| |
| Reviewed by Brent Fulgham. |
| |
| Update test expectations to include console message. |
| |
| * animations/change-keyframes-expected.txt: |
| |
| 2014-10-08 Myles C. Maxfield <mmaxfield@apple.com> |
| |
| Text drawn with an SVG font has no spaces when word-rounding hacks are enabled |
| https://bugs.webkit.org/show_bug.cgi?id=137463 |
| |
| Reviewed by Darin Adler. |
| |
| Make sure that spaces are present. |
| |
| * svg/text/svg-font-word-rounding-hacks-spaces.html: |
| * svg/text/svg-font-word-rounding-hacks-spaces-expected.html: |
| |
| 2014-10-08 Simon Fraser <simon.fraser@apple.com> |
| |
| Remove tests that always pass from the TestExpectations files. |
| |
| * TestExpectations: |
| * platform/mac-wk2/TestExpectations: |
| * platform/mac/TestExpectations: |
| * platform/win/TestExpectations: |
| |
| 2014-10-08 Andy Estes <aestes@apple.com> |
| |
| REGRESSION (r174403): media/track/track-forced-subtitles-in-band.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=137525 |
| |
| * TestExpectations: Marked media/track/track-forced-subtitles-in-band.html as an expected failure. |
| |
| 2014-10-07 Simon Fraser <simon.fraser@apple.com> |
| |
| Roll-over Changelogs. |
| |
| * ChangeLog-2014-10-07: Copied from LayoutTests/ChangeLog. |
| |
| == Rolled over to ChangeLog-2014-10-07 == |