| 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 == |