| 2011-06-18 Jeremy Moskovich <jeremy@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Set text-align:-webkit-match-parent for li elements in the default style sheet. |
| https://bugs.webkit.org/show_bug.cgi?id=57232 |
| |
| * fast/css/list-item-text-align-expected.txt: Added. |
| * fast/css/list-item-text-align.html: Added. |
| |
| 2011-06-18 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][Mac] Skip failing tests. |
| |
| * platform/qt-mac/Skipped: |
| |
| 2011-06-18 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r89154. |
| http://trac.webkit.org/changeset/89154 |
| https://bugs.webkit.org/show_bug.cgi?id=62926 |
| |
| It broke debug build on Qt (Requested by Ossy_weekend on |
| #webkit). |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-17 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Rob Buis. |
| |
| SVGAnimation should use direct unit animation for SVGAngle |
| https://bugs.webkit.org/show_bug.cgi?id=62807 |
| |
| Tests animation of SVGAngle with different units. |
| |
| * svg/animations/script-tests/svgangle-animation-deg-to-grad.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svgangle-animation-deg-to-rad.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svgangle-animation-grad-to-deg.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svgangle-animation-grad-to-rad.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svgangle-animation-rad-to-deg.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svgangle-animation-rad-to-grad.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/svgangle-animation-deg-to-grad-expected.txt: Added. |
| * svg/animations/svgangle-animation-deg-to-grad.html: Added. |
| * svg/animations/svgangle-animation-deg-to-rad-expected.txt: Added. |
| * svg/animations/svgangle-animation-deg-to-rad.html: Added. |
| * svg/animations/svgangle-animation-grad-to-deg-expected.txt: Added. |
| * svg/animations/svgangle-animation-grad-to-deg.html: Added. |
| * svg/animations/svgangle-animation-grad-to-rad-expected.txt: Added. |
| * svg/animations/svgangle-animation-grad-to-rad.html: Added. |
| * svg/animations/svgangle-animation-rad-to-deg-expected.txt: Added. |
| * svg/animations/svgangle-animation-rad-to-deg.html: Added. |
| * svg/animations/svgangle-animation-rad-to-grad-expected.txt: Added. |
| * svg/animations/svgangle-animation-rad-to-grad.html: Added. |
| |
| 2011-06-17 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Assertion failure in SVGTextLayoutEngine constructor (!m_layoutAttributes.isEmpty()) |
| https://bugs.webkit.org/show_bug.cgi?id=62884 |
| |
| * svg/custom/assert-empty-layout-attributes-expected.txt: Added. |
| * svg/custom/assert-empty-layout-attributes.svg: Added. |
| |
| 2011-06-17 David Grogan <dgrogan@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| layout test for misalignment caused by float->int rounding error |
| https://bugs.webkit.org/show_bug.cgi?id=61906 |
| |
| Just the layout test demonstrating the problem. It will be a while |
| until I have cycles to play around with the fix started in |
| https://bugs.webkit.org/show_bug.cgi?id=22759. And it'd be nice to |
| know if this were fixed for free via the ongoing systemic int->float |
| refactoring. |
| |
| * css1/units/rounding-expected.txt: Added. |
| * css1/units/rounding.html: Added. |
| |
| 2011-06-17 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed. |
| |
| Some new chromium test expectations and updates. |
| |
| * platform/chromium-mac-leopard/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-17 Gavin Barraclough <barraclough@apple.com> |
| |
| Rubber Stamped by Sam Weinig. |
| |
| Land a couple more regex tests. |
| |
| * fast/regex/pcre-test-1-expected.txt: |
| * fast/regex/script-tests/pcre-test-1.js: |
| |
| 2011-06-17 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Dave Hyatt. |
| |
| Tests that we do not crash when unable to remove floats from |
| parent's next siblings blocks. |
| https://bugs.webkit.org/show_bug.cgi?id=62875 |
| |
| * fast/block/float/float-not-removed-from-next-sibling5-expected.txt: Added. |
| * fast/block/float/float-not-removed-from-next-sibling5.html: Added. |
| |
| 2011-06-17 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: Network panel does not show main resource content for iframes deleted from the document |
| https://bugs.webkit.org/show_bug.cgi?id=62810 |
| |
| * http/tests/inspector/network/network-iframe-load-and-delete-expected.txt: Added. |
| * http/tests/inspector/network/network-iframe-load-and-delete.html: Added. |
| |
| 2011-06-17 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Fix Chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-17 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add image failing expectations for Leopard after r89091. |
| I'm giving up on these tests; no matter what I do, they fail. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-17 Chris Evans <cevans@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Detect mixed-scripting involving https -> http redirects |
| https://bugs.webkit.org/show_bug.cgi?id=62846 |
| |
| * http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe-expected.txt: Update expectation. |
| * http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html: Remove FIXME as the test is now working as expected. |
| |
| 2011-06-12 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| [Qt] Qt Counterpart for http://trac.webkit.org/changeset/42078 |
| https://bugs.webkit.org/show_bug.cgi?id=62514 |
| |
| * platform/qt/Skipped: Unskip http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html |
| |
| 2011-06-17 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Chromium Mac rebaselines for r89091. |
| |
| * platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added. |
| * platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-actual.png: Added. |
| * platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-actual.png: Added. |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-actual.png: Added. |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-actual.png: Added. |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-actual.png: Added. |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-actual.png: Added. |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-actual.png: Added. |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-actual.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-17 Chang Shu <cshu@webkit.org> |
| |
| Reviewed by Anders Carlsson. |
| |
| [Qt] [WK2] Debug info leaks to stdout from plugins in Qt WebKit2 layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=61940 |
| |
| Unskip passed tests. |
| |
| * platform/qt-wk2/Skipped: |
| |
| 2011-06-17 Annie Sullivan <sullivan@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Layout tests editing/inserting/return-key-in-hidden-field.html and return-key-span-start.html don't run in webkit2 |
| https://bugs.webkit.org/show_bug.cgi?id=62734 |
| |
| Modify tests to use execCommand(insertParagraph) instead of eventSender to inject a new line. |
| |
| * editing/inserting/return-key-in-hidden-field-expected.txt: |
| * editing/inserting/return-key-in-hidden-field.html: |
| * editing/inserting/return-key-span-start.html: |
| * platform/mac-wk2/Skipped: |
| |
| 2011-06-17 Annie Sullivan <sullivan@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| div can be a child of span on InsertParagraph |
| https://bugs.webkit.org/show_bug.cgi?id=62687 |
| |
| Update layout test results with new code to prevent div inside of span. |
| |
| * editing/inserting/return-key-span-start-expected.txt: The new result is the correct behavior. |
| * editing/inserting/return-with-object-element-expected.txt: An extra space has been added before the newline. |
| |
| 2011-06-17 Yuta Kitamura <yutak@chromium.org> |
| |
| Unreviewed, update Chromium test expectation for fast/dom/HTMLMeterElement/meter-writing-mode.html. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] fast/frames/flattening tests fail intermittently |
| https://bugs.webkit.org/show_bug.cgi?id=62785 |
| |
| * platform/qt-wk2/Skipped: Add one more flakey test - fast/frames/flattening/frameset-flattening-grid.html |
| |
| 2011-06-17 Csaba Osztrogonác <ossy@webkit.org> |
| |
| new test introduced in r89118, but fail on Qt |
| https://bugs.webkit.org/show_bug.cgi?id=62847 |
| |
| * platform/qt/Skipped: Skip fast/parser/xhtml-innerhtml-null-byte.xhtml. |
| |
| 2011-06-17 Kent Tamura <tkent@chromium.org> |
| |
| [Mac] Correct svn:mime-type to image/png. |
| |
| * platform/mac/compositing/framesets/composited-frame-alignment-expected.png: Modified property svn:mime-type. |
| * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.png: Modified property svn:mime-type. |
| * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Modified property svn:mime-type. |
| * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png: Modified property svn:mime-type. |
| * platform/mac/compositing/geometry/vertical-scroll-composited-expected.png: Modified property svn:mime-type. |
| * platform/mac/compositing/iframes/composited-iframe-alignment-expected.png: Modified property svn:mime-type. |
| * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png: Modified property svn:mime-type. |
| * platform/mac/compositing/images/content-image-change-expected.png: Added property svn:mime-type. |
| * platform/mac/compositing/objects/composited-object-alignment-expected.png: Modified property svn:mime-type. |
| * platform/mac/compositing/repaint/layer-repaint-expected.png: Modified property svn:mime-type. |
| * platform/mac/compositing/webgl/webgl-no-alpha-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/basic/class_as_selector-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/basic/comments-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/basic/containment-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/basic/contextual_selectors-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/basic/grouping-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/basic/id_as_selector-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/basic/inheritance-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_bottom_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_bottom_width-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_bottom_width_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_color-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_color_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_left_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_left_width-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_left_width_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_right_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_right_width-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_right_width_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_style-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_style_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_top-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_top_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_top_width-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_top_width_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_width-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/border_width_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/clear-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/clear_float-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/float-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/float_elements_in_series-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/float_on_text_elements-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/height-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/margin-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/margin_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/margin_bottom_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/margin_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/margin_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/margin_left_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/margin_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/margin_right_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/margin_top-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/margin_top_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/padding-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/padding_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/padding_bottom_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/padding_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/padding_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/padding_left_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/padding_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/padding_right_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/padding_top-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/box_properties/padding_top_inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/cascade/cascade_order-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/cascade/important-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/classification/display-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/classification/list_style-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/classification/list_style_image-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/classification/list_style_position-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/classification/list_style_type-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/classification/white_space-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/color_and_background/background-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/color_and_background/background_attachment-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/color_and_background/background_color-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/color_and_background/background_image-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/color_and_background/background_position-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/color_and_background/background_repeat-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/color_and_background/color-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/font_properties/font-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/font_properties/font_size-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/font_properties/font_style-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/font_properties/font_weight-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/formatting_model/canvas-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/formatting_model/floating_elements-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/formatting_model/height_of_lines-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/formatting_model/horizontal_formatting-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/formatting_model/inline_elements-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/formatting_model/replaced_elements-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/formatting_model/vertical_formatting-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/pseudo/anchor-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/pseudo/firstletter-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/pseudo/firstline-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/text_properties/letter_spacing-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/text_properties/line_height-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/text_properties/text_align-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/text_properties/text_decoration-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/text_properties/text_indent-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/text_properties/vertical_align-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/text_properties/word_spacing-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/units/color_units-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/units/length_units-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/units/percentage_units-expected.png: Modified property svn:mime-type. |
| * platform/mac/css1/units/urls-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-007-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-008-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-009-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-010-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-011-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-012-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-014-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-016-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-017-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-018-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-019-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-021-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-022-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-023-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-024-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-025-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-026-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-028-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-029-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-030-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-031-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-032-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-033-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-035-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-036-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-008-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-013-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-015-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-020-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-022-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-027-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-029-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-034-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-036-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-041-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-043-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-048-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-050-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-055-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-057-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-062-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-064-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-069-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-071-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-076-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-007-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-008-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-009-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-010-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-011-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-012-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-013-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-014-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-015-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-016-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-007-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-replaced-height-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-replaced-height-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-replaced-height-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-replaced-height-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-replaced-height-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-replaced-height-007-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-replaced-width-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/block-replaced-width-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-height-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-007-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-008-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-009-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-010-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-011-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-012-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-height-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-height-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-height-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-height-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-height-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-height-007-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-width-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-width-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-width-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-width-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-width-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-width-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/float-replaced-width-011-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-007-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-replaced-width-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-block-replaced-width-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-non-replaced-height-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-non-replaced-height-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-non-replaced-width-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-non-replaced-width-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-height-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-height-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-height-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-height-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-height-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-height-007-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-width-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-width-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-width-011-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-width-012-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-width-013-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-width-014-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/inline-replaced-width-015-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/replaced-elements-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/replaced-min-max-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/width-non-replaced-inline-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/20110323/width-replaced-element-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0402-syntax-01-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0402-syntax-02-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0402-syntax-03-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0402-syntax-04-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0402-syntax-05-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0402-syntax-06-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0505-c16-descendant-00-e-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0505-c16-descendant-01-e-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0505-c16-descendant-02-e-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0509-c15-ids-00-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0509-c15-ids-01-e-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0603-c11-import-00-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0804-c5510-padn-02-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/4922367-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/5026848-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/5099303-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/5126166-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/5144139-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/5206311-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/5272440-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/5369009-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/5390681-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/5433862-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/5483370-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/delete-br-013-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/delete-first-list-item-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/delete-line-015-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/delete-line-016-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/delete-line-017-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/delete-ws-fixup-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/merge-endOfParagraph-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/merge-into-empty-block-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/merge-no-br-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/merge-whitespace-pre-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/pruning-after-merge-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/smart-delete-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/smart-delete-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/table-cells-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/deleting/type-delete-after-quote-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/4580583-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/4580583-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/4641880-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/4641880-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/4747450-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/4916402-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/4916541-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/4924441-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/5080333-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/5080333-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/5136770-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/5138441-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/5190926-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/5481523-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/5482023-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/create-list-with-hr-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/find-after-replace-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/findString-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/insertHorizontalRule-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/insertImage-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/execCommand/remove-list-from-range-selection-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/12882-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/4278698-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/4840662-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/4875189-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/5002441-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/5058163-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/5058163-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/5156401-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/5418891-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/5510537-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/5549929-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/6703873-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/break-blockquote-after-delete-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/editable-html-element-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/edited-whitespace-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/editing-empty-divs-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-3786362-fix-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-at-end-01-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-at-end-02-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-br-009-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-br-quoted-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-br-quoted-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-br-quoted-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-br-quoted-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-br-quoted-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-br-quoted-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-paragraph-01-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-paragraph-02-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-paragraph-03-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-paragraph-04-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/insert-paragraph-05-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/line-break-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/multiple-lines-selected-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/paragraph-separator-03-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/inserting/typing-around-br-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/3976872-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/4076267-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/4242293-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/4631972-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/4641033-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/4944770-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/4944770-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/4947130-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/4989774-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/5032095-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/5071074-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/5071074-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/5247341-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/5368833-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/5387578-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/5478250-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/5601583-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/8145-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/8145-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/bad-placeholder-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/copy-standalone-image-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/merge-after-delete-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/merge-after-delete-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/merge-end-borders-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/merge-end-list-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/merge-end-table-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/merge-start-blockquote-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/paste-RTFD-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/paste-table-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/paste-text-013-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/paste-text-014-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/paste-text-016-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/pasting-object-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/pasting-tabs-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/smart-drag-drop-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/smart-paste-008-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/styled-element-markup-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/testcase-9507-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/undoable-fragment-removes-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/pasteboard/unrendered-br-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/13804-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/14971-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/25228-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/4402375-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/4818145-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/4889598-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/4895428-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/4895428-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/4932260-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/4947387-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/4960116-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/4975120-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/4983858-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5007143-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5007143-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5057506-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5057506-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5076323-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5081257-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5099303-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5131716-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5131716-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5131716-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5131716-4-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5195166-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5232159-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5234383-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5234383-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5240265-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/5354455-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/6476-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/7152-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/7152-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/addRange-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/after-line-wrap-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/caret-and-focus-ring-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/caret-ltr-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/caret-ltr-2-left-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/caret-ltr-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/caret-ltr-right-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/caret-rtl-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/caret-rtl-2-left-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/caret-rtl-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/caret-rtl-right-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/clear-selection-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/click-start-of-line-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/contenteditable-click-inside-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/designmode-no-caret-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/drag-in-iframe-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/editable-html-element-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/editable-non-editable-crash-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/end-of-document-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/expanding-selections-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/expanding-selections2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/focus_editable_html-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/iframe-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/inline-closest-leaf-child-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/inline-table-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/leave-requested-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/mixed-editability-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/mixed-editability-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/mixed-editability-4-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/mixed-editability-5-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/mixed-editability-6-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/mixed-editability-7-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/mixed-editability-8-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/mixed-editability-9-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/move-by-sentence-linebreak-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/node-removal-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/node-removal-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/paragraph-granularity-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/previous-line-position-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/replace-selection-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/replaced-boundaries-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/replaced-boundaries-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/replaced-boundaries-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/select-across-readonly-input-1-expected.png: Added property svn:mime-type. |
| * platform/mac/editing/selection/select-across-readonly-input-2-expected.png: Added property svn:mime-type. |
| * platform/mac/editing/selection/select-across-readonly-input-3-expected.png: Added property svn:mime-type. |
| * platform/mac/editing/selection/select-across-readonly-input-4-expected.png: Added property svn:mime-type. |
| * platform/mac/editing/selection/select-across-readonly-input-5-expected.png: Added property svn:mime-type. |
| * platform/mac/editing/selection/select-all-005-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/select-all-006-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/select-all-iframe-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/select-box-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/select-element-paragraph-boundary-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/selection-actions-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/selection-background-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/triple-click-in-pre-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/unrendered-space-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/word-granularity-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/wrapped-line-caret-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/selection/wrapped-line-caret-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png: Added property svn:mime-type. |
| * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.png: Added property svn:mime-type. |
| * platform/mac/editing/spelling/delete-autocorrected-word-2-expected.png: Added property svn:mime-type. |
| * platform/mac/editing/spelling/inline_spelling_markers-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/style/5017613-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/style/5017613-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/style/5046875-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/style/5046875-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/style/5065910-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/style/5084241-expected.png: Modified property svn:mime-type. |
| * platform/mac/editing/style/apple-style-editable-mix-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/backgrounds/background-position-parsing-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/backgrounds/positioned-root-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/backgrounds/size/backgroundSize20-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/backgrounds/size/backgroundSize21-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/backgrounds/size/backgroundSize22-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/backgrounds/table-root-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/basic/quirk-percent-height-grandchild-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/float/avoidance-percent-width-compat-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/float/avoidance-percent-width-strict-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/float/clamped-right-float-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/float/float-forced-below-other-floats-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/float/float-overhangs-root-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/block/float/floatstack-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/float/in-margin-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/float/nested-clearance-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/float/overhanging-tall-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/block-font-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/block-glyphs-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/block-replaced-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/font-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/font-replaced-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/glyphs-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/inline-box-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/inline-box-replaced-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/inline-box-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/inline-replaced-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/none-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/parsing-invalid-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/lineboxcontain/replaced-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/001-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/002-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/003-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-lr/001-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-lr/002-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-lr/003-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-lr/004-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-rl/001-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-rl/002-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-rl/003-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-rl/004-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/complex-positioned-movement-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/differing-writing-modes-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/differing-writing-modes-replaced-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/move-with-auto-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/negative-rel-position-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/rtl-static-positioning-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/static-inline-position-dynamic-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/table-cell-static-position-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/trailing-space-test-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-lr/001-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-lr/002-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-lr/003-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-lr/004-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-lr/005-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-lr/006-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-rl/001-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-rl/002-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-rl/003-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-rl/004-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-rl/005-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/block/positioning/vertical-rl/006-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/background-horizontal-bt-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/background-vertical-lr-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/background-vertical-rl-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/basic-vertical-line-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/block-level-images-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/body-direction-propagation-blocked-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/body-direction-propagation-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/body-writing-mode-propagation-blocked-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/body-writing-mode-propagation-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/border-image-horizontal-bt-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/border-image-vertical-lr-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/border-image-vertical-rl-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/border-vertical-lr-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/broken-ideograph-small-caps-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/broken-ideographic-font-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/english-bt-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/english-lr-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/english-rl-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/fallback-orientation-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/fieldsets-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/floats-in-block-layout-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/horizontal-bt-replaced-selection-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/inline-direction-positioning-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/japanese-lr-selection-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/japanese-lr-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/japanese-rl-selection-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/japanese-rl-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/margin-collapse-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/root-lr-basic-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/self-collapsing-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/text-orientation-basic-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/vertical-align-table-baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/vertical-baseline-alignment-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/vertical-font-fallback-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/vertical-lr-replaced-selection-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/blockflow/vertical-rl-replaced-selection-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/001-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/001-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/002-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/002-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/003-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/003-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/003-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/004-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/004-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/004-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/005-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/005-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/005-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/006-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/006-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/006-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/007-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/007-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/007-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/008-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-color/008-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/001-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/001-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/002-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/002-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/003-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/003-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/003-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/004-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/004-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/004-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/005-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/005-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/005-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/006-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/006-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/006-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/007-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/007-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/007-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/008-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/008-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/009-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/009-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/010-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/background-image/010-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/001-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/001-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/002-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/002-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/003-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/003-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/003-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/004-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/004-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/004-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/005-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/005-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/005-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/006-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/006-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/006-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/007-declarative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/007-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/body-propagation/overflow/007-xhtml-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/bidi-002-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/borders/bidi-009a-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/borders/bidi-012-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-image-border-radius-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-radius-circle-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-radius-constraints-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-radius-groove-01-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-radius-groove-02-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-radius-groove-03-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-radius-inline-flow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-radius-split-inline-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-radius-wide-border-01-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-radius-wide-border-02-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-radius-wide-border-03-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/border-radius-wide-border-04-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDashed04-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDashed05-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDashed06-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDotted04-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDotted05-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDotted06-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDouble04-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDouble05-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDouble06-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDouble07-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDouble08-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/borderRadiusDouble09-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/different-color-borders-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/borders/outline-alpha-block-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/borders/outline-alpha-inline-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/borders/rtl-border-01-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/borders/rtl-border-02-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/borders/rtl-border-03-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/borders/rtl-border-04-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/borders/rtl-border-05-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/box-shadow/inset-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/box-shadow/spread-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/box-shadow/transform-fringing-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/canvas/canvas-text-alignment-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/canvas/canvas-text-baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/clip/overflow-border-radius-clip-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css-generated-content/after-duplicated-after-split-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css-generated-content/table-before-after-child-add-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css-generated-content/table-row-before-after-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/attribute-selector-empty-value-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/border-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/border-radius-non-negative-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/color-correction-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/color-correction-on-background-image-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/color-correction-on-backgrounds-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/color-correction-on-box-shadow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/color-correction-on-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/color-correction-on-text-shadow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/color-correction-untagged-images-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/css3-space-in-nth-and-lang-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/disabled-author-styles-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/focus-ring-detached-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/focus-ring-multiline-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/focus-ring-outline-color-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/focus-ring-outline-offset-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/focus-ring-outline-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/font-face-in-shadow-DOM-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/font-face-woff-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/font-smoothing-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/line-height-determined-by-primary-font-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/line-height-overflow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/namespaces/namespaces-comments-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/namespaces/namespaces-empty-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/namespaces/namespaces-escapes-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/negative-leading-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/nested-floating-relative-position-percentages-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/nested-layers-with-hover-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/nested-rounded-corners-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/percent-top-relative-container-height-unspecified-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/percent-top-value-with-relative-position-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/positioned-overflow-scroll-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/pseudo-cache-stale-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/rem-dynamic-scaling-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/rem-units-on-root-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/rtl-to-viewport-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/css/text-rendering-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/dom/34176-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/dom/52776-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/dom/scroll-reveal-left-overflow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/dom/scroll-reveal-top-overflow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/dynamic/text-combine-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/dynamic/window-scrollbars-test-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/events/context-no-deselect-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/events/pointer-events-dashboard-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/caret-rtl-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/color/input-appearance-color-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/forms/form-added-to-table-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/form-in-malformed-markup-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/image-border-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/input-field-text-truncated-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/input-placeholder-visibility-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/input-placeholder-visibility-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/input-placeholder-visibility-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/input-type-text-min-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/isindex-placeholder-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/listbox-bidi-align-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/forms/menulist-style-color-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/password-placeholder-text-security-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/placeholder-pseudo-style-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/search-display-none-cancel-button-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/search-placeholder-value-changed-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/search-vertical-alignment-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/textarea-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/forms/textfield-focus-ring-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/content-opacity-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/content-opacity-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/flattening/iframe-flattening-nested-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/frame-length-fractional-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/frameset-style-recalc-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/frames/take-focus-from-iframe-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/gradients/background-clipped-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/history/visited-link-background-color-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/html/link-rel-stylesheet-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/html/marquee-scrollamount-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/images/favicon-as-image-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/images/icon-decoding-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/images/imagemap-circle-focus-ring-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/images/imagemap-focus-ring-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/inline/25277-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/inline/25277-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/inline/inline-continuation-borders-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/inline/inline-focus-ring-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/inline/inline-wrap-with-parent-padding-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/inline/long-wrapped-line-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/inline/nested-top-alignment-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/inline/vertical-align-text-bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/js/missing-title-end-tag-js-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/layers/inline-dirty-z-order-lists-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/layers/opacity-stacking-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/layers/remove-only-this-layer-update-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/layers/self-painting-outline-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/lists/001-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/lists/002-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/lists/003-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/lists/005-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/lists/006-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/lists/007-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/lists/008-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/lists/009-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/lists/anonymous-items-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/lists/list-marker-with-line-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/media/media-query-invalid-value-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/border-padding-pagination-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/column-break-with-balancing-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/column-count-with-rules-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/column-rules-stacking-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/float-paginate-complex-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/float-paginate-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/layers-in-multicol-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/layers-split-across-columns-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/margin-collapse-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/max-height-columns-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/nested-columns-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/paginate-block-replaced-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/positioned-split-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/positioned-with-constrained-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/scrolling-overflow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/shadow-breaking-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/multicol/span/span-margin-collapsing-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/table-margin-collapse-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/table-vertical-align-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/unsplittable-inline-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-lr/column-rules-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-rl/column-rules-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/overflow/border-radius-clipping-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/overflow/float-in-relpositioned-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/overflow/line-clamp-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/overflow/overflow-float-stacking-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/overflow/overflow-rtl-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/overflow/overflow-stacking-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/overflow/overflow-with-local-background-attachment-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/overflow/overflow_hidden-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/overflow/trailing-float-linebox-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/reflections/reflection-masks-opacity-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/reflections/transparent-reflected-sublayers-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/background-generated-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/background-misaligned-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/block-selection-gap-in-table-cell-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/button-spurious-layout-hint-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/float-new-in-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/inline-block-resize-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/inline-color-change-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/inline-horizontal-bt-overflow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/inline-vertical-lr-overflow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/inline-vertical-rl-overflow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/japanese-rl-selection-clear-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/layout-state-relative-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/layout-state-scrolloffset-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/moving-shadow-on-container-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/moving-shadow-on-path-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/repaint-during-scroll-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/scale-page-shrink-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/selection-clear-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/selection-rl-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/stacked-diacritics-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/text-append-dirty-lines-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/view-background-from-body-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/repaint/view-background-from-body-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/replaced/border-radius-clip-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/replaced/max-width-percent-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/replaced/outline-replaced-elements-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/replaced/percent-height-in-anonymous-block-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/replaced/percent-height-in-anonymous-block-widget-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/base-shorter-than-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/nested-ruby-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/quirks-mode-ruby-spacing-bt-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/quirks-mode-ruby-spacing-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-auto-line-expansion-bt-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-auto-line-expansion-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-auto-line-expansion-lr-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-auto-line-expansion-rl-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-empty-rt-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-length-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-run-break-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-runs-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-runs-spans-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-simple-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-simple-rp-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/ruby-trailing-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/runin/002-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/runin/generated-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/runin/generated2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/runin/generated3-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/runin/generated4-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/027-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/028-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/035-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/038-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/040-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/auto-with-percent-height-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/border-collapsing/001-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/border-collapsing/002-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/border-collapsing/003-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/border-collapsing/004-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/empty-row-crash-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/fixed-granular-cols-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/fixed-table-with-small-percent-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/floating-th-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/growCellForImageQuirk-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/height-percent-test-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/multiple-captions-display-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/percent-widths-stretch-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/relative-position-containment-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/relative-position-offsets-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/relative-position-stacking-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/rowspan-paint-order-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/table-and-parts-outline-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/table-continuation-outline-paint-crash-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/table-display-types-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/table-display-types-strict-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/table-display-types-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/table/vertical-align-baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/complex-text-opacity-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/decorations-transformed-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/emphasis-combined-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/emphasis-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/emphasis-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/hyphenate-character-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/hyphenate-first-word-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/hyphenate-limit-before-after-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/hyphenate-locale-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/hyphens-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/bidi-AN-after-L-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/bidi-CS-after-AN-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/bidi-linebreak-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/bidi-linebreak-002-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/bidi-linebreak-003-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/bidi-neutral-run-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/hindi-spacing-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/text-combine-image-test-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/international/vertical-text-glyph-test-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/justify-ideograph-complex-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/justify-ideograph-simple-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/justify-ideograph-vertical-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/line-breaking-with-kerning-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/myanmar-shaping-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/selection-rect-rounding-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/shadow-translucent-fill-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/sticky-typesetting-features-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/thai-combining-mark-positioning-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/x-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/text/zero-font-size-expected.png: Added property svn:mime-type. |
| * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/transforms/transform-overflow-expected.png: Modified property svn:mime-type. |
| * platform/mac/fast/transforms/transform-positioned-ancestor-expected.png: Modified property svn:mime-type. |
| * platform/mac/fonts/color-bitmap-expected.png: Modified property svn:mime-type. |
| * platform/mac/fonts/cursive-expected.png: Modified property svn:mime-type. |
| * platform/mac/fonts/default-expected.png: Modified property svn:mime-type. |
| * platform/mac/fonts/fantasy-expected.png: Modified property svn:mime-type. |
| * platform/mac/fonts/monospace-expected.png: Modified property svn:mime-type. |
| * platform/mac/fonts/sans-serif-expected.png: Modified property svn:mime-type. |
| * platform/mac/fonts/serif-expected.png: Modified property svn:mime-type. |
| * platform/mac/fullscreen/full-screen-iframe-zIndex-expected.png: Added property svn:mime-type. |
| * platform/mac/fullscreen/full-screen-remove-ancestor-after-expected.png: Added property svn:mime-type. |
| * platform/mac/fullscreen/full-screen-stacking-context-expected.png: Added property svn:mime-type. |
| * platform/mac/fullscreen/full-screen-zIndex-after-expected.png: Added property svn:mime-type. |
| * platform/mac/fullscreen/full-screen-zIndex-expected.png: Added property svn:mime-type. |
| * platform/mac/http/tests/misc/favicon-as-image-expected.png: Modified property svn:mime-type. |
| * platform/mac/http/tests/misc/generated-content-inside-table-expected.png: Modified property svn:mime-type. |
| * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Modified property svn:mime-type. |
| * platform/mac/http/tests/misc/slow-loading-image-in-pattern-expected.png: Modified property svn:mime-type. |
| * platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.png: Modified property svn:mime-type. |
| * platform/mac/media/media-controls-clone-expected.png: Added property svn:mime-type. |
| * platform/mac/printing/simultaneous-position-float-change-expected.png: Modified property svn:mime-type. |
| * platform/mac/scrollbars/basic-scrollbar-expected.png: Modified property svn:mime-type. |
| * platform/mac/scrollbars/disabled-scrollbar-expected.png: Modified property svn:mime-type. |
| * platform/mac/scrollbars/key-window-not-first-responder-expected.png: Modified property svn:mime-type. |
| * platform/mac/scrollbars/listbox-scrollbar-combinations-expected.png: Modified property svn:mime-type. |
| * platform/mac/scrollbars/overflow-scrollbar-combinations-expected.png: Modified property svn:mime-type. |
| * platform/mac/scrollbars/scrollbar-buttons-expected.png: Modified property svn:mime-type. |
| * platform/mac/scrollbars/scrollbar-orientation-expected.png: Modified property svn:mime-type. |
| * platform/mac/scrollbars/scrollbars-on-positioned-content-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/as-image/svg-as-background-with-relative-size-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/as-image/svg-as-background-with-viewBox-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/as-object/object-box-sizing-no-width-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/filters/feTile-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/paints/patternRegions-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/text/smallFonts-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/text/textAnchor3-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/text/textLayout-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/text/textLength-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/text/textOnPath-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/text/textOnPath2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/text/textOnPathSpaces-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/text/textPCDATA-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/text/textProperties-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/text/verticalTextOnPath-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/batik/text/xmlSpace-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-in-mask-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-child-clipped-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-clipped-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-clipped-no-content-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-evenodd-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-nonzero-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-objectBoundingBox-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-on-g-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-on-svg-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-pixelation-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-recursive-call-by-child-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-recursive-call-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-use-as-child-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-use-as-child5-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-with-container-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-with-different-unittypes-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-with-different-unittypes2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/arrow-with-shadow-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/circle-in-mask-with-shadow-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/clippath-with-shadow-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/composite-shadow-example-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/composite-shadow-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/composite-shadow-with-opacity-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/group-with-shadow-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/mask-with-shadow-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/path-with-shadow-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/shadow-and-opacity-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/shadow-changes-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/shadow-with-large-radius-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/shadow-with-negative-offset-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/stars-with-shadow-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/css/text-shadow-multiple-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/SVGPaint-mutate-attribute-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/SVGPaint-mutate-inline-style-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/altglyph-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/animate-target-id-changed-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/animate-target-removed-from-document-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/animation-currentColor-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/baseval-animval-equality-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/broken-internal-references-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/bug45331-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/clip-path-id-changes-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/clip-path-referencing-use-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/clip-path-referencing-use2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/embedding-external-svgs-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/empty-mask-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/feComponentTransfer-Table-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/fill-fallback-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/fill-opacity-update-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/custom/getPresentationAttribute-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/getsvgdocument-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/image-parent-translation-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/immutable-properties-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/invalid-dasharray-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/invalid-fill-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/invalid-fill-hex-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/invalid-stroke-hex-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/custom/invalid-uri-stroke-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/marker-child-changes-css-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/marker-opacity-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/marker-referencePoint-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/marker-strokeWidth-changes-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/mask-invalidation-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/mask-on-multiple-objects-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/mask-with-default-value-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/massive-coordinates-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/mouse-move-on-svg-container-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/non-scaling-stroke-markers-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-no-size-attributes-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-explicit-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-explicit-width-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-explicit-width-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-no-width-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/painting-marker-07-f-inherit-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/path-zero-strokewidth-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/pattern-excessive-malloc-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/pattern-incorrect-tiling-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/pattern-no-pixelation-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/pattern-skew-transformed-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/pattern-with-transformation-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/percentage-of-html-parent-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/pointer-events-image-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/pointer-events-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/recursive-filter-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/recursive-gradient-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/recursive-mask-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/recursive-pattern-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/relative-sized-content-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/relative-sized-content-with-resources-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/relative-sized-inner-svg-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/repaint-on-constant-size-change-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/repaint-stroke-width-changes-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/shape-rendering-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/small-rect-scale-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/stroke-fallback-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/stroke-opacity-update-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/custom/svg-float-border-padding-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/svg-modify-currentTranslate-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/tearoffs-with-tearoffs-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/text-rotated-gradient-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/text-rotation-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/text-x-dy-lists-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/text-xy-updates-SVGList-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-font-face-crash-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-instanceRoot-as-event-target-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-instanceRoot-event-listeners-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-property-synchronization-crash-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-setAttribute-crash-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg1-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol1-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGLengthList-appendItem-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGLengthList-basics-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGLengthList-getItem-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGLengthList-initialize-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGLengthList-insertItemBefore-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGLengthList-removeItem-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGLengthList-replaceItem-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGPathSegList-appendItem-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGPathSegList-cloning-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGPathSegList-removeItem-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGScriptElement/script-load-and-error-events-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGScriptElement/script-reexecution-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dom/SVGScriptElement/script-set-href-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/big-sized-filter-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/feColorMatrix-values-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/feComposite-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/filters/feDisplacementMap-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/feDropShadow-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/feGaussianBlur-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/feLighting-crash-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/feMerge-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/feMerge-wrong-input-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/feOffset-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/feTile-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/filter-on-filter-for-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/filter-on-tspan-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/filter-rounding-issues-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/filter-width-update-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/filterRes1-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/filterRes2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/filterRes3-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/filteredImage-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/parent-children-with-same-filter-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/shadow-on-filter-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/sourceAlpha-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/subRegion-in-userSpace-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/subRegion-one-effect-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/filters/subRegion-two-effects-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/foreignObject/text-tref-02-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/hixie/intrinsic/001-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/hixie/intrinsic/002-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/hixie/intrinsic/003-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/in-html/circle-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-foreignObject-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/repaint/filter-repaint-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/font-size-below-point-five-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/font-size-below-point-five-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/kerning-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/multichar-glyph-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/scaled-font-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-x-list-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-x-list-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-x-list-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-x-list-4-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-x-list-with-tspans-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-x-list-with-tspans-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-x-list-with-tspans-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/select-x-list-with-tspans-4-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/selection-styles-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/small-fonts-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/small-fonts-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/small-fonts-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/small-fonts-in-html5-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/text-hkern-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/text-hkern-on-vertical-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/text-path-middle-align-expected.png: Added property svn:mime-type. |
| * platform/mac/svg/text/text-repaint-rects-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/text-vkern-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/wicd/rightsizing-grid-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/wicd/test-rightsizing-a-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/wicd/test-rightsizing-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/wicd/test-scalable-background-image1-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/wicd/test-scalable-background-image2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-no-width-height-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-text-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/text/zoom-foreignObject-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png: Modified property svn:mime-type. |
| * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/layering/paint-test-layering-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/layering/paint-test-layering-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug10296-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug1055-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug106816-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug113235-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug11944-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug119786-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug131020-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug13118-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug13196-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug139524-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug14159-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug1430-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug14929-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug15247-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug17130-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug17130-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug1800-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug18359-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug18955-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug19061-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug19061-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug194024-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug19599-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug20804-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug2267-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug23235-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug23299-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug24627-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug2479-4-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug25086-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug25663-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug2684-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug27038-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug2773-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug2886-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug29058-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug29429-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug2947-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug2981-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug2981-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug2997-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug30692-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug3103-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug32205-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug33855-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug3454-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug3681-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug3977-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug41890-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug42187-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug43039-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug4382-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug43854-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug4427-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug44505-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug45055-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug45486-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug46368-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug46623-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug46924-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug47432-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug51727-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug52505-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug52506-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug5538-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug55694-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug57300-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug5799-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug5835-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug60749-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug6184-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug6404-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug650-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug68912-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug69382-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug7112-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug7112-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug7121-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug7471-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug7714-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug78162-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug80762-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug82946-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug8858-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug8950-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug9123-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug9123-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug92143-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug93363-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/bugs/bug965-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/borders-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/col_span-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/margins-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/one_row-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/row_span-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/table_rules-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/core/table_widths-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/body_tbody-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/body_tfoot-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/body_thead-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/col_span-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/colgroup_span-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/table_frame_border-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/table_frame_box-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/table_rules_all-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/table_rules_none-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_align_center-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_align_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_align_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_border_0-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_border_1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_border_2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_border_3-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_class-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_id-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_style-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_td_height-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_td_width-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_th_height-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_th_width-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tables_width_px-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tbody_char-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tfoot_char-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/thead_align_center-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/thead_align_char-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/thead_align_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/thead_align_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/thead_char-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_table-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_table_border-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_td_height-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_td_width-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_th_width-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_thead_class-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_thead_id-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_thead_style-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/other/cell_widths-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/other/cellspacing-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/other/nested2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/other/nestedTables-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/other/padding-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/other/test3-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/other/test6-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/core/columns-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png: Modified property svn:mime-type. |
| * platform/mac/tables/mozilla_expected_failures/other/test4-expected.png: Modified property svn:mime-type. |
| * platform/mac/transforms/2d/hindi-rotated-expected.png: Modified property svn:mime-type. |
| * platform/mac/transforms/2d/zoom-menulist-expected.png: Modified property svn:mime-type. |
| * platform/mac/transforms/svg-vs-css-expected.png: Modified property svn:mime-type. |
| * platform/mac/transitions/opacity-transition-zindex-expected.png: Modified property svn:mime-type. |
| * platform/mac/transitions/svg-text-shadow-transition-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/archive-empty-frame-dom-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/archive-empty-frame-source-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/archive-with-unencoded-url-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/doctype-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-body-background-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-css-import-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-duplicate-resources-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-frameset-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-img-src-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-input-src-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-link-href-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-object-data-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-script-src-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-table-background-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-td-background-expected.png: Modified property svn:mime-type. |
| * platform/mac/webarchive/test-xml-stylesheet-expected.png: Modified property svn:mime-type. |
| |
| 2011-06-16 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed expectations update for: |
| - fast/speech/input-appearance-numberandspeech.html |
| and just unskips them because they pass always. |
| - input-appearance-spinbutton-disabled-readonly.html |
| - input-appearance-spinbutton-layer.html |
| - input-appearance-spinbutton-visibility.html |
| |
| * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed expectations update for |
| meter-styles.html, meter-writing-mode.html, progress-writing-mode.html |
| |
| * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Added. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Added. |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Jeffrey Pfau <jpfau@apple.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Using null bytes when setting innerHTML in XTHML results in assertion and a crash due to null-pointer dereference |
| https://bugs.webkit.org/show_bug.cgi?id=61053 |
| |
| Added test cases covering two cases of using innerHTML with null bytes in XHTML. |
| |
| * fast/parser/xhtml-innerhtml-null-byte-expected.txt: Added. |
| * fast/parser/xhtml-innerhtml-null-byte-first-expected.txt: Added. |
| * fast/parser/xhtml-innerhtml-null-byte-first.xhtml: Added. |
| * fast/parser/xhtml-innerhtml-null-byte.xhtml: Added. |
| |
| 2011-06-16 Yuta Kitamura <yutak@chromium.org> |
| |
| Unreviewed, mark more Chromium test failures for tests added in r89091. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Verify cloned <audio> and <video> are rendered correctly. |
| https://bugs.webkit.org/show_bug.cgi?id=62001 |
| |
| Add a test to verify cloned media controls are rendered correctly. |
| |
| * media/media-controls-clone.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/media/media-controls-clone-expected.png: Added. |
| * platform/mac/media/media-controls-clone-expected.txt: Added. |
| |
| 2011-06-16 Yuta Kitamura <yutak@chromium.org> |
| |
| Unreviewed, add Chromium test expectation for fast/js/keywords-and-reserved_words.html. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Gavin Barraclough <barraclough@apple.com> |
| |
| Rubber stamped by Sam Weinig. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=25079 |
| JS Arrays et al receive the wrong prototype |
| |
| Adding abarth's testcase, for this issue that was already fixed in ToT by other changes. |
| |
| * fast/js/cross-frame-prototype-expected.txt: Added. |
| * fast/js/cross-frame-prototype.html: Added. |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Another Windows rebaseline after r89091. |
| |
| The problem was that my original rebaseline for Windows overrode mac's expected results. |
| This rebaseline should work. |
| |
| * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Added. |
| * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added. |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added. |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added. |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added. |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added. |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added. |
| * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added. |
| * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added. |
| * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added. |
| * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added. |
| * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added. |
| |
| 2011-06-16 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=53014 |
| ES5 strict mode keyword restrictions aren't implemented |
| |
| The following are future restricted words is strict mode code: |
| implements, interface, let, package, private, protected, public, static, yield |
| |
| * fast/js/keywords-and-reserved_words-expected.txt: Added. |
| * fast/js/keywords-and-reserved_words.html: Added. |
| * fast/js/script-tests/keywords-and-reserved_words.js: Added. |
| (isKeyword): |
| (isStrictKeyword): |
| (classifyIdentifier): |
| |
| 2011-06-16 Yuta Kitamura <yutak@chromium.org> |
| |
| Unreviewed, rolling out r89107. |
| http://trac.webkit.org/changeset/89107 |
| |
| The test already had correct expectation. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Yuta Kitamura <yutak@chromium.org> |
| |
| Unreviewed, add Chromium test expectation for fast/js/multiline-comment-newline.html. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Chromium Windows XP rebaseline after r89091. |
| |
| * platform/chromium-win-xp/editing/selection: Added. |
| * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added. |
| * platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added. |
| * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added. |
| * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added. |
| * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added. |
| * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added. |
| * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added. |
| * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Fix Mac baselines for r89091. I don't know why the original baseline was wrong. |
| |
| * 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-backward-wrap-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/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Update Chromium test expectation after r89100. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Update Chromium Mac test expectations after r89091. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| GTK+ rebaselines after r89091. |
| |
| * platform/gtk/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Added. |
| * platform/gtk/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added. |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added. |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added. |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added. |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added. |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added. |
| * platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added. |
| * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added. |
| * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added. |
| * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added. |
| * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added. |
| |
| 2011-06-16 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=23611 |
| Multiline Javascript comments cause incorrect parsing of following script. |
| |
| From the spec: |
| "A MultiLineComment [is] simply discarded if it contains no line terminator, |
| but if a MultiLineComment contains one or more line terminators, then it is |
| replaced with a single line terminator, which becomes part of the stream of |
| inputs for the syntactic grammar." |
| |
| This may result in behavioural changes, due to automatic semicolon insertion. |
| |
| * fast/js/multiline-comment-newline-expected.txt: Added. |
| * fast/js/multiline-comment-newline.html: Added. |
| * fast/js/script-tests/multiline-comment-newline.js: Added. |
| (shouldBeUndefined): |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Qt rebaselines after r89091. |
| |
| * platform/qt/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Added. |
| * platform/qt/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added. |
| * platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added. |
| * platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added. |
| * platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added. |
| * platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added. |
| * platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added. |
| * platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added. |
| * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added. |
| * platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added. |
| * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added. |
| * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added. |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Windows rebaselines for r89091. |
| |
| * 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-backward-wrap-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/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Chromium rebaselines after r89091. |
| |
| They are all considered passing even though vertical text aren't rendered correctly in these tests |
| because only selection range matters in these tests. |
| |
| * platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added. |
| * platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Added. |
| * platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added. |
| * platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added. |
| * platform/chromium-linux/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Added. |
| * platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added. |
| * platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added. |
| |
| 2011-06-16 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed. |
| |
| Your chromium layout test results are now diamonds! Ok, not really. |
| But they're 0.03% better. |
| |
| * platform/chromium-linux/fast/transforms/transformed-document-element-expected.png: |
| * platform/chromium-win/fast/transforms/transformed-document-element-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r89055. |
| http://trac.webkit.org/changeset/89055 |
| https://bugs.webkit.org/show_bug.cgi?id=62835 |
| |
| Caused failures on all ports except GTK (Requested by |
| mrobinson on #webkit). |
| |
| * http/tests/loading/resources/status-code-error-with-response-body.php: Removed. |
| * http/tests/loading/resources/status-code-error-without-response-body.php: Removed. |
| * http/tests/loading/status-code-error-without-response-body-expected.txt: Removed. |
| * http/tests/loading/status-code-error-without-response-body.html: Removed. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Wyatt Carss <wcarss@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| markup-dump conversion + rename: editing/deleting/5408255.html |
| https://bugs.webkit.org/show_bug.cgi?id=62680 |
| |
| Tests if the UI delete button works while '-webkit-user-select: none' is applied. |
| There should be no visible content in the dumped markup. Holding off on rename. |
| |
| * editing/deleting/5408255.html: |
| * editing/deleting/5408255-expected.txt: |
| * platform/chromium-linux/editing/deleting/5408255-expected.png: Removed. |
| * platform/chromium-mac-leopard/editing/deleting/5408255-expected.png: Removed. |
| * platform/chromium-mac/editing/deleting/5408255-expected.png: Removed. |
| * platform/chromium-win/editing/deleting/5408255-expected.png: Removed. |
| * platform/chromium-win/editing/deleting/5408255-expected.txt: Removed. |
| * platform/gtk/editing/deleting/5408255-expected.png: Removed. |
| * platform/gtk/editing/deleting/5408255-expected.txt: Removed. |
| * platform/mac/editing/deleting/5408255-expected.png: Removed. |
| * platform/mac/editing/deleting/5408255-expected.txt: Removed. |
| * platform/qt/editing/deleting/5408255-expected.txt: Removed. |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Support logical line movement in vertical writing mode |
| https://bugs.webkit.org/show_bug.cgi?id=62743 |
| |
| Added various tests to ensure WebKit uses a proper line direction point |
| when extending selection horizontally in vertical writing modes. |
| |
| * editing/selection/vertical-lr-ltr-extend-line-backward-br.html: Added. |
| * editing/selection/vertical-lr-ltr-extend-line-forward-br.html: Added. |
| * editing/selection/vertical-rl-ltr-extend-line-backward-br.html: Added. |
| * editing/selection/vertical-rl-ltr-extend-line-backward-p.html: Added. |
| * editing/selection/vertical-rl-ltr-extend-line-backward-wrap.html: Added. |
| * editing/selection/vertical-rl-ltr-extend-line-forward-br.html: Added. |
| * editing/selection/vertical-rl-ltr-extend-line-forward-p.html: Added. |
| * editing/selection/vertical-rl-ltr-extend-line-forward-wrap.html: Added. |
| * editing/selection/vertical-rl-rtl-extend-line-backward-br.html: Added. |
| * editing/selection/vertical-rl-rtl-extend-line-backward-p.html: Added. |
| * editing/selection/vertical-rl-rtl-extend-line-forward-br.html: Added. |
| * editing/selection/vertical-rl-rtl-extend-line-forward-p.html: Added. |
| * 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: Added. |
| * 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: Added. |
| * 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: Added. |
| * 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: Added. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added. |
| * 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: Added. |
| * 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: Added. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added. |
| * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added. |
| * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added. |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Skip the failing test added by r89056 on Qt. |
| The failure is tracked by the bug 62821. |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-16 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed. |
| |
| A yak. Just kidding. More test expectations updates. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed. |
| |
| Yet more chromium expectations updates. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Consider padding and border when looking for the next/previous line position |
| https://bugs.webkit.org/show_bug.cgi?id=55481 |
| |
| Added a test to ensure WebKit can allow vertical caret movements even when |
| inline elements that span multiple lines have paddings, borders, or both. |
| |
| * editing/selection/move-vertically-with-paddings-borders-expected.txt: Added. |
| * editing/selection/move-vertically-with-paddings-borders.html: Added. |
| |
| 2011-06-16 Keunsoon Lee <keunsoon.lee@samsung.com> |
| |
| Reviewed by Martin Robinson. |
| |
| [SOUP] Abnormal operation if server sends 5xx status code without HTTP body |
| https://bugs.webkit.org/show_bug.cgi?id=60875 |
| |
| * http/tests/loading/resources/status-code-error-with-response-body.php: Added. |
| Accepting status code and creating response having body with the received status code |
| * http/tests/loading/resources/status-code-error-without-response-body.php: Added. |
| Accepting status code and creating response having no body with the received status code |
| * http/tests/loading/status-code-error-without-response-body-expected.txt: Added. |
| * http/tests/loading/status-code-error-without-response-body.html: Added. |
| Sending XMLHttpRequest and check if return callback is onerror or onload for all 4xx and 5xx status codes. |
| * platform/chromium/test_expectations.txt: add BUGWK60875 |
| |
| 2011-06-16 Chang Shu <cshu@webkit.org> |
| |
| Reviewed by Sam Weinig. |
| |
| [Qt] [WK2] Qt WebKit2 needs undo/redo support |
| https://bugs.webkit.org/show_bug.cgi?id=62637 |
| |
| Unskip passed tests. |
| |
| * platform/qt-wk2/Skipped: |
| |
| 2011-06-16 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: Network panel shows incorrect query parameters when url has fragment. |
| https://bugs.webkit.org/show_bug.cgi?id=62723 |
| |
| * http/tests/inspector/resource-parameters-expected.txt: |
| * http/tests/inspector/resource-parameters.html: |
| |
| 2011-06-16 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed. |
| |
| Update chromium test expectations. Add some missing bug ID's (lazy |
| gardener, no chocolate for you), and remove some now-passing tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs. |
| https://bugs.webkit.org/show_bug.cgi?id=61205 |
| |
| Added inspector backend cache for XHR content. |
| |
| * http/tests/inspector/network/network-xhr-async-expected.txt: Added. |
| * http/tests/inspector/network/network-xhr-async.html: Added. |
| * http/tests/inspector/network/network-xhr-sync-expected.txt: Added. |
| * http/tests/inspector/network/network-xhr-sync.html: Added. |
| |
| 2011-06-16 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| HTMLTable should cache its 'rows' collection results |
| https://bugs.webkit.org/show_bug.cgi?id=62800 |
| |
| * perf/table-rows-length-caching-expected.txt: Added. |
| * perf/table-rows-length-caching.html: Added. |
| This test checks that the call to table.rows is CONSTANT once it has |
| been populated once (and the DOM is not mutated). |
| |
| 2011-06-16 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Adding more new baselines. |
| |
| * platform/chromium-mac-leopard/fast/forms/basic-textareas-expected.png: |
| * platform/chromium-mac-leopard/svg/hixie/text/003-expected.png: |
| |
| 2011-06-16 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Adding new baselines. |
| |
| * platform/chromium-mac-leopard/fast/replaced/outline-replaced-elements-expected.png: Added. |
| |
| 2011-06-16 Eric Carlson <eric.carlson@apple.com> |
| |
| Unreviewed, removing test incorrectly added to GTK skipped list. |
| |
| [Qt] http/tests/appcache/video.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=62741 |
| |
| * platform/gtk/Skipped: Unskip test. |
| * platform/qt/Skipped: Add bug url. |
| |
| 2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r89025. |
| http://trac.webkit.org/changeset/89025 |
| https://bugs.webkit.org/show_bug.cgi?id=62799 |
| |
| "Some layout tests fail" (Requested by yurys on #webkit). |
| |
| * http/tests/inspector/network/network-xhr-async-expected.txt: Removed. |
| * http/tests/inspector/network/network-xhr-async.html: Removed. |
| * http/tests/inspector/network/network-xhr-sync-expected.txt: Removed. |
| * http/tests/inspector/network/network-xhr-sync.html: Removed. |
| |
| 2011-06-16 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs. |
| https://bugs.webkit.org/show_bug.cgi?id=61205 |
| |
| Added inspector backend cache for XHR content. |
| |
| * http/tests/inspector/network/network-xhr-async-expected.txt: Added. |
| * http/tests/inspector/network/network-xhr-async.html: Added. |
| * http/tests/inspector/network/network-xhr-sync-expected.txt: Added. |
| * http/tests/inspector/network/network-xhr-sync.html: Added. |
| |
| 2011-06-16 Florian Schneider <fschneider@chromium.org> |
| |
| Unreviewed. |
| |
| Remove an outdated chromium test expectation. |
| https://bugs.webkit.org/show_bug.cgi?id=62716 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Updating test expectations after V8 push. |
| |
| * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt: |
| * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt: |
| |
| 2011-06-16 Zsolt Fehér <h490267@stud.u-szeged.hu> |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| Unskip passing tests what needs layoutTestController.clearBackForwardList |
| https://bugs.webkit.org/show_bug.cgi?id=42333 |
| |
| * platform/qt-wk2/Skipped: |
| |
| 2011-06-16 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Updating text expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed expectations update for meter-element.html |
| |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-16 Adam Barth <abarth@webkit.org> |
| |
| Disable a subtest while we investigate. I'm going to need dglazkov's |
| help to understand what's going on in the shadows here. |
| |
| * fast/events/shadow-boundary-crossing-expected.txt: |
| * fast/events/shadow-boundary-crossing.html: |
| |
| 2011-06-16 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] fast/frames/flattening tests fail intermittently |
| https://bugs.webkit.org/show_bug.cgi?id=62785 |
| |
| * platform/qt-wk2/Skipped: Skip flakey tests until fix. |
| - fast/frames/flattening/frameset-flattening-advanced.html |
| - fast/frames/flattening/frameset-flattening-simple.html |
| * platform/qt-wk2/fast/dom/prototype-inheritance-2-expected.txt: Added, |
| because NotificationCenter and NotificationCenterPrototype is missing. |
| |
| 2011-06-16 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed expectations update. |
| - spellcheck-api-pixel.html -> Added expectations |
| - spellcheck-api.html -> Removed test_expectations.txt entry because it passes. |
| |
| * platform/chromium-linux/editing/spelling/spellcheck-api-pixel-expected.png: Added. |
| * platform/chromium-mac-leopard/editing/spelling/spellcheck-api-pixel-expected.png: Added. |
| * platform/chromium-mac/editing/spelling/spellcheck-api-pixel-expected.png: Added. |
| * platform/chromium-mac/editing/spelling/spellcheck-api-pixel-expected.txt: Added. |
| * platform/chromium-win/editing/spelling/spellcheck-api-pixel-expected.png: Added. |
| * platform/chromium-win/editing/spelling/spellcheck-api-pixel-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] new test introduced in r88958 fail on Qt |
| |
| * platform/qt/Skipped: Skip http/tests/appcache/video.html until fix. |
| |
| 2011-06-15 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| WebInspector [Chromium]: Make heap snapshots UI more responsive. |
| https://bugs.webkit.org/show_bug.cgi?id=62360 |
| |
| Two changes have been made: |
| - when we request elements, sort array only partially; |
| - when populating children, do it in batches; |
| |
| * inspector/profiler/heap-snapshot.html: |
| * inspector/utilities.html: |
| |
| 2011-06-08 Keishi Hattori <keishi@webkit.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Fix range element not updating when value attribute is set with JS |
| https://bugs.webkit.org/show_bug.cgi?id=61857 |
| |
| * fast/forms/range-set-attribute-expected.txt: Added. |
| * fast/forms/range-set-attribute.html: Added. Test to see if setting the value attribute of a |
| range input element updates the value. |
| |
| 2011-06-15 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| [Chromium][Qt] Some slider clicking tests fail. |
| https://bugs.webkit.org/show_bug.cgi?id=62683 |
| |
| * fast/forms/slider-mouse-events-expected.txt: |
| * fast/forms/slider-mouse-events.html: Add step=5 to ignore small difference of thumb sizes. |
| * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: |
| * platform/qt/Skipped: slider-onchange-event.html should pass by this change. |
| |
| 2011-06-15 Dirk Pranke <dpranke@chromium.org> |
| |
| Unreviewed, whitespace change to force a build. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Dirk Pranke <dpranke@chromium.org> |
| |
| Unreviewed, expectations change. |
| |
| Refine expectations to eliminate some unexpected passes. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Dirk Pranke <dpranke@chromium.org> |
| |
| Unreviewed, expectations change. |
| |
| Refine expectations to eliminate some unexpected passes. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Dirk Pranke <dpranke@chromium.org> |
| |
| Unreviewed, expectations change. |
| |
| Add Mac Leopard baselines for the new CSS2.1 tests added in |
| r88913. |
| |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-007-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-008-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-009-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-010-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-011-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-012-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-014-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-016-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-017-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-018-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-019-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-021-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-022-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-023-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-024-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-025-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-026-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-028-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-029-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-030-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-031-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-032-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-033-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-035-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-036-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-006-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-008-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-013-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-015-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-020-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-022-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-027-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-029-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-034-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-036-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-041-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-043-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-048-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-050-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-055-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-057-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-062-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-064-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-069-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-071-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-076-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-007-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-009-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-011-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-013-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-015-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-006-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-007-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-008-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-007-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-006-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-006-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-007-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-008-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-009-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-010-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-011-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-012-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-007-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-006-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-011-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-non-replaced-height-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-007-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-006-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-011-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-012-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-013-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-015-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/replaced-elements-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-003-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-005-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/replaced-min-max-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/width-replaced-element-001-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| Tests that accessing the parent stylesheet in nodes (not in document) |
| do not result in crash when document is cleared. |
| https://bugs.webkit.org/show_bug.cgi?id=62586 |
| |
| * fast/dom/body-clone-link-decl-parent-crash-expected.txt: Added. |
| * fast/dom/body-clone-link-decl-parent-crash.html: Added. |
| * fast/dom/styled-clone-inline-style-decl-parent-crash-expected.txt: Added. |
| * fast/dom/styled-clone-inline-style-decl-parent-crash.html: Added. |
| * fast/dom/styled-not-in-document-clone-inline-style-decl-parent-crash-expected.txt: Added. |
| * fast/dom/styled-not-in-document-clone-inline-style-decl-parent-crash.html: Added. |
| |
| 2011-06-15 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; more test expectations cleanup. |
| |
| Get rid of some unexpected passes from the GPU bots. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Have Document keep track of whether scroll listeners are registered |
| https://bugs.webkit.org/show_bug.cgi?id=62757 |
| |
| This test relied on the fact that, with async scroll event dispatch, |
| an element would get a scroll event even if the listener is registered |
| after the scroll happens. Fix the test to register the listener before |
| the first scroll. |
| |
| * fast/events/remove-child-onscroll.html: |
| |
| 2011-06-15 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; test expectations cleanup. |
| |
| Removing some incorrect text results (platform/mac fallback is correct). |
| Adding some bug IDs from my lazy gardening last time around. |
| |
| * platform/chromium-win/animations/animation-drt-api-expected.txt: Removed. |
| * platform/chromium-win/animations/animation-drt-api-multiple-keyframes-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; yet more test expectations updates. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| REGRESSION (r88719): 5by5.tv schedule is not visible |
| https://bugs.webkit.org/show_bug.cgi?id=62720 |
| |
| Add test for the "interesting" ascii characters that may occur in an identifier |
| |
| * fast/js/parser-syntax-check-expected.txt: |
| * fast/js/script-tests/parser-syntax-check.js: |
| |
| 2011-06-15 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; more chromium test expectations updates. |
| |
| Rebaseline one GPU test on Linux. |
| |
| * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; more chromium test expectations updates. |
| |
| Rebaselined one additional CSS 2.1 test on Linux. |
| |
| * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; new chromium test baselines. |
| |
| New chromium baselines for CSS 2.1 tests introduced in r88913. Note |
| that some results are incorrect, and were left failing in |
| test_expectations (yes, I checked them all). |
| |
| * platform/chromium-linux/css2.1/20110323: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-008-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-009-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-010-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-011-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-012-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-014-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-016-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-017-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-018-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-019-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-021-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-022-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-023-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-024-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-025-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-026-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-028-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-029-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-030-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-031-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-032-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-033-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-035-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-036-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-006-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-008-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-013-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-015-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-020-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-022-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-027-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-029-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-034-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-036-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-041-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-043-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-048-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-050-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-055-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-057-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-062-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-064-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-069-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-071-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-width-076-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-006-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-008-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-009-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-010-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-011-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-012-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-013-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-014-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-015-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-016-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-width-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-width-006-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-non-replaced-width-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-replaced-height-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-replaced-height-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-replaced-height-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-replaced-height-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-replaced-height-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-replaced-height-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/block-replaced-width-006-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-006-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-008-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-009-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-010-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-011-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-non-replaced-width-012-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-height-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-height-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-height-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-height-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-height-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-height-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-width-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-width-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-width-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-width-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-width-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-width-006-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/float-replaced-width-011-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-non-replaced-height-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-height-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-height-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-height-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-height-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-height-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-height-007-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-width-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-width-006-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-width-011-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-width-012-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-width-013-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-width-014-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-width-015-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/replaced-intrinsic-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/replaced-intrinsic-002-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/replaced-intrinsic-003-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/replaced-intrinsic-004-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/replaced-intrinsic-005-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added. |
| * platform/chromium-linux/css2.1/20110323/width-replaced-element-001-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-004-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-006-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-008-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-010-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-012-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-014-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-016-expected.png: Added. |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-014-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323: Added. |
| * platform/chromium-mac/css2.1/20110323/block-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/block-non-replaced-height-004-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/block-non-replaced-height-006-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/block-non-replaced-height-008-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/block-non-replaced-height-010-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/block-non-replaced-height-012-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/block-non-replaced-height-014-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/block-non-replaced-height-016-expected.png: Added. |
| * platform/chromium-mac/css2.1/20110323/inline-replaced-width-014-expected.png: Added. |
| * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added. |
| * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-006-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-008-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-010-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-011-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-012-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-015-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-007-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-008-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-008-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-009-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-009-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-010-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-010-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-011-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-011-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-012-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-012-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-014-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-014-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-016-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-016-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-017-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-017-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-018-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-018-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-019-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-019-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-021-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-021-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-022-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-022-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-023-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-023-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-024-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-024-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-025-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-025-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-026-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-026-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-028-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-028-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-029-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-029-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-030-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-030-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-031-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-031-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-032-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-032-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-033-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-033-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-035-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-035-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-036-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-036-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-006-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-006-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-008-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-008-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-013-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-013-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-015-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-015-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-020-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-020-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-022-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-022-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-027-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-027-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-029-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-029-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-034-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-034-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-036-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-036-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-041-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-041-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-043-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-043-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-048-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-048-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-050-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-050-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-055-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-055-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-057-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-057-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-062-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-062-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-064-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-064-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-069-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-069-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-071-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-071-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-076-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-width-076-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-006-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-006-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-007-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-008-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-008-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-009-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-009-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-010-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-010-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-011-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-011-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-012-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-012-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-013-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-013-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-014-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-014-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-015-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-015-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-016-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-height-016-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-006-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-006-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-non-replaced-width-007-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-height-007-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-width-006-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/block-replaced-width-006-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-height-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-006-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-006-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-007-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-008-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-008-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-009-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-009-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-010-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-010-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-011-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-011-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-012-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-non-replaced-width-012-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-height-007-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-006-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-006-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-011-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/float-replaced-width-011-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-007-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-width-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-width-006-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-non-replaced-height-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-non-replaced-height-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-non-replaced-height-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-non-replaced-height-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-007-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-007-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-006-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-006-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-011-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-011-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-012-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-012-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-013-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-013-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-014-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-014-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-015-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/inline-replaced-width-015-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-002-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-002-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-003-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-003-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-004-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-004-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-005-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-005-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Added. |
| * platform/chromium-win/css2.1/20110323/width-replaced-element-001-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/width-replaced-element-001-expected.txt: Added. |
| * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added. |
| * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added. |
| * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added. |
| * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Eric Carlson <eric.carlson@apple.com> |
| |
| Skip new failing test. |
| |
| [Qt] http/tests/appcache/video.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=62741 |
| |
| * platform/gtk/Skipped: |
| |
| 2011-06-15 Tony Chang <tony@chromium.org> |
| |
| Fix Qt results for RenderDeprecatedFlexibleBox rename. |
| |
| * platform/qt/fast/forms/range-thumb-height-percentage-expected.txt: |
| * platform/qt/fast/multicol/client-rects-expected.txt: |
| |
| 2011-06-15 Eric Carlson <eric.carlson@apple.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| MediaPlayerPrivate should not know about application cache |
| https://bugs.webkit.org/show_bug.cgi?id=62648 |
| |
| Add test for <video> in the application cache. |
| |
| * http/tests/appcache/resources/video.manifest: Added. |
| * http/tests/appcache/video-expected.txt: Added. |
| * http/tests/appcache/video.html: Added. |
| |
| 2011-06-15 Tony Chang <tony@chromium.org> |
| |
| Fixing more results with RenderDeprecatedFlexibleBox rename. |
| |
| * platform/chromium-mac/fast/layers/video-layer-expected.txt: |
| * platform/chromium-mac/media/audio-controls-rendering-expected.txt: |
| * platform/chromium-mac/media/audio-repaint-expected.txt: |
| * platform/chromium-mac/media/controls-after-reload-expected.txt: |
| * platform/chromium-mac/media/controls-strict-expected.txt: |
| * platform/chromium-mac/media/controls-styling-expected.txt: |
| * platform/chromium-mac/media/controls-without-preload-expected.txt: |
| * platform/chromium-mac/media/video-controls-rendering-expected.txt: |
| * platform/chromium-mac/media/video-display-toggle-expected.txt: |
| * platform/chromium-mac/media/video-empty-source-expected.txt: |
| * platform/chromium-mac/media/video-no-audio-expected.txt: |
| * platform/chromium-mac/media/video-volume-slider-expected.txt: |
| * platform/chromium-mac/media/video-zoom-controls-expected.txt: |
| * platform/chromium-win/fast/layers/video-layer-expected.txt: |
| * platform/chromium-win/media/audio-controls-rendering-expected.txt: |
| * platform/chromium-win/media/audio-repaint-expected.txt: |
| * platform/chromium-win/media/controls-after-reload-expected.txt: |
| * platform/chromium-win/media/controls-strict-expected.txt: |
| * platform/chromium-win/media/controls-styling-expected.txt: |
| * platform/chromium-win/media/controls-without-preload-expected.txt: |
| * platform/chromium-win/media/video-controls-rendering-expected.txt: |
| * platform/chromium-win/media/video-display-toggle-expected.txt: |
| * platform/chromium-win/media/video-empty-source-expected.txt: |
| * platform/chromium-win/media/video-no-audio-expected.txt: |
| * platform/chromium-win/media/video-volume-slider-expected.txt: |
| * platform/chromium-win/media/video-zoom-controls-expected.txt: |
| * platform/win-xp/media/audio-repaint-expected.txt: |
| |
| 2011-06-15 Ryosuke Niwa <rniwa@webkit.org> |
| |
| GTK rebaseline after r88913. |
| |
| * platform/gtk/svg/hixie/text/003-expected.txt: |
| |
| 2011-06-15 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| IndexedDB: indexedDB.open() name argument is required |
| https://bugs.webkit.org/show_bug.cgi?id=62398 |
| |
| * storage/indexeddb/database-name-undefined-expected.txt: Added. |
| * storage/indexeddb/database-name-undefined.html: Added. |
| |
| 2011-06-15 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Can't type text when input element is shrunken by a CSS rule |
| https://bugs.webkit.org/show_bug.cgi?id=62550 |
| |
| Added a regression test now that the bug no longer reproduces. |
| |
| * fast/forms/type-after-focus-rule-shrink-width-expected.txt: Added. |
| * fast/forms/type-after-focus-rule-shrink-width.html: Added. |
| |
| 2011-06-15 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: Serious performance regression during continuous focused element style updates |
| https://bugs.webkit.org/show_bug.cgi?id=61038 |
| |
| * inspector/elements/edit-dom-actions.html: |
| * inspector/elements/set-attribute.html: |
| * inspector/styles/styles-update-from-js-expected.txt: |
| * inspector/styles/styles-update-from-js.html: |
| |
| 2011-06-15 Martin Robinson <mrobinson@igalia.com> |
| |
| Reclassify a failing GTK+ test. |
| |
| * platform/gtk/Skipped: This test is actually failing because |
| EventSender.mouseScrollBy is missing. |
| |
| 2011-06-15 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Textarea will not accept space characters at end of line |
| https://bugs.webkit.org/show_bug.cgi?id=61483 |
| |
| Added a regression test now that the bug has been resolved by r88883. |
| |
| * editing/input/insert-wrapping-space-in-textarea-expected.txt: Added. |
| * editing/input/insert-wrapping-space-in-textarea.html: Added. |
| |
| 2011-06-15 Andrey Kosyakov <caseq@chromium.org> |
| |
| Unreviewed, rolled out r88937 (broke build on mac) |
| |
| * http/tests/inspector/network/network-xhr-async-expected.txt: Removed. |
| * http/tests/inspector/network/network-xhr-async.html: Removed. |
| * http/tests/inspector/network/network-xhr-sync-expected.txt: Removed. |
| * http/tests/inspector/network/network-xhr-sync.html: Removed. |
| |
| 2011-06-15 Pavel Feldman <pfeldman@google.com> |
| |
| Not reviewed: fixing new inspector test. |
| |
| * inspector/debugger/error-in-watch-expressions-expected.txt: |
| * inspector/debugger/error-in-watch-expressions.html: |
| |
| 2011-06-15 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; chromium test expectations update. |
| |
| A few more updates to bring test_expectations in line with reality. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: script select can be too wide. |
| https://bugs.webkit.org/show_bug.cgi?id=62701 |
| |
| * inspector/debugger/scripts-panel-expected.txt: |
| * inspector/debugger/scripts-panel.html: |
| |
| 2011-06-15 Noel Gordon <noel.gordon@gmail.com> |
| |
| Reviewed by Eric Seidel. |
| |
| CSS property outline not displayed on an iframe. |
| https://bugs.webkit.org/show_bug.cgi?id=57439 |
| |
| * fast/replaced/no-focus-ring-embed-expected.txt: Added. |
| * fast/replaced/no-focus-ring-embed.html: Added. |
| * fast/replaced/no-focus-ring-iframe-expected.txt: Added. |
| * fast/replaced/no-focus-ring-iframe.html: Added. |
| * fast/replaced/no-focus-ring-object-expected.txt: Added. |
| * fast/replaced/no-focus-ring-object.html: Added. |
| * fast/replaced/outline-replaced-elements-expected.txt: Added. |
| * fast/replaced/outline-replaced-elements.html: Added. |
| * fast/replaced/resources/focus-test.js: Added. |
| (element.onfocus): Use a small delay to avoid test false positives. |
| * platform/mac/fast/replaced/outline-replaced-elements-expected.png: Added. |
| |
| 2011-06-15 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r88916. |
| http://trac.webkit.org/changeset/88916 |
| https://bugs.webkit.org/show_bug.cgi?id=62728 |
| |
| Broke a bunch of layout tests on chromium (Requested by |
| podivilov on #webkit). |
| |
| * inspector/debugger/scripts-panel-expected.txt: |
| * inspector/debugger/scripts-panel.html: |
| |
| 2011-06-15 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; chromium test expectations update. |
| |
| Suppressing the failures introduced at r88913. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: script links are displayed with original line number in pretty-print mode. |
| https://bugs.webkit.org/show_bug.cgi?id=62282 |
| |
| * inspector/debugger/script-formatter-expected.txt: |
| * inspector/debugger/script-formatter.html: |
| |
| 2011-06-15 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Test expectation update for r88757 and r88901. |
| https://bugs.webkit.org/show_bug.cgi?id=52920 |
| https://bugs.webkit.org/show_bug.cgi?id=62685 |
| |
| * platform/chromium-gpu-linux/media/controls-after-reload-expected.png: |
| * platform/chromium-gpu-linux/media/controls-strict-expected.png: |
| * platform/chromium-gpu-linux/media/controls-styling-expected.png: |
| * platform/chromium-gpu-linux/media/controls-without-preload-expected.png: |
| * platform/chromium-gpu-linux/media/video-controls-rendering-expected.png: |
| * platform/chromium-gpu-linux/media/video-display-toggle-expected.png: |
| * platform/chromium-gpu-linux/media/video-no-audio-expected.png: |
| * platform/chromium-gpu-linux/media/video-volume-slider-expected.png: |
| * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png: |
| * platform/chromium-gpu-mac/media/controls-after-reload-expected.png: |
| * platform/chromium-gpu-mac/media/controls-strict-expected.png: |
| * platform/chromium-gpu-mac/media/controls-styling-expected.png: |
| * platform/chromium-gpu-mac/media/controls-without-preload-expected.png: |
| * platform/chromium-gpu-mac/media/video-controls-rendering-expected.png: |
| * platform/chromium-gpu-mac/media/video-display-toggle-expected.png: |
| * platform/chromium-gpu-mac/media/video-no-audio-expected.png: |
| * platform/chromium-gpu-mac/media/video-volume-slider-expected.png: |
| * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png: |
| * platform/chromium-gpu-win/media/controls-after-reload-expected.png: |
| * platform/chromium-gpu-win/media/controls-strict-expected.png: |
| * platform/chromium-gpu-win/media/controls-styling-expected.png: |
| * platform/chromium-gpu-win/media/controls-without-preload-expected.png: |
| * platform/chromium-gpu-win/media/video-controls-rendering-expected.png: |
| * platform/chromium-gpu-win/media/video-display-toggle-expected.png: |
| * platform/chromium-gpu-win/media/video-no-audio-expected.png: |
| * platform/chromium-gpu-win/media/video-volume-slider-expected.png: |
| * platform/chromium-gpu-win/media/video-zoom-controls-expected.png: |
| * platform/chromium-linux/media/video-volume-slider-expected.png: |
| * platform/chromium-mac-leopard/media/video-volume-slider-expected.png: |
| * platform/chromium-mac/fast/layers/video-layer-expected.txt: |
| * platform/chromium-mac/media/audio-controls-rendering-expected.txt: |
| * platform/chromium-mac/media/audio-repaint-expected.txt: |
| * platform/chromium-mac/media/controls-after-reload-expected.txt: |
| * platform/chromium-mac/media/controls-strict-expected.txt: |
| * platform/chromium-mac/media/controls-styling-expected.txt: |
| * platform/chromium-mac/media/controls-without-preload-expected.txt: |
| * platform/chromium-mac/media/video-controls-rendering-expected.txt: |
| * platform/chromium-mac/media/video-display-toggle-expected.txt: |
| * platform/chromium-mac/media/video-empty-source-expected.txt: |
| * platform/chromium-mac/media/video-no-audio-expected.txt: |
| * platform/chromium-mac/media/video-volume-slider-expected.png: |
| * platform/chromium-mac/media/video-volume-slider-expected.txt: |
| * platform/chromium-mac/media/video-zoom-controls-expected.txt: |
| * platform/chromium-win/fast/layers/video-layer-expected.txt: |
| * platform/chromium-win/media/audio-controls-rendering-expected.txt: |
| * platform/chromium-win/media/audio-repaint-expected.txt: |
| * platform/chromium-win/media/controls-after-reload-expected.txt: |
| * platform/chromium-win/media/controls-strict-expected.txt: |
| * platform/chromium-win/media/controls-styling-expected.txt: |
| * platform/chromium-win/media/controls-without-preload-expected.txt: |
| * platform/chromium-win/media/video-controls-rendering-expected.txt: |
| * platform/chromium-win/media/video-display-toggle-expected.txt: |
| * platform/chromium-win/media/video-empty-source-expected.txt: |
| * platform/chromium-win/media/video-no-audio-expected.txt: |
| * platform/chromium-win/media/video-volume-slider-expected.png: |
| * platform/chromium-win/media/video-volume-slider-expected.txt: |
| * platform/chromium-win/media/video-zoom-controls-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-15 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][Mac] Skip failing tests. |
| |
| * platform/qt-mac/Skipped: |
| |
| 2011-06-14 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: "data" URLs not detected in CSS url(...) values properly |
| https://bugs.webkit.org/show_bug.cgi?id=62643 |
| |
| * inspector/styles/styles-url-linkify-expected.txt: |
| * inspector/styles/styles-url-linkify.html: |
| |
| 2011-06-15 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipped accessibility test failing in GTK. |
| |
| Failing after r88830, filed bug 62335 for fixing this issue. |
| |
| * platform/gtk/Skipped: Skipped test. |
| |
| 2011-06-15 Pavel Feldman <pfeldman@google.com> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: [REGRESSION] errors in watches and in console are not rendered in red. |
| https://bugs.webkit.org/show_bug.cgi?id=62708 |
| |
| * inspector/debugger/error-in-watch-expressions-expected.txt: Added. |
| * inspector/debugger/error-in-watch-expressions.html: Added. |
| |
| 2011-06-15 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: script select can be too wide. |
| https://bugs.webkit.org/show_bug.cgi?id=62701 |
| |
| * inspector/debugger/scripts-panel-expected.txt: |
| * inspector/debugger/scripts-panel.html: |
| |
| 2011-06-15 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Add Qt specific expected files for new passing tests introduced in r88913. |
| |
| [Qt] css2.1/20110323/inline-non-replaced-height-* tests fail |
| https://bugs.webkit.org/show_bug.cgi?id=62710 |
| |
| * platform/qt/Skipped: Skip failing tests. |
| - css2.1/20110323/inline-non-replaced-height-002.htm |
| - css2.1/20110323/inline-non-replaced-height-003.htm |
| |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-008-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-010-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-011-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-height-012-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-015-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-008-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-008-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-009-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-009-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-010-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-010-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-011-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-011-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-012-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-012-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-016-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-016-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-017-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-017-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-018-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-018-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-019-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-019-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-022-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-022-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-023-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-023-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-024-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-024-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-025-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-025-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-026-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-026-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-029-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-029-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-030-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-030-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-031-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-031-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-032-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-032-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-033-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-033-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-036-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-height-036-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-008-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-008-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-013-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-013-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-015-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-015-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-020-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-020-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-022-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-022-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-027-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-027-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-029-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-029-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-034-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-034-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-036-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-036-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-041-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-041-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-043-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-043-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-048-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-048-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-050-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-050-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-055-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-055-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-057-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-057-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-062-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-062-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-064-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-064-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-069-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-069-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-071-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-071-expected.txt: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-076-expected.png: Added. |
| * platform/qt/css2.1/20110323/absolute-replaced-width-076-expected.txt: Added. |
| * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added. |
| * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added. |
| * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-009-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-009-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-011-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-011-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-013-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-013-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-015-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-015-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-008-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-non-replaced-width-008-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-replaced-height-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-replaced-width-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-replaced-width-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/block-replaced-width-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/block-replaced-width-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-height-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-height-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-008-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-008-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-009-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-009-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-010-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-010-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-011-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-011-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-012-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-non-replaced-width-012-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-height-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-011-expected.png: Added. |
| * platform/qt/css2.1/20110323/float-replaced-width-011-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-height-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-width-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-block-replaced-width-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-007-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-height-007-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-006-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-006-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-011-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-011-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-012-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-012-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-013-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-013-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-014-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-014-expected.txt: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-015-expected.png: Added. |
| * platform/qt/css2.1/20110323/inline-replaced-width-015-expected.txt: Added. |
| * platform/qt/css2.1/20110323/replaced-elements-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/replaced-elements-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-002-expected.png: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-002-expected.txt: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-003-expected.png: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-003-expected.txt: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-004-expected.png: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-004-expected.txt: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-005-expected.png: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-005-expected.txt: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/replaced-min-max-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/replaced-min-max-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Added. |
| * platform/qt/css2.1/20110323/width-replaced-element-001-expected.png: Added. |
| * platform/qt/css2.1/20110323/width-replaced-element-001-expected.txt: Added. |
| |
| 2011-06-10 Yury Semikhatsky <yurys@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| [Chromium] Worker object may be garbage collected if it doesn't send any messages |
| https://bugs.webkit.org/show_bug.cgi?id=62446 |
| |
| * fast/workers/resources/worker-init.js: Added. |
| * fast/workers/worker-init-expected.txt: Added. |
| * fast/workers/worker-init.html: Added. |
| |
| 2011-06-15 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by David Hyatt. |
| |
| CSS 2.1: Support replaced elements with relative intrinsic sizes |
| https://bugs.webkit.org/show_bug.cgi?id=15849 |
| |
| CSS 2.1 failure: html4/replaced-intrinsic-ratio-001 |
| https://bugs.webkit.org/show_bug.cgi?id=53099 |
| |
| Imported all CSS 2.1 tests named *replaced* and *intrinsic* (except the still failing background-intrinsic-*) tests. |
| All of these pass now, except block-non-replaced-width-008.htm which is unrelated to this patch. |
| |
| * css2.1/20110323: Added. |
| * css2.1/20110323/absolute-non-replaced-height-001.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-height-002.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-height-003.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-height-004.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-height-005.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-height-006.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-height-007.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-height-008.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-height-009.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-height-010.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-height-011.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-height-012.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-001.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-002.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-003.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-004.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-005.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-006.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-007.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-008.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-009.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-010.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-011.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-max-height-012.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-001.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-002.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-003.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-004.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-005.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-006.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-007.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-008.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-009.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-010.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-011.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-012.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-013.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-014.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-015.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-016.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-017.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-018.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-019.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-020.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-021.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-022.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-023.htm: Added. |
| * css2.1/20110323/absolute-non-replaced-width-024.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-001.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-002.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-003.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-004.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-005.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-007.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-008.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-009.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-010.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-011.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-012.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-014.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-016.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-017.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-018.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-019.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-021.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-022.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-023.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-024.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-025.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-026.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-028.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-029.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-030.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-031.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-032.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-033.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-035.htm: Added. |
| * css2.1/20110323/absolute-replaced-height-036.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-001.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-006.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-008.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-013.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-015.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-020.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-022.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-027.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-029.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-034.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-036.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-041.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-043.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-048.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-050.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-055.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-057.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-062.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-064.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-069.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-071.htm: Added. |
| * css2.1/20110323/absolute-replaced-width-076.htm: Added. |
| * css2.1/20110323/abspos-non-replaced-width-margin-000-ref.htm: Added. |
| * css2.1/20110323/abspos-non-replaced-width-margin-000.htm: Added. |
| * css2.1/20110323/abspos-replaced-width-margin-000-ref.htm: Added. |
| * css2.1/20110323/abspos-replaced-width-margin-000.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-001.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-002.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-003.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-004.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-005.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-006.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-007.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-008.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-009.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-010.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-011.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-012.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-013.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-014.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-015.htm: Added. |
| * css2.1/20110323/block-non-replaced-height-016.htm: Added. |
| * css2.1/20110323/block-non-replaced-width-001.htm: Added. |
| * css2.1/20110323/block-non-replaced-width-002.htm: Added. |
| * css2.1/20110323/block-non-replaced-width-003.htm: Added. |
| * css2.1/20110323/block-non-replaced-width-004.htm: Added. |
| * css2.1/20110323/block-non-replaced-width-005.htm: Added. |
| * css2.1/20110323/block-non-replaced-width-006.htm: Added. |
| * css2.1/20110323/block-non-replaced-width-007.htm: Added. |
| * css2.1/20110323/block-non-replaced-width-008.htm: Added. |
| * css2.1/20110323/block-replaced-height-001.htm: Added. |
| * css2.1/20110323/block-replaced-height-002.htm: Added. |
| * css2.1/20110323/block-replaced-height-003.htm: Added. |
| * css2.1/20110323/block-replaced-height-004.htm: Added. |
| * css2.1/20110323/block-replaced-height-005.htm: Added. |
| * css2.1/20110323/block-replaced-height-007.htm: Added. |
| * css2.1/20110323/block-replaced-width-001.htm: Added. |
| * css2.1/20110323/block-replaced-width-006.htm: Added. |
| * css2.1/20110323/float-non-replaced-height-001.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-001.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-002.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-003.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-004.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-005.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-006.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-007.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-008.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-009.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-010.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-011.htm: Added. |
| * css2.1/20110323/float-non-replaced-width-012.htm: Added. |
| * css2.1/20110323/float-replaced-height-001.htm: Added. |
| * css2.1/20110323/float-replaced-height-002.htm: Added. |
| * css2.1/20110323/float-replaced-height-003.htm: Added. |
| * css2.1/20110323/float-replaced-height-004.htm: Added. |
| * css2.1/20110323/float-replaced-height-005.htm: Added. |
| * css2.1/20110323/float-replaced-height-007.htm: Added. |
| * css2.1/20110323/float-replaced-width-001.htm: Added. |
| * css2.1/20110323/float-replaced-width-002.htm: Added. |
| * css2.1/20110323/float-replaced-width-003.htm: Added. |
| * css2.1/20110323/float-replaced-width-004.htm: Added. |
| * css2.1/20110323/float-replaced-width-005.htm: Added. |
| * css2.1/20110323/float-replaced-width-006.htm: Added. |
| * css2.1/20110323/float-replaced-width-011.htm: Added. |
| * css2.1/20110323/inline-block-non-replaced-height-001.htm: Added. |
| * css2.1/20110323/inline-block-non-replaced-height-002.htm: Added. |
| * css2.1/20110323/inline-block-non-replaced-width-001.htm: Added. |
| * css2.1/20110323/inline-block-non-replaced-width-002.htm: Added. |
| * css2.1/20110323/inline-block-non-replaced-width-003.htm: Added. |
| * css2.1/20110323/inline-block-non-replaced-width-004.htm: Added. |
| * css2.1/20110323/inline-block-replaced-height-001.htm: Added. |
| * css2.1/20110323/inline-block-replaced-height-002.htm: Added. |
| * css2.1/20110323/inline-block-replaced-height-003.htm: Added. |
| * css2.1/20110323/inline-block-replaced-height-004.htm: Added. |
| * css2.1/20110323/inline-block-replaced-height-005.htm: Added. |
| * css2.1/20110323/inline-block-replaced-height-007.htm: Added. |
| * css2.1/20110323/inline-block-replaced-width-001.htm: Added. |
| * css2.1/20110323/inline-block-replaced-width-006.htm: Added. |
| * css2.1/20110323/inline-non-replaced-height-002.htm: Added. |
| * css2.1/20110323/inline-non-replaced-height-003.htm: Added. |
| * css2.1/20110323/inline-non-replaced-width-001.htm: Added. |
| * css2.1/20110323/inline-non-replaced-width-002.htm: Added. |
| * css2.1/20110323/inline-replaced-height-001.htm: Added. |
| * css2.1/20110323/inline-replaced-height-002.htm: Added. |
| * css2.1/20110323/inline-replaced-height-003.htm: Added. |
| * css2.1/20110323/inline-replaced-height-004.htm: Added. |
| * css2.1/20110323/inline-replaced-height-005.htm: Added. |
| * css2.1/20110323/inline-replaced-height-007.htm: Added. |
| * css2.1/20110323/inline-replaced-width-001.htm: Added. |
| * css2.1/20110323/inline-replaced-width-006.htm: Added. |
| * css2.1/20110323/inline-replaced-width-011.htm: Added. |
| * css2.1/20110323/inline-replaced-width-012.htm: Added. |
| * css2.1/20110323/inline-replaced-width-013.htm: Added. |
| * css2.1/20110323/inline-replaced-width-014.htm: Added. |
| * css2.1/20110323/inline-replaced-width-015.htm: Added. |
| * css2.1/20110323/replaced-elements-001.htm: Added. |
| * css2.1/20110323/replaced-intrinsic-001.htm: Added. |
| * css2.1/20110323/replaced-intrinsic-002.htm: Added. |
| * css2.1/20110323/replaced-intrinsic-003.htm: Added. |
| * css2.1/20110323/replaced-intrinsic-004.htm: Added. |
| * css2.1/20110323/replaced-intrinsic-005.htm: Added. |
| * css2.1/20110323/replaced-intrinsic-ratio-001.htm: Added. |
| * css2.1/20110323/replaced-min-max-001.htm: Added. |
| * css2.1/20110323/resources: Added. |
| * css2.1/20110323/resources/1x1-green.png: Added. |
| * css2.1/20110323/resources/1x1-lime.png: Added. |
| * css2.1/20110323/resources/1x1-red.png: Added. |
| * css2.1/20110323/resources/abspos-replaced-width-margin-000-narrow.png: Added. |
| * css2.1/20110323/resources/abspos-replaced-width-margin-000-wide.png: Added. |
| * css2.1/20110323/resources/blue15x15.png: Added. |
| * css2.1/20110323/resources/blue96x96.png: Added. |
| * css2.1/20110323/resources/intrinsic-ratio.svg: Added. |
| * css2.1/20110323/resources/replaced-intrinsic-001.svg: Added. |
| * css2.1/20110323/resources/replaced-intrinsic-002.svg: Added. |
| * css2.1/20110323/resources/replaced-intrinsic-003.svg: Added. |
| * css2.1/20110323/resources/replaced-intrinsic-004.svg: Added. |
| * css2.1/20110323/resources/replaced-intrinsic-005.svg: Added. |
| * css2.1/20110323/resources/replaced-min-max-1.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-10.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-11.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-12.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-13.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-14.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-15.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-16.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-17.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-18.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-19.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-2.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-3.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-4.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-5.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-6.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-7.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-8.png: Added. |
| * css2.1/20110323/resources/replaced-min-max-9.png: Added. |
| * css2.1/20110323/resources/replaced-min-max.png: Added. |
| * css2.1/20110323/resources/swatch-green.png: Added. |
| * css2.1/20110323/resources/swatch-white.png: Added. |
| * css2.1/20110323/resources/test-bl.png: Added. |
| * css2.1/20110323/resources/test-br.png: Added. |
| * css2.1/20110323/resources/test-tl.png: Added. |
| * css2.1/20110323/resources/test-tr.png: Added. |
| * css2.1/20110323/width-non-replaced-inline-001.htm: Added. |
| * css2.1/20110323/width-replaced-element-001.htm: Added. |
| * http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm: Added. |
| * http/tests/misc/resources/intrinsic-ratio-slow.pl: Added. |
| * http/tests/misc/resources/intrinsic-ratio.svg: Added. |
| * platform/mac/css2.1/20110323: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-008-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-010-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-011-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-height-012-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-015-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-007-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-008-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-008-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-009-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-009-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-010-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-010-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-011-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-011-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-012-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-012-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-014-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-014-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-016-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-016-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-017-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-017-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-018-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-018-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-019-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-019-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-021-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-021-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-022-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-022-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-023-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-023-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-024-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-024-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-025-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-025-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-026-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-026-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-028-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-028-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-029-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-029-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-030-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-030-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-031-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-031-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-032-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-032-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-033-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-033-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-035-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-035-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-036-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-height-036-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-006-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-008-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-008-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-013-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-013-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-015-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-015-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-020-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-020-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-022-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-022-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-027-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-027-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-029-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-029-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-034-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-034-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-036-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-036-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-041-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-041-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-043-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-043-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-048-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-048-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-050-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-050-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-055-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-055-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-057-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-057-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-062-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-062-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-064-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-064-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-069-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-069-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-071-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-071-expected.txt: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-076-expected.png: Added. |
| * platform/mac/css2.1/20110323/absolute-replaced-width-076-expected.txt: Added. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added. |
| * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-006-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-007-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-008-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-008-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-009-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-009-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-010-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-010-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-011-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-011-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-012-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-012-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-013-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-013-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-014-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-014-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-015-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-015-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-016-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-height-016-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-006-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-007-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-007-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-replaced-height-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-replaced-width-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/block-replaced-width-006-expected.png: Added. |
| * platform/mac/css2.1/20110323/block-replaced-width-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-height-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-height-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-006-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-007-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-008-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-008-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-009-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-009-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-010-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-010-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-011-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-011-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-012-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-non-replaced-width-012-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-007-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-height-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-006-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-011-expected.png: Added. |
| * platform/mac/css2.1/20110323/float-replaced-width-011-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-height-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-width-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-block-replaced-width-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-non-replaced-height-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-non-replaced-height-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-non-replaced-height-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-non-replaced-height-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-007-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-height-007-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-006-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-006-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-011-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-011-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-012-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-012-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-013-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-013-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-014-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-014-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-015-expected.png: Added. |
| * platform/mac/css2.1/20110323/inline-replaced-width-015-expected.txt: Added. |
| * platform/mac/css2.1/20110323/replaced-elements-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/replaced-elements-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-002-expected.png: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-002-expected.txt: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-003-expected.png: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-004-expected.png: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-004-expected.txt: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-005-expected.png: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-005-expected.txt: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/replaced-min-max-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/replaced-min-max-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/width-replaced-element-001-expected.png: Added. |
| * platform/mac/css2.1/20110323/width-replaced-element-001-expected.txt: Added. |
| * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added. |
| * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added. |
| * platform/mac/svg/hixie/text/003-expected.png: Slight width difference, but a progression, exactly like FF now. |
| * platform/mac/svg/hixie/text/003-expected.txt: Ditto. |
| * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added. |
| * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added. |
| * svg/zoom/page/resources/intrinsic-ratio.svg: Added. |
| * svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm: Added. |
| |
| 2011-06-15 Kent Tamura <tkent@chromium.org> |
| |
| [Win] Update expectation for r88757. |
| https://bugs.webkit.org/show_bug.cgi?id=52920 |
| |
| * platform/win-xp/media/audio-repaint-expected.txt: |
| |
| 2011-06-14 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Update platform specific expected file. |
| |
| * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: |
| |
| 2011-06-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Skip editing/inserting/return-key-span-start.html added by r88890 on Mac WebKit2 |
| since TestRunner doesn't implement eventSender.keyDown. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2011-06-14 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Reviewed by James Robinson. |
| |
| Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.fill.destination-in.html |
| https://bugs.webkit.org/show_bug.cgi?id=48293 |
| |
| And |
| |
| Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.pattern.destination-in.html |
| https://bugs.webkit.org/show_bug.cgi?id=48303 |
| |
| * canvas/philip/tests/2d.composite.uncovered.pattern.destination-in-expected.txt: |
| Added a trailing line. |
| |
| * fast/canvas/canvas-composite-alpha.html: |
| Updated now that we clear what is outside the source. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| Update platform skipped lists. |
| |
| 2011-06-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| GTK rebaseline for r88883. |
| |
| * platform/gtk/fast/forms/basic-textareas-expected.txt: |
| * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: |
| |
| 2011-06-14 Annie Sullivan <sullivan@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Span ID duplicated when pressing enter at beginning of span |
| https://bugs.webkit.org/show_bug.cgi?id=62621 |
| |
| Added test for span id not getting duplicated when span is cloned. |
| |
| * editing/inserting/return-key-span-start-expected.txt: Added. |
| * editing/inserting/return-key-span-start.html: Added. |
| |
| 2011-06-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Mac, Windows, and Chromium rebaseline for r88883. |
| |
| * platform/chromium-linux/fast/forms/basic-textareas-expected.png: |
| * platform/chromium-win/fast/forms/basic-textareas-expected.png: |
| * platform/chromium-win/fast/forms/basic-textareas-expected.txt: |
| * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.txt: |
| * platform/mac/fast/forms/basic-textareas-expected.png: |
| * platform/win/fast/forms/basic-textareas-expected.txt: |
| * platform/win/fast/forms/basic-textareas-quirks-expected.txt: |
| |
| 2011-06-14 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium][Qt] Assign new bug numbers for slider failures, and skip a test on Qt. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/qt/Skipped: |
| |
| 2011-06-14 Chris Fleizach <cfleizach@apple.com> |
| |
| Unreviewed. Fixing skip list. |
| |
| VoiceOver cannot navigate the itunes album view table |
| https://bugs.webkit.org/show_bug.cgi?id=62335 |
| |
| * platform/mac-leopard/Skipped: |
| |
| 2011-06-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by David Hyatt. |
| |
| Trailing tabs in a textarea become unselectable under certain conditions |
| https://bugs.webkit.org/show_bug.cgi?id=54598 |
| |
| Added a test to ensure Webkit renders leading whitespace when white-space is set to pre-wrap |
| and word-wrap is set to break-word. |
| |
| Also rebaselined few tests because WebKit now renders leading whitespace in those tests. |
| |
| * fast/text/pre-wrap-trailing-tab-expected.txt: Added. |
| * fast/text/pre-wrap-trailing-tab.html: Added. |
| * http/tests/misc/acid3-expected.txt: |
| * platform/mac/fast/forms/basic-textareas-expected.txt: |
| * platform/mac/fast/forms/basic-textareas-quirks-expected.txt |
| |
| 2011-06-14 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Qt rebaseline after r88757. |
| |
| * platform/qt/fast/forms/range-thumb-height-percentage-expected.txt: |
| * platform/qt/fast/forms/thumbslider-no-parent-slider-expected.txt: |
| * platform/qt/fast/multicol/client-rects-expected.txt: |
| |
| 2011-06-14 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Turns out, inspector/cookie-parser.html can timeout out. |
| |
| * platform/chromium/test_expectations.txt: Added expectation of TIMEOUT. |
| |
| 2011-06-14 Jeffrey Pfau <jpfau@apple.com> |
| |
| Reviewed by David Hyatt. |
| |
| Null dereference in WebCore::RenderBlock::splitFlow regarding use of multicol, inline-block, and spanning elements |
| https://bugs.webkit.org/show_bug.cgi?id=60028 |
| |
| Added test for spanning elements within an inline-block child of a multicol element. |
| |
| * fast/multicol/span/span-as-nested-inline-block-child.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added. |
| * platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Added. |
| |
| 2011-06-14 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Record expectation of crash for inspector/cookie-parser.html. |
| |
| * platform/chromium/test_expectations.txt: Recorded. |
| |
| 2011-06-14 Chris Fleizach <cfleizach@apple.com> |
| |
| Unreviewed. |
| |
| VoiceOver cannot navigate the itunes album view table |
| https://bugs.webkit.org/show_bug.cgi?id=62335 |
| |
| Tables are not supported on Leopard for accessibility. |
| |
| * platform/mac-leopard/Skipped: |
| |
| 2011-06-14 Wyatt Carss <wcarss@google.com> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| dump-as-text conversion: editing/deleting/5300379.html |
| https://bugs.webkit.org/show_bug.cgi?id=62620 |
| |
| Converted from pixel test to dump-as-text. This tests that delete backward |
| by word does not hang inside an empty div, and that delete backward by word |
| deletes exactly one word. |
| |
| * editing/deleting/5300379-expected.txt: Added. |
| * editing/deleting/5300379.html: |
| * platform/chromium-win/editing/deleting/5300379-expected.txt: Removed. |
| * platform/chromium-win/editing/deleting/5300379-expected.png: Removed. |
| * platform/gtk/editing/deleting/5300379-expected.txt: Removed. |
| * platform/gtk/editing/deleting/5300379-expected.png: Removed. |
| * platform/mac/editing/deleting/5300379-expected.txt: Removed. |
| * platform/mac/editing/deleting/5300379-expected.png: Removed. |
| * platform/qt/editing/deleting/5300379-expected.txt: Removed. |
| * platform/qt/editing/deleting/5300379-expected.png: Removed. |
| |
| 2011-06-14 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] fast/dom/HTMLScriptElement/nested-execution.html failed |
| https://bugs.webkit.org/show_bug.cgi?id=62227 |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-14 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by David Kilzer. |
| |
| VoiceOver cannot navigate the itunes album view table |
| https://bugs.webkit.org/show_bug.cgi?id=62335 |
| |
| * platform/mac/accessibility/aria-grid-with-strange-hierarchy-expected.txt: Added. |
| * platform/mac/accessibility/aria-grid-with-strange-hierarchy.html: Added. |
| |
| 2011-06-13 Adrienne Walker <enne@google.com> |
| |
| Reviewed by James Robinson. |
| |
| [chromium] Disable drawing for huge mask layers |
| https://bugs.webkit.org/show_bug.cgi?id=62607 |
| |
| * platform/chromium/compositing/huge-mask-layer-expected.txt: Added. |
| * platform/chromium/compositing/huge-mask-layer.html: Added. |
| |
| 2011-06-14 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Add expectations for flaky tests. |
| |
| * platform/chromium/test_expectations.txt: Recorded flakiness. |
| |
| 2011-06-14 Sreeram Ramachandran <sreeram@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: Allow the console to persist on page refresh or navigation |
| https://bugs.webkit.org/show_bug.cgi?id=53359 |
| |
| Tests that console messages are preserved upon navigation. |
| |
| * inspector/console/console-preserve-log-expected.txt: Added. |
| * inspector/console/console-preserve-log.html: Added. |
| |
| 2011-06-14 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: add tooltip to file select options in scripts panel. |
| https://bugs.webkit.org/show_bug.cgi?id=62537 |
| |
| * inspector/debugger/scripts-panel-expected.txt: |
| * inspector/debugger/scripts-panel.html: |
| |
| 2011-06-14 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org> |
| |
| Unreviewed: unskip test rebasedlined by r88772 |
| |
| [Qt] Rebaseline http/tests/misc/slow-loading-image-in-pattern.html after r69386 and r83871 |
| http://trac.webkit.org/changeset/88772 |
| |
| The test was rebaselined but the committer forgot to remove it from |
| the Skip list. |
| |
| * platform/qt/Skipped: unskip test |
| |
| 2011-06-14 Yael Aharon <yael.aharon@nokia.com> |
| |
| Unreviewed. |
| |
| <progress> should support :indeterminate pseudo-class |
| https://bugs.webkit.org/show_bug.cgi?id=62430 |
| |
| Skip new tests since Windows port does not support the progress element. |
| |
| * platform/win/Skipped: |
| |
| 2011-06-14 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Kent Tamura. |
| |
| <progress> should support :indeterminate pseudo-class |
| https://bugs.webkit.org/show_bug.cgi?id=62430 |
| |
| * fast/dom/HTMLProgressElement/indeterminate-progress-001.html: Added. |
| * fast/dom/HTMLProgressElement/indeterminate-progress-002-expected.txt: Added. |
| * fast/dom/HTMLProgressElement/indeterminate-progress-002.html: Added. |
| * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png: Added. |
| * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-14 Pavel Feldman <pfeldman@google.com> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: reload from within inspector window does not work while debugger is paused. |
| https://bugs.webkit.org/show_bug.cgi?id=62631 |
| |
| * inspector/debugger/debugger-reload-on-pause-expected.txt: Added. |
| * inspector/debugger/debugger-reload-on-pause.html: Added. |
| |
| 2011-06-14 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Test expectation update for r88757. |
| https://bugs.webkit.org/show_bug.cgi?id=52920 |
| |
| * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-linux/fast/forms/input-appearance-range-expected.png: Added. |
| * platform/chromium-linux/fast/forms/slider-thumb-stylability-expected.png: Removed. |
| * platform/chromium-linux/fast/forms/thumbslider-no-parent-slider-expected.png: |
| * platform/chromium-linux/fast/multicol/client-rects-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/forms/box-shadow-override-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-height-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-range-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/forms/slider-thumb-stylability-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/forms/thumbslider-no-parent-slider-expected.png: |
| * platform/chromium-mac/fast/forms/box-shadow-override-expected.png: Added. |
| * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt: Added. |
| * platform/chromium-mac/fast/forms/input-appearance-height-expected.png: Added. |
| * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt: Added. |
| * platform/chromium-mac/fast/forms/input-appearance-range-expected.png: Added. |
| * platform/chromium-mac/fast/forms/thumbslider-no-parent-slider-expected.png: |
| * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt: |
| * platform/chromium-win/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-range-expected.png: Added. |
| * platform/chromium-win/fast/forms/input-appearance-range-expected.txt: Added. |
| * platform/chromium-win/fast/forms/range-thumb-height-percentage-expected.txt: |
| * platform/chromium-win/fast/forms/slider-padding-expected.txt: |
| * platform/chromium-win/fast/forms/slider-thumb-shared-style-expected.txt: |
| * platform/chromium-win/fast/forms/slider-thumb-stylability-expected.png: |
| * platform/chromium-win/fast/forms/slider-thumb-stylability-expected.txt: Removed. |
| * platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.png: |
| * platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt. |
| * platform/chromium-win/fast/multicol/client-rects-expected.txt: |
| * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-14 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipping test failing in the GTK bots. |
| |
| * platform/gtk/Skipped: Skipped test |
| |
| 2011-06-14 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, added new baselines for GTK needed after r88266. |
| |
| * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added. |
| * platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added. |
| * platform/gtk/svg/custom/invalid-dasharray-expected.png: Added. |
| * platform/gtk/svg/custom/invalid-dasharray-expected.txt: Added. |
| |
| 2011-06-14 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipping tests crashing in the GTK bots. |
| |
| * platform/gtk/Skipped: Skipped tests. |
| |
| 2011-06-14 Kent Tamura <tkent@chromium.org> |
| |
| [Mac-WK2] Rebaseline for r88757. |
| https://bugs.webkit.org/show_bug.cgi?id=52920 |
| |
| * platform/mac-wk2/media/controls-without-preload-expected.txt: |
| |
| 2011-06-13 Kent Tamura <tkent@chromium.org> |
| |
| [Win] More rebaseline for r88757. |
| https://bugs.webkit.org/show_bug.cgi?id=52920 |
| |
| * platform/win/media/audio-repaint-expected.txt: |
| |
| 2011-06-13 Kent Tamura <tkent@chromium.org> |
| |
| More Leopard and GTK rebaseline for r88757. |
| https://bugs.webkit.org/show_bug.cgi?id=52920 |
| |
| * platform/gtk/fast/forms/input-appearance-range-expected.txt: Added. |
| * platform/mac-leopard/media/audio-repaint-expected.txt: Added. |
| * platform/mac-leopard/media/media-document-audio-repaint-expected.txt: Added. |
| |
| 2011-06-13 Kent Tamura <tkent@chromium.org> |
| |
| [Win] Rebaseline for r88757. |
| https://bugs.webkit.org/show_bug.cgi?id=52920 |
| |
| * platform/win/media/audio-controls-rendering-expected.txt: |
| * platform/win/media/controls-after-reload-expected.txt: |
| * platform/win/media/controls-strict-expected.txt: |
| * platform/win/media/controls-styling-expected.txt: |
| * platform/win/media/controls-without-preload-expected.txt: |
| * platform/win/media/media-document-audio-repaint-expected.txt: |
| * platform/win/media/video-controls-rendering-expected.txt: |
| * platform/win/media/video-display-toggle-expected.txt: |
| * platform/win/media/video-no-audio-expected.txt: |
| |
| 2011-06-13 Kent Tamura <tkent@chromium.org> |
| |
| [GTK] Rebaseline for r88757. |
| |
| * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt: |
| * platform/gtk/fast/forms/box-shadow-override-expected.txt: |
| * platform/gtk/fast/forms/input-appearance-height-expected.txt: |
| * platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt: |
| * platform/gtk/fast/forms/slider-padding-expected.txt: |
| * platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt: |
| * platform/gtk/fast/forms/slider-thumb-stylability-expected.txt: |
| * platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt: |
| * platform/gtk/fast/layers/video-layer-expected.txt: |
| * platform/gtk/fast/multicol/client-rects-expected.txt: |
| * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt: |
| * platform/gtk/media/audio-controls-rendering-expected.txt: |
| * platform/gtk/media/audio-repaint-expected.txt: |
| * platform/gtk/media/controls-strict-expected.txt: |
| * platform/gtk/media/controls-styling-expected.txt: |
| * platform/gtk/media/controls-without-preload-expected.txt: |
| * platform/gtk/media/media-document-audio-repaint-expected.txt: |
| * platform/gtk/media/video-controls-rendering-expected.txt: |
| * platform/gtk/media/video-empty-source-expected.txt: |
| * platform/gtk/media/video-no-audio-expected.txt: |
| * platform/gtk/media/video-zoom-controls-expected.txt: |
| |
| 2011-06-13 Igor Oliveira <igor.oliveira@openbossa.org> |
| |
| Reviewed by Eric Seidel. |
| |
| [Qt] Rebaseline http/tests/misc/slow-loading-image-in-pattern.html after r69386 and r83871 |
| https://bugs.webkit.org/show_bug.cgi?id=62125 |
| |
| |
| Rebaseline LayoutTests/platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.txt after r69386 and r83871 |
| |
| * platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.txt: |
| |
| 2011-06-13 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
| |
| Reviewed by Eric Seidel. |
| |
| [Qt] Pass prototype-inheritance-2.html LayoutTest |
| https://bugs.webkit.org/show_bug.cgi?id=62224 |
| |
| Fix the expected result and remove the test from the Skipped list. |
| |
| * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/qt/Skipped: |
| |
| 2011-06-13 Kent Tamura <tkent@chromium.org> |
| |
| [Mac] Leopard expectation files for r88757. |
| |
| * platform/mac-leopard/media/controls-after-reload-expected.txt: |
| * platform/mac-leopard/media/controls-strict-expected.txt: |
| * platform/mac-leopard/media/controls-styling-expected.txt: |
| * platform/mac-leopard/media/controls-without-preload-expected.txt: |
| * platform/mac-leopard/media/video-controls-rendering-expected.txt: |
| * platform/mac-leopard/media/video-display-toggle-expected.txt: |
| * platform/mac-leopard/media/video-no-audio-expected.txt: |
| |
| 2011-06-13 Kent Tamura <tkent@chromium.org> |
| |
| [Mac] Rebaseline for r88757. |
| |
| * media/audio-repaint-expected.txt: |
| * media/media-document-audio-repaint-expected.txt: |
| |
| 2011-06-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Fix a typo in Mac WebKit2's skipped list. |
| |
| svg/custom/focus-event-handling-keyboard's extension is xhtml, not html. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2011-06-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Skip editing/pasteboard/smart-paste-004.html per bug 61633. |
| |
| * platform/win/Skipped: |
| |
| 2011-06-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Chromium test expectation update; svg/css/group-with-shadow.svg is passing on |
| Windows Vista and Windows 7. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Remove failing test expectation for plugins/npruntime/browser-object-identity.html |
| on Chromium since it has been fixed by r88679. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-10 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Use CSS machinery to position slider thumb. |
| https://bugs.webkit.org/show_bug.cgi?id=52920 |
| |
| Add two new tests, and update tests with sliders. |
| |
| * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: |
| * fast/forms/input-appearance-range.html: Added. |
| * fast/forms/slider-thumb-stylability.html: Remove text. |
| * fast/forms/validation-message-on-range-expected.txt: Added. |
| * fast/forms/validation-message-on-range.html: Added. |
| * fast/multicol/client-rects-expected.txt: |
| * fast/repaint/slider-thumb-float-expected.txt: |
| * media/audio-repaint-expected.txt: |
| * media/controls-without-preload-expected.txt: |
| * media/media-document-audio-repaint-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: Skip validaiton-message-on-range.html because |
| this platform doesn't support the interactive validation. |
| * platform/mac-wk2/Skipped: Skip validaiton-message-on-range.html. |
| * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.png: |
| * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: |
| * platform/mac/fast/forms/box-shadow-override-expected.png: |
| * platform/mac/fast/forms/box-shadow-override-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-range-expected.png: Added. |
| * platform/mac/fast/forms/input-appearance-range-expected.txt: Added. |
| * platform/mac/fast/forms/range-thumb-height-percentage-expected.txt: |
| * platform/mac/fast/forms/slider-padding-expected.png: |
| * platform/mac/fast/forms/slider-padding-expected.txt: |
| * platform/mac/fast/forms/slider-thumb-shared-style-expected.png: |
| * platform/mac/fast/forms/slider-thumb-shared-style-expected.txt: |
| * platform/mac/fast/forms/slider-thumb-stylability-expected.png: |
| * platform/mac/fast/forms/slider-thumb-stylability-expected.txt: |
| * platform/mac/fast/forms/thumbslider-no-parent-slider-expected.png: |
| * platform/mac/fast/forms/thumbslider-no-parent-slider-expected.txt: |
| * platform/mac/fast/repaint/slider-thumb-drag-release-expected.png: |
| * platform/mac/fast/repaint/slider-thumb-drag-release-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-styling-expected.png: |
| * platform/mac/media/controls-styling-expected.txt: |
| * platform/qt/Skipped: Skip validaiton-message-on-range.html. |
| * platform/win/Skipped: Skip validaiton-message-on-range.html. |
| |
| 2011-06-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Another GTK rebaseline after r88717 because non-breaking spaces were somehow converted to |
| regular spaces in r88742. |
| |
| * platform/gtk/editing/pasteboard/paste-xml-expected.txt: |
| |
| 2011-06-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Chromium rebaselines after r88617. The test is now passing on all platforms. |
| |
| * platform/chromium-mac-leopard/fast/repaint/selection-after-remove-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/selection-after-remove-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-13 Jessie Berlin <jberlin@apple.com> |
| |
| REGRESSION (r88579-r88581): compositing/iframes/invisible-nested-iframe-show.html, |
| compositing/tiling/huge-layer-add-remove-child.html failing on Windows 7 Release (Tests). |
| https://bugs.webkit.org/show_bug.cgi?id=62566 |
| |
| Add/update the (failing?) expected results for Windows in order to get the bots green. |
| |
| * platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt: |
| * platform/win/compositing/tiling: Added. |
| * platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added. |
| |
| 2011-06-13 David Levin <levin@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| fast/workers/worker-close.html is flaky on slower machines. |
| https://bugs.webkit.org/show_bug.cgi?id=62609 |
| |
| * fast/workers/worker-close.html: Move a setTimeout to start after |
| the response message is received to make the ordering of messages |
| deterministic. |
| |
| 2011-06-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Chromium Mac test expectation updates; Removed failing test expectations from |
| various tests because they seem to be passing now. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Skip test added by r88578 on GTK per bug 62585. |
| |
| * platform/gtk/Skipped: |
| |
| 2011-06-13 Jessie Berlin <jberlin@apple.com> |
| |
| Add Windows-specific pixel and text results to account for the different design of the |
| ying-yang character on Windows (and of course to get the bots green). |
| |
| * platform/win/svg/hixie/intrinsic: Added. |
| * platform/win/svg/hixie/intrinsic/003-expected.png: Added. |
| * platform/win/svg/hixie/intrinsic/003-expected.txt: Added. |
| |
| 2011-06-13 Kentaro Hara <haraken@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Add a new test for checking rounding error in printing codes |
| https://bugs.webkit.org/show_bug.cgi?id=61256 |
| |
| Add a new test (printing/page-count-with-one-word.html). This test |
| checks if only one page is printed for an HTML page with one word for |
| various paper sizes around A4 portrait size, i.e. [530px, 560px) for |
| width and [730px, 760px) for height. |
| |
| * printing/page-count-with-one-word-expected.txt: Added. |
| * printing/page-count-with-one-word.html: Added. |
| |
| 2011-06-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Mac, GTK, and Qt rebaselines after r88717. |
| |
| * platform/gtk/editing/pasteboard/paste-xml-expected.txt: |
| * platform/mac/editing/pasteboard/paste-xml-expected.txt: |
| |
| 2011-06-13 Jeffrey Pfau <jpfau@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Crash in WebCore::RenderMathMLUnderOver::layout() |
| https://bugs.webkit.org/show_bug.cgi?id=57900 |
| |
| Added a test that tries to remove the children of munder, mover and munderover elements. |
| |
| * mathml/munderover-remove-children-expected.txt: Added. |
| * mathml/munderover-remove-children.html: Added. |
| |
| 2011-06-13 Wyatt Carss <wcarss@google.com> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| dump-as-markup conversion: editing/pasteboard/paste-xml.xhtml |
| https://bugs.webkit.org/show_bug.cgi?id=58159 |
| |
| Converted to dump the key part of page as text. The platform-dependent files are |
| copied from the previous setup of this test, as mac appears to do something different |
| in its delegate info -- 'insertText' instead of 'insertNode', and some differences |
| in how it counts indices. Note that chromium-mac works the same as chromium-win, but |
| would hit mac first. GTK appears to pass for now; if tests fail we'll reorganize these |
| a bit accordingly. |
| |
| * editing/pasteboard/paste-xml.xhtml: |
| * platform/chromium-linux/editing/pasteboard/paste-xml-expected.png: Removed. |
| * platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt: |
| * platform/chromium-win/editing/pasteboard/paste-xml-expected.png: Removed. |
| * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/editing/pasteboard/paste-xml-expected.png: Removed. |
| * platform/mac/editing/pasteboard/paste-xml-expected.txt: |
| * platform/win/editing/pasteboard/paste-xml-expected.txt: |
| |
| 2011-06-13 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| IndexedDB test: Infinity as key |
| https://bugs.webkit.org/show_bug.cgi?id=62285 |
| |
| * storage/indexeddb/key-type-infinity-expected.txt: Added. |
| * storage/indexeddb/key-type-infinity.html: Added. |
| |
| 2011-06-13 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| IndexedDB test: odd database names |
| https://bugs.webkit.org/show_bug.cgi?id=62322 |
| |
| * storage/indexeddb/database-odd-names-expected.txt: Added. |
| * storage/indexeddb/database-odd-names.html: Added. |
| |
| 2011-06-13 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Eric Seidel. |
| |
| [GTK] [Qt] Eliminate duplicate TestNetscapePlugin implementation |
| https://bugs.webkit.org/show_bug.cgi?id=62385 |
| |
| Remove adjustCursorEvent from platform-specific test expectation for Chromium Linux, |
| since the TestPlugin no longer prints this event. |
| |
| * platform/chromium-linux/plugins/mouse-events-expected.txt: Remove adjustCursorEvent output. |
| |
| 2011-06-13 Nate Chapin <japhet@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Rewrite a bunch of XHR-based tests to use waitUntilDone()/notifyDone(). |
| https://bugs.webkit.org/show_bug.cgi?id=62066 |
| |
| * fast/xmlhttprequest/xmlhttprequest-gc.html: |
| * fast/xmlhttprequest/xmlhttprequest-get.xhtml: |
| * fast/xmlhttprequest/xmlhttprequest-html-response-encoding.html: |
| * html5lib/runner.html: |
| * html5lib/webkit-resumer.html: |
| * http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html: |
| * http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async.html: |
| * http/tests/xmlhttprequest/access-control-preflight-async-header-denied.html: |
| * http/tests/xmlhttprequest/access-control-preflight-async-method-denied.html: |
| * http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html: |
| * http/tests/xmlhttprequest/cross-origin-preflight-get.html: |
| * http/tests/xmlhttprequest/event-listener-gc.html: |
| * http/tests/xmlhttprequest/interactive-state.html: |
| * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-004-iframe.html: |
| * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-005-iframe.html: |
| * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-006-iframe.html: |
| * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-007-iframe.html: |
| * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-008-iframe.html: |
| * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-009-iframe.html: |
| * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-010-iframe.html: |
| * http/tests/xmlhttprequest/response-encoding.html: |
| * http/tests/xmlhttprequest/simple-cross-origin-progress-events.html: |
| * http/tests/xmlhttprequest/uri-resolution-opera-open-004.html: |
| * http/tests/xmlhttprequest/uri-resolution-opera-open-005.html: |
| * http/tests/xmlhttprequest/uri-resolution-opera-open-006.html: |
| * http/tests/xmlhttprequest/uri-resolution-opera-open-007.html: |
| * http/tests/xmlhttprequest/uri-resolution-opera-open-008.html: |
| * http/tests/xmlhttprequest/uri-resolution-opera-open-009.html: |
| * http/tests/xmlhttprequest/uri-resolution-opera-open-010.html: |
| * http/tests/xmlhttprequest/web-apps/001.html: |
| * http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html: |
| * http/tests/xmlhttprequest/xmlhttprequest-crlf-getAllResponseHeader.html: |
| * http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect.html: |
| * http/tests/xmlhttprequest/zero-length-response.html: |
| |
| 2011-06-13 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| IndexedDB test: readonly properties |
| https://bugs.webkit.org/show_bug.cgi?id=62392 |
| |
| * storage/indexeddb/readonly-expected.txt: Added. |
| * storage/indexeddb/readonly.html: Added. |
| |
| 2011-06-13 Annie Sullivan <sullivan@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Convert editing/execCommand/outdent-selection.html to dump-as-markup |
| https://bugs.webkit.org/show_bug.cgi?id=62582 |
| |
| Convert the test to dump as markup and clean up the HTML. |
| |
| * editing/execCommand/outdent-selection-expected.txt: Added. |
| * editing/execCommand/outdent-selection.html: |
| * platform/chromium-linux/editing/execCommand/outdent-selection-expected.png: Removed. |
| * platform/chromium-mac-leopard/editing/execCommand/outdent-selection-expected.png: Removed. |
| * platform/chromium-mac/editing/execCommand/outdent-selection-expected.png: Removed. |
| * platform/chromium-win/editing/execCommand/outdent-selection-expected.png: Removed. |
| * platform/chromium-win/editing/execCommand/outdent-selection-expected.txt: Removed. |
| * platform/gtk/editing/execCommand/outdent-selection-expected.txt: Removed. |
| * platform/mac-leopard/editing/execCommand/outdent-selection-expected.png: Removed. |
| * platform/mac/editing/execCommand/outdent-selection-expected.png: Removed. |
| * platform/mac/editing/execCommand/outdent-selection-expected.txt: Removed. |
| * platform/qt/editing/execCommand/outdent-selection-expected.png: Removed. |
| * platform/qt/editing/execCommand/outdent-selection-expected.txt: Removed. |
| |
| 2011-06-13 Adrienne Walker <enne@google.com> |
| |
| Reviewed by Simon Fraser. |
| |
| Overlap test needs to consider children of composited layers |
| https://bugs.webkit.org/show_bug.cgi?id=62465 |
| |
| * compositing/layer-creation/overlap-child-layer-expected.png: Added. |
| * compositing/layer-creation/overlap-child-layer-expected.txt: Added. |
| * compositing/layer-creation/overlap-child-layer.html: Added. |
| |
| 2011-06-13 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Correctly classify the test as failing. |
| |
| * platform/chromium/test_expectations.txt: It's failing. |
| |
| 2011-06-13 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Record more flakiness... |
| |
| * platform/chromium/test_expectations.txt: Added expectation of flakiness. |
| |
| 2011-06-13 Jessie Berlin <jberlin@apple.com> |
| |
| [Windows Tests] EventSender.contextClick() needs to return a JS array of the context menu |
| items. |
| https://bugs.webkit.org/show_bug.cgi?id=62597 |
| |
| Add editing/pasteboard/copy-standalone-image-crash.htm to the Windows skipped list, since |
| it depends on getting a list of the context menu items. |
| |
| * platform/win/Skipped: |
| |
| 2011-06-13 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Windows rebaseline after r62565. The failure is tracked by the bug 62565. |
| |
| * platform/win/fast/harness/results-expected.txt: |
| |
| 2011-06-13 David Levin <levin@chromium.org> |
| |
| Test fix for Windows. |
| |
| [Windows] Web Worker test causes script error on Windows platform alone. |
| https://bugs.webkit.org/show_bug.cgi?id=62595 |
| |
| * platform/win/Skipped: Skipped the test with the problem. |
| |
| 2011-06-13 Jessie Berlin <jberlin@apple.com> |
| |
| plugins/mouse-events and plugins/mouse-events-fixedpos don't fire events on the plugin. |
| https://bugs.webkit.org/show_bug.cgi?id=33973 |
| |
| Update the Windows-specific results to reflect that the mouseUp and mouseDown events are |
| getting fired on the plugin, but not the getFocusEvent in order to get the bots green. |
| |
| * platform/win/plugins/mouse-events-expected.txt: |
| * platform/win/plugins/mouse-events-fixedpos-expected.txt: |
| |
| 2011-06-13 Nate Chapin <japhet@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| Test for https://bugs.webkit.org/show_bug.cgi?id=61482, |
| mostly written by Kelly Norton (knorton@google.com). |
| |
| * plugins/npruntime/embed-property-equality-expected.txt: Added. |
| * plugins/npruntime/embed-property-equality.html: Added. |
| |
| 2011-06-13 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| chrome.dll!WebCore::Node::createRendererIfNeeded ReadAV@NULL (7079875ef32458c5c891a311715b683f) |
| https://bugs.webkit.org/show_bug.cgi?id=49316 |
| |
| The bug got fixed, thus just landing the test case. Including another test case from |
| http://code.google.com/p/chromium/issues/detail?id=61562 |
| which should have the same root cause. |
| |
| * fast/html/crash-style-first-letter-expected.txt: Added. |
| * fast/html/crash-style-first-letter.html: Added. |
| * svg/custom/svg-use-style-float-crash-expected.txt: Added. |
| * svg/custom/svg-use-style-float-crash.svg: Added. |
| |
| 2011-06-13 James Robinson <jamesr@chromium.org> |
| |
| [chromium] Fix up a boo-boo in GPU test expectations |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-13 David Levin <levin@chromium.org> |
| |
| Test run fix. |
| |
| [GTK] DumpRenderTree doesn't block external requests. |
| https://bugs.webkit.org/show_bug.cgi?id=62585 |
| |
| * platform/gtk/Skipped: Skipping a test which depends on this. |
| |
| 2011-06-13 Robert Hogan <robert@webkit.org> |
| |
| Unreviewed, cleanup r87611. |
| |
| [Qt]Unskip fast/events/backspace-navigates-back.html |
| |
| This should have been unskipped by http://trac.webkit.org/changeset/87611 |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-13 Jessie Berlin <jberlin@apple.com> |
| |
| Remove an extra space in the Windows-specific failing expected results to ge the bots |
| green. |
| |
| * platform/win/printing/page-count-relayout-shrink-expected.txt: |
| |
| 2011-06-13 James Robinson <jamesr@chromium.org> |
| |
| [chromium] Clean up GPU test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-13 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| IndexedDB test: complex keyPaths |
| https://bugs.webkit.org/show_bug.cgi?id=62468 |
| |
| * storage/indexeddb/keyPath-expected.txt: Added. |
| * storage/indexeddb/keyPath.html: Added. |
| |
| 2011-06-13 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVGAnimation should use direct unit animation for SVGLength |
| https://bugs.webkit.org/show_bug.cgi?id=61368 |
| |
| Added new tests to check correct behavior of SVGLength animations. |
| |
| * svg/animations/script-tests/svglength-animation-LengthModeHeight.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-LengthModeOther.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-LengthModeWidth.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-invalid-value-1.js: Added. |
| (sample1): |
| (sample2): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-invalid-value-2.js: Added. |
| (sample1): |
| (sample2): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-invalid-value-3.js: Added. |
| (sample1): |
| (sample2): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-number-to-number.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-px-to-cm.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-px-to-ems.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-px-to-exs.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-px-to-in.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-px-to-number.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-px-to-pc.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-px-to-percentage.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-px-to-pt.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-px-to-px.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/svglength-animation-values.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (sample4): |
| (sample5): |
| (executeTest): |
| * svg/animations/svglength-animation-LengthModeHeight-expected.txt: Added. |
| * svg/animations/svglength-animation-LengthModeHeight.html: Added. |
| * svg/animations/svglength-animation-LengthModeOther-expected.txt: Added. |
| * svg/animations/svglength-animation-LengthModeOther.html: Added. |
| * svg/animations/svglength-animation-LengthModeWidth-expected.txt: Added. |
| * svg/animations/svglength-animation-LengthModeWidth.html: Added. |
| * svg/animations/svglength-animation-invalid-value-1-expected.txt: Added. |
| * svg/animations/svglength-animation-invalid-value-1.html: Added. |
| * svg/animations/svglength-animation-invalid-value-2-expected.txt: Added. |
| * svg/animations/svglength-animation-invalid-value-2.html: Added. |
| * svg/animations/svglength-animation-invalid-value-3-expected.txt: Added. |
| * svg/animations/svglength-animation-invalid-value-3.html: Added. |
| * svg/animations/svglength-animation-number-to-number-expected.txt: Added. |
| * svg/animations/svglength-animation-number-to-number.html: Added. |
| * svg/animations/svglength-animation-px-to-cm-expected.txt: Added. |
| * svg/animations/svglength-animation-px-to-cm.html: Added. |
| * svg/animations/svglength-animation-px-to-ems-expected.txt: Added. |
| * svg/animations/svglength-animation-px-to-ems.html: Added. |
| * svg/animations/svglength-animation-px-to-exs-expected.txt: Added. |
| * svg/animations/svglength-animation-px-to-exs.html: Added. |
| * svg/animations/svglength-animation-px-to-in-expected.txt: Added. |
| * svg/animations/svglength-animation-px-to-in.html: Added. |
| * svg/animations/svglength-animation-px-to-number-expected.txt: Added. |
| * svg/animations/svglength-animation-px-to-number.html: Added. |
| * svg/animations/svglength-animation-px-to-pc-expected.txt: Added. |
| * svg/animations/svglength-animation-px-to-pc.html: Added. |
| * svg/animations/svglength-animation-px-to-percentage-expected.txt: Added. |
| * svg/animations/svglength-animation-px-to-percentage.html: Added. |
| * svg/animations/svglength-animation-px-to-pt-expected.txt: Added. |
| * svg/animations/svglength-animation-px-to-pt.html: Added. |
| * svg/animations/svglength-animation-px-to-px-expected.txt: Added. |
| * svg/animations/svglength-animation-px-to-px.html: Added. |
| * svg/animations/svglength-animation-values-expected.txt: Added. |
| * svg/animations/svglength-animation-values.html: Added. |
| |
| 2011-06-13 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| IndexedDB: setVersion() version argument is required |
| https://bugs.webkit.org/show_bug.cgi?id=62401 |
| |
| * storage/indexeddb/setVersion-undefined-expected.txt: Added. |
| * storage/indexeddb/setVersion-undefined.html: Added. |
| |
| 2011-06-13 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Clean up test expectations, add a flake. |
| |
| * platform/chromium/test_expectations.txt: Cleaned up. |
| |
| 2011-06-13 Dirk Schulze <krit@webkit.org> |
| |
| Rubber-stamped by Rob Buis. |
| |
| SVG patternTransform not animatable |
| https://bugs.webkit.org/show_bug.cgi?id=62538 |
| |
| Removing 'transform' animation test. It was added as an example for animateTransform tests but fails on some platforms. |
| Also it is not part of the fix for 'patternTransform' animation. The test for 'patternTransform' works. |
| Adding animateTransform-pattern-transform to the skip list of Mac WebKit2, like all other animation or dynamic-update tests. |
| |
| * platform/mac-wk2/Skipped: |
| * svg/animations/animateTransform-transformable-transform-expected.txt: Removed. |
| * svg/animations/animateTransform-transformable-transform.html: Removed. |
| * svg/animations/script-tests/animateTransform-transformable-transform.js: Removed. |
| |
| 2011-06-13 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Updated Leopard pixel baselines. |
| |
| * platform/chromium-mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/border-image-rotate-transform-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/outline-alpha-block-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/borders/outline-alpha-inline-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/inline/inline-wrap-with-parent-padding-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-13 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Update test expectations. |
| |
| * platform/chromium-mac-leopard/svg/as-image/svg-as-background-with-relative-size-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-13 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Update test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-13 Young Han Lee <joybro@company100.net> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Texmap][Qt] Accelerated animation is repeating as if its direction property is always 'alternate'. |
| https://bugs.webkit.org/show_bug.cgi?id=62281 |
| |
| syncAnimations() has miscalculated a normalized progress value as if the animation always has alternate direction property. |
| |
| * animations/animation-direction-normal-expected.png: Added. |
| * animations/animation-direction-normal-expected.txt: Added. |
| * animations/animation-direction-normal.html: Added. |
| |
| 2011-06-13 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Rob Buis. |
| |
| SVG patternTransform not animatable |
| https://bugs.webkit.org/show_bug.cgi?id=62538 |
| |
| Test SVG animateTransform for attributes 'transform' and 'patternTransform'. |
| |
| * svg/animations/animateTransform-pattern-transform-expected.txt: Added. |
| * svg/animations/animateTransform-pattern-transform.html: Added. |
| * svg/animations/animateTransform-transformable-transform-expected.txt: Added. |
| * svg/animations/animateTransform-transformable-transform.html: Added. |
| * svg/animations/script-tests/animateTransform-pattern-transform.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/animateTransform-transformable-transform.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| |
| 2011-06-13 Vitaly Repeshko <vitalyr@chromium.org> |
| |
| Unreviewed. |
| |
| [chromium] Update test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-12 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed, rolling out r88625. |
| http://trac.webkit.org/changeset/88625 |
| https://bugs.webkit.org/show_bug.cgi?id=61073 |
| |
| Breaks SL Webkit2 Tests |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2011-06-12 Hironori Bono <hbono@chromium.org> |
| |
| Reviewed by Hajime Morita. |
| |
| Add null checks to HTMLTextAreaElement::removeSpellcheckRange(). |
| https://bugs.webkit.org/show_bug.cgi?id=62526 |
| |
| This change adds null checks to the following function to prevent crashes |
| when calling removeSpellcheckRange() with null: |
| HTMLTextAreaElement::removeSpellcheckRange(), |
| HTMLInputElement::removeSpellcheckRange(), and |
| HTMLDivElement::removeSpellcheckRange(). |
| |
| * editing/spelling/spellcheck-api-crash-expected.txt: Added. |
| * editing/spelling/spellcheck-api-crash.html: Added. |
| |
| 2011-06-12 Mahesh Kulkarni <mahesh.kulkarni@nokia.com> |
| |
| Reviewed by Antonio Gomes. |
| |
| [Qt] LayoutTestController needs setTextDirection implementation |
| https://bugs.webkit.org/show_bug.cgi?id=62442 |
| |
| Unskipping fast/html/set-text-direction.html. |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-12 Dominic Cooney <dominicc@chromium.org> |
| |
| Reviewed by Hajime Morita. |
| |
| Add window.internals to WebKit2's WebKitTestRunner. |
| https://bugs.webkit.org/show_bug.cgi?id=61073 |
| |
| * platform/mac-wk2/Skipped: unskip fast/harness/internals-object.html |
| |
| 2011-06-12 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r88616. |
| http://trac.webkit.org/changeset/88616 |
| https://bugs.webkit.org/show_bug.cgi?id=62517 |
| |
| It broke editing/text-iterator/findString.html (Requested by |
| tonikitoo on #webkit). |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-12 Mahesh Kulkarni <mahesh.kulkarni@nokia.com> |
| |
| Reviewed by Antonio Gomes. |
| |
| [Qt] LayoutTestController needs setTextDirection implementation |
| https://bugs.webkit.org/show_bug.cgi?id=62442 |
| |
| Unskipping fast/html/set-text-direction.html. |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-12 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Andreas Kling. |
| |
| [Qt] Fix methods.html and methods-lower-case.html |
| https://bugs.webkit.org/show_bug.cgi?id=62221 |
| |
| Our expectations for the unskipped tests have the following differences from the mac |
| platform: |
| - POST requests with no data get a default Content-Type of 'application/octet-stream' in |
| Qt 4.8 and 'application/x-www-form-urlencoded' in Qt 4.7.3. |
| This is Qt-defined behaviour in QNetworkAccessManager (see QHttpNetworkRequestPrivate::header |
| in qhttpnetworkrequest.cpp) |
| - DELETE and HEAD requests get their ContentType and ContentLength headers (if present) removed |
| by QNetworkReplyHandler. QtWebKit does not send data for either of these request types. |
| |
| * platform/qt-4.8/http/tests/xmlhttprequest/methods-expected.txt: Added. |
| * platform/qt-4.8/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added. |
| * platform/qt-4.8/http/tests/xmlhttprequest/workers/methods-expected.txt: Added. |
| * platform/qt-4.8/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Added. |
| * platform/qt/Skipped: Unskip: http/tests/xmlhttprequest/methods.html |
| http/tests/xmlhttprequest/methods-lower-case.html |
| http/tests/xmlhttprequest/workers/methods-async.html |
| http/tests/xmlhttprequest/workers/methods.html |
| http/tests/xmlhttprequest/workers/shared-worker-methods-async.html |
| * platform/qt/http/tests/xmlhttprequest/methods-expected.txt: Added. |
| * platform/qt/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added. |
| * platform/qt/http/tests/xmlhttprequest/workers/methods-expected.txt: Added. |
| * platform/qt/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Added. |
| |
| 2011-06-11 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Chromium rebaseline after r85560. |
| |
| Also update test expectation for svg/W3C-SVG-1.1/text-intro-05-t.svg |
| because it has been passing on Mac. |
| |
| * platform/chromium-linux/fast/forms/input-placeholder-text-indent-expected.png: Added. |
| * platform/chromium-win/fast/forms/input-placeholder-text-indent-expected.png: Added. |
| * platform/chromium-win/fast/forms/input-placeholder-text-indent-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-11 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, rolling out r88569. |
| http://trac.webkit.org/changeset/88569 |
| https://bugs.webkit.org/show_bug.cgi?id=62398 |
| |
| Broke Chromium browser test: |
| IndexedDBBrowserTestWithGCExposed.DatabaseCallbacksTest |
| |
| * storage/indexeddb/database-name-undefined-expected.txt: Removed. |
| * storage/indexeddb/database-name-undefined.html: Removed. |
| |
| 2011-06-11 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Remove expectation of failure after clobber. |
| https://bugs.webkit.org/show_bug.cgi?id=62364 |
| |
| * platform/chromium/test_expectations.txt: Removed. |
| |
| 2011-06-11 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Unreviewed, rolling out r88565. |
| http://trac.webkit.org/changeset/88565 |
| https://bugs.webkit.org/show_bug.cgi?id=62401 |
| |
| Broke Chromium browser test: |
| IndexedDBBrowserTestWithGCExposed.DatabaseCallbacksTest |
| |
| * storage/indexeddb/setVersion-undefined-expected.txt: Removed. |
| * storage/indexeddb/setVersion-undefined.html: Removed. |
| |
| 2011-06-10 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Simon Fraser. |
| |
| Tests that accessing the parent element sheet of an inline style, link |
| declaration of styled, body elements which are removed from document, |
| does not result in crash. |
| https://bugs.webkit.org/show_bug.cgi?id=62230 |
| |
| * fast/dom/body-link-decl-parent-crash-expected.txt: Added. |
| * fast/dom/body-link-decl-parent-crash.html: Added. |
| * fast/dom/styled-inline-style-decl-parent-crash-expected.txt: Added. |
| * fast/dom/styled-inline-style-decl-parent-crash.html: Added. |
| |
| 2011-06-10 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Skip inspector/profiler/cpu-profiler-profiling-without-inspector.html and |
| svg/custom/focus-event-handling-keyboard.html on Mac WebKit2 |
| because they use DRT features not supported by WebKitTestRunner. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2011-06-10 Ryosuke Niwa <rniwa@webkit.org> |
| |
| GTK and Qt rebaselines after r88555. |
| |
| * platform/gtk/svg/custom/focus-ring-expected.txt: |
| * platform/qt/svg/custom/focus-ring-expected.txt: |
| |
| 2011-06-10 James Robinson <jamesr@chromium.org> |
| |
| [chromium] Update chromium gpu baselines |
| |
| * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.png: Removed. |
| * platform/chromium-gpu-linux/compositing/geometry/clip-expected.txt: Removed. |
| * platform/chromium-gpu-linux/compositing/geometry/foreground-layer-expected.png: Removed. |
| * platform/chromium-gpu-linux/compositing/geometry/repaint-foreground-layer-expected.png: Removed. |
| * platform/chromium-gpu-linux/compositing/iframes/iframe-content-flipping-expected.png: Removed. |
| * platform/chromium-gpu-linux/compositing/overflow/zero-size-overflow-expected.png: Removed. |
| * platform/chromium-gpu-linux/compositing/reflections/backface-hidden-reflection-expected.png: Removed. |
| * platform/chromium-gpu-linux/compositing/repaint/content-into-overflow-expected.png: Removed. |
| * platform/chromium-gpu-linux/compositing/repaint/overflow-into-content-expected.png: Removed. |
| * platform/chromium-gpu-win/compositing/geometry/clip-expected.txt: Removed. |
| * platform/chromium-gpu-win/compositing/geometry/fixed-in-composited-expected.png: |
| * platform/chromium-gpu-win/compositing/geometry/foreground-layer-expected.txt: Added. |
| * platform/chromium-gpu-win/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added. |
| * platform/chromium-gpu-win/compositing/overflow/clip-descendents-expected.txt: |
| * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed-expected.png: |
| * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed2-expected.png: |
| * platform/chromium-gpu-win/compositing/reflections/reflection-in-composited-expected.png: |
| * platform/chromium-gpu-win/compositing/reflections/reflection-on-composited-expected.png: |
| * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.png: |
| * platform/chromium-gpu-win/compositing/tiling/huge-layer-add-remove-child-expected.txt: |
| * platform/chromium-gpu-win/compositing/tiling/huge-layer-expected.txt: |
| * platform/chromium-gpu-win/compositing/tiling/huge-layer-resize-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-10 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Windows and Chromium rebaselines after r88592. Apparently, some tests are failing on Windows. |
| |
| * platform/chromium/fast/harness/results-expected.txt: |
| * platform/win/fast/harness/results-expected.txt: |
| |
| 2011-06-10 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add fail expectation to fast/dom/navigator-detached-no-crash.htm on Chromium Mac |
| because it has been failing on the bot; the failure is tracked by the bug 62364. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-10 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| new-run-webkit-tests: results.html don't list the same list of failed tests as bots do |
| https://bugs.webkit.org/show_bug.cgi?id=62425 |
| |
| Fixed the bug by hiding expected crash, timeout, pass, etc... by default. |
| |
| * fast/harness/resources/results-test.js: |
| * fast/harness/results-expected.txt: |
| * fast/harness/results.html: |
| |
| 2011-06-10 Jer Noble <jer.noble@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| REGRESSION: End of apple.com video in full-screen mode leads to unusable page. |
| https://bugs.webkit.org/show_bug.cgi?id=62411 |
| |
| * fullscreen/full-screen-remove-ancestor-after-expected.txt: Added. |
| * fullscreen/full-screen-remove-ancestor-after.html: Added. |
| * platform/mac/fullscreen/full-screen-remove-ancestor-after-expected.png: Added. |
| |
| 2011-06-10 James Robinson <jamesr@chromium.org> |
| |
| [chromium] Update chromium compositor baselines for r88580 |
| |
| * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/clip-expected.txt: Added. |
| * platform/chromium-gpu-linux/compositing/geometry/fixed-in-composited-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/foreground-layer-expected.txt: Added. |
| * platform/chromium-gpu-linux/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added. |
| * platform/chromium-gpu-linux/compositing/overflow/clip-descendents-expected.txt: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed-expected.png: |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed2-expected.png: |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-in-composited-expected.png: |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-on-composited-expected.png: |
| * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.png: |
| * platform/chromium-gpu-linux/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added. |
| * platform/chromium-gpu-linux/compositing/tiling/huge-layer-expected.txt: Added. |
| * platform/chromium-gpu-linux/compositing/tiling/huge-layer-resize-expected.txt: Added. |
| * platform/chromium-gpu-mac/compositing/geometry/foreground-layer-expected.txt: Added. |
| * platform/chromium-gpu-mac/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added. |
| * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed-expected.png: |
| * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed2-expected.png: |
| * platform/chromium-gpu-mac/compositing/reflections/reflection-in-composited-expected.png: |
| * platform/chromium-gpu-mac/compositing/reflections/reflection-on-composited-expected.png: |
| * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.png: |
| * platform/chromium-gpu-mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added. |
| * platform/chromium-gpu-mac/compositing/tiling/huge-layer-expected.txt: Added. |
| * platform/chromium-gpu-mac/compositing/tiling/huge-layer-resize-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-10 James Simonsen <simonjam@chromium.org> |
| |
| Unreviewed, missing expectations for non-V8 from change 88584. |
| https://bugs.webkit.org/show_bug.cgi?id=62412 |
| |
| * html5lib/runner-expected.txt: |
| |
| 2011-06-10 James Simonsen <simonjam@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| <script> inside <svg> should be executed |
| https://bugs.webkit.org/show_bug.cgi?id=62412 |
| |
| * platform/chromium/html5lib/runner-expected.txt: Passes another test. |
| * svg/dom/range-delete-expected.txt: Removed. |
| * svg/dom/range-delete.html: Removed. |
| * svg/dom/use-style-recalc-script-execute-crash-expected.txt: Now expected to execute script (and not crash). |
| * svg/dom/use-style-recalc-script-execute-crash.html: |
| * svg/in-html/resources/external.js: Added. |
| * svg/in-html/script-expected.txt: Added. |
| * svg/in-html/script-external-expected.txt: Added. |
| * svg/in-html/script-external.html: Added. |
| * svg/in-html/script-nested-expected.txt: Added. |
| * svg/in-html/script-nested.html: Added. |
| * svg/in-html/script-write-expected.txt: Added. |
| * svg/in-html/script-write.html: Added. |
| * svg/in-html/script.html: Added. |
| |
| 2011-06-10 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Script-created parsers should ignore data from the network |
| https://bugs.webkit.org/show_bug.cgi?id=62336 |
| |
| Triggering this condition is very hard to do deterministically. This |
| test attempts to trigger the condition by sending exactly the right |
| number of bytes for the Chromium network stack. As network stacks vary |
| and evolve, it's likely we'll lose test coverage for this issue, but |
| this is the best test I could come up with. |
| |
| * fast/parser/document-write-ignores-later-network-bytes-expected.txt: Added. |
| * fast/parser/document-write-ignores-later-network-bytes.html: Added. |
| |
| 2011-06-10 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Keep overlap testing logic until real 3d transforms are being used |
| https://bugs.webkit.org/show_bug.cgi?id=49857 |
| |
| New tests: |
| * compositing/layer-creation/rotate3d-overlap-expected.txt: Added. |
| * compositing/layer-creation/rotate3d-overlap.html: Added. |
| * compositing/layer-creation/translatez-overlap-expected.txt: Added. |
| * compositing/layer-creation/translatez-overlap.html: Added. |
| |
| Changed to use a non-zero z offset to preserve old behavior: |
| * compositing/geometry/ancestor-overflow-change-expected.txt: |
| * compositing/geometry/ancestor-overflow-change.html: |
| * compositing/geometry/clip-expected.txt: |
| * compositing/geometry/clip.html: |
| * compositing/geometry/foreground-layer-expected.txt: |
| * compositing/geometry/foreground-layer.html: |
| * compositing/iframes/invisible-nested-iframe-show-expected.txt: |
| * compositing/iframes/invisible-nested-iframe-show.html: |
| * compositing/overflow/clip-descendents-expected.txt: |
| * compositing/overflow/clip-descendents.html: |
| |
| New results with extra layers, but will be fixed via bug 50192. |
| * compositing/tiling/huge-layer-add-remove-child-expected.txt: |
| * compositing/tiling/huge-layer-expected.txt: |
| * compositing/tiling/huge-layer-resize-expected.txt: |
| |
| 2011-06-10 David Levin <levin@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| Web Worker fails to fire error event when a resource fetch fails. |
| https://bugs.webkit.org/show_bug.cgi?id=62475 |
| |
| * http/tests/workers/worker-workerScriptNotThere-expected.txt: Added. |
| * http/tests/workers/worker-workerScriptNotThere.html: Added. |
| |
| 2011-06-10 David Levin <levin@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| Fetching a Worker with url that isn't allowed from a file based test causes DRT to crash. |
| https://bugs.webkit.org/show_bug.cgi?id=62469 |
| |
| * fast/workers/worker-crash-with-invalid-location-expected.txt: Added. |
| * fast/workers/worker-crash-with-invalid-location.html: Added. |
| |
| 2011-06-10 David Levin <levin@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add tests for Web Workers at invalid urls. |
| https://bugs.webkit.org/show_bug.cgi?id=62486 |
| |
| * http/tests/workers/shared-worker-invalid-url-expected.txt: Added. |
| * http/tests/workers/shared-worker-invalid-url.html: Added. |
| * http/tests/workers/worker-invalid-url-expected.txt: Added. |
| * http/tests/workers/worker-invalid-url.html: Added. |
| |
| 2011-06-10 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Turns out, linux baseline isn't spurious. |
| |
| * platform/chromium-linux/fast/dom/navigator-detached-no-crash-expected.txt: Added. |
| |
| 2011-06-10 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Remove all spurious copies of test expectations that somehow made it into the tree. |
| |
| * platform/chromium-linux/fast/dom/navigator-detached-no-crash-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt: Removed. |
| * platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt: Removed. |
| * platform/mac/fast/dom/navigator-detached-no-crash-expected.txt: Removed. |
| |
| 2011-06-10 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| IndexedDB: indexedDB.open() name argument is required |
| https://bugs.webkit.org/show_bug.cgi?id=62398 |
| |
| * storage/indexeddb/database-name-undefined-expected.txt: Added. |
| * storage/indexeddb/database-name-undefined.html: Added. |
| |
| 2011-06-10 Emil A Eklund <eae@chromium.org> |
| |
| Land Windows expectations for new test added in r88556. |
| |
| * platform/win/printing/page-count-relayout-shrink-expected.txt: Added. |
| |
| 2011-06-10 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| IndexedDB: setVersion() version argument is required |
| https://bugs.webkit.org/show_bug.cgi?id=62401 |
| |
| * storage/indexeddb/setVersion-undefined-expected.txt: Added. |
| * storage/indexeddb/setVersion-undefined.html: Added. |
| |
| 2011-06-10 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Land expectations for a test, added in r88556. |
| |
| * platform/chromium-mac/printing/page-count-relayout-shrink-expected.txt: Added. |
| * platform/chromium-win/printing/page-count-relayout-shrink-expected.txt: Added. |
| |
| 2011-06-10 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [V8] Add failure expectation for a test, added in r88559. |
| |
| * platform/chromium/test_expectations.txt: Added. |
| |
| 2011-06-10 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Remove expectation of crash, fixed in r88551. |
| |
| * platform/chromium/test_expectations.txt: Removed expectation. |
| |
| 2011-06-10 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=55347 |
| "name" and "message" enumerable on *Error.prototype |
| |
| This arises from chapter 15 of the spec: |
| "Every other property described in this clause has the attributes |
| { [[Writable]]: true, [[Enumerable]]: false, [[Configurable]]: true } |
| unless otherwise specified." |
| Standardized properties are not enumerable. |
| |
| * fast/js/exception-properties-expected.txt: Added. |
| * fast/js/exception-properties.html: Added. |
| * fast/js/script-tests/exception-properties.js: Added. |
| (enumerableProperties): |
| |
| 2011-06-10 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Update expectations after r88555. |
| |
| * platform/chromium-win/svg/custom/focus-ring-expected.txt: Updated. |
| |
| 2011-06-10 Emil A Eklund <eae@chromium.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Regression r85573: Blank pages appear at the end of some wikipedia documents. |
| https://bugs.webkit.org/show_bug.cgi?id=62343 |
| |
| Fix regression caused by r85573. Cached document size not updated after layout. |
| |
| * platform/chromium-linux/printing/page-count-relayout-shrink-expected.txt: Added. |
| * platform/mac/printing/page-count-relayout-shrink-expected.txt: Added. |
| * printing/page-count-relayout-shrink.html: Added. |
| |
| 2011-06-10 Rob Buis <rbuis@rim.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| animation event handling broken: focusin |
| https://bugs.webkit.org/show_bug.cgi?id=12894 |
| |
| focusin, focusout, activate not implemented in SVG |
| https://bugs.webkit.org/show_bug.cgi?id=40545 |
| |
| Test whether focusin and focusout events are dispatched and seen in the focusin/focusout event handlers. |
| |
| * platform/mac/svg/custom/focus-ring-expected.txt: |
| * svg/custom/focus-event-handling-expected.txt: Added. |
| * svg/custom/focus-event-handling-keyboard-expected.txt: Added. |
| * svg/custom/focus-event-handling-keyboard.xhtml: Added. |
| * svg/custom/focus-event-handling.xhtml: Added. |
| * svg/custom/resources/focus-event-handling-keyboard.js: Added. |
| (focusinHandler): |
| (focusoutHandler): |
| * svg/custom/resources/focus-event-handling.js: Added. |
| (clearFocusSeen): |
| (): |
| (focusoutHandler): |
| (clickAt): |
| |
| 2011-06-10 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Tony Gentilcore. |
| |
| Tests that trying to remove all document children while building a svg <use> |
| element shadow and instance tree does not result in crash. |
| https://bugs.webkit.org/show_bug.cgi?id=62225 |
| |
| * svg/dom/use-style-recalc-script-execute-crash-expected.txt: Added. |
| * svg/dom/use-style-recalc-script-execute-crash.html: Added. |
| |
| 2011-06-10 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| Remove tests that are now passing. |
| |
| * platform/chromium/test_expectations.txt: Removed passing tests. |
| |
| 2011-06-10 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| REGRESSION (r88332): prototype-inheritance-2 ASSERTS attempting to enumerate spellCheckRanges. |
| https://bugs.webkit.org/show_bug.cgi?id=62460 |
| |
| * platform/chromium/test_expectations.txt: Updated test expectations. |
| |
| 2011-06-10 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: protocol: json: Whitespace can be inserted between any pair of tokens. |
| https://bugs.webkit.org/show_bug.cgi?id=62377 |
| |
| * inspector/report-protocol-errors-expected.txt: |
| * inspector/report-protocol-errors.html: |
| |
| 2011-06-10 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r88530. |
| http://trac.webkit.org/changeset/88530 |
| https://bugs.webkit.org/show_bug.cgi?id=62440 |
| |
| qt build was broken (Requested by loislo on #webkit). |
| |
| * inspector/report-protocol-errors-expected.txt: |
| * inspector/report-protocol-errors.html: |
| |
| 2011-06-09 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: protocol: json: Whitespace can be inserted between any pair of tokens. |
| https://bugs.webkit.org/show_bug.cgi?id=62377 |
| |
| * inspector/report-protocol-errors-expected.txt: |
| * inspector/report-protocol-errors.html: |
| |
| 2011-06-10 Mahesh Kulkarni <mahesh.kulkarni@nokia.com> |
| |
| Reviewed by Antonio Gomes. |
| |
| [Qt] LayoutTests/fast/history/history_reload.html failing |
| https://bugs.webkit.org/show_bug.cgi?id=62369 |
| |
| Unskipping. Generating click of button element in generic way. |
| Remove hardcoding of click co-ordinates to avoid native font differences. |
| |
| * fast/history/history_reload.html: |
| * platform/qt/Skipped: |
| |
| 2011-06-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] The profiler test is entirely unrelated to the original change r88337 |
| and seems to be highly related to https://bugs.webkit.org/show_bug.cgi?id=60881 |
| |
| https://bugs.webkit.org/show_bug.cgi?id=62278 |
| |
| Last attempt to make buildbot happy against crazy flakiness near inspector tests. :-/ |
| |
| * platform/qt/Skipped: Disable all inspector tests until fix. |
| |
| 2011-06-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] The profiler test is entirely unrelated to the original change r88337 |
| and seems to be highly related to https://bugs.webkit.org/show_bug.cgi?id=60881 |
| |
| https://bugs.webkit.org/show_bug.cgi?id=62278 |
| |
| One more attempt to make buildbot happy |
| against crazy flakiness near inspector tests. :-/ |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed rolling out r88471, because it broke plugin tests on Qt. |
| |
| * platform/chromium-linux/plugins/mouse-events-expected.txt: |
| |
| 2011-06-09 Kent Tamura <tkent@chromium.org> |
| |
| [Mac] Unskip fast/forms/input-number-large-padding.html |
| https://bugs.webkit.org/show_bug.cgi?id=61845 |
| |
| It should work now because we don't use outer-spin-button anymore. |
| |
| * platform/mac/Skipped: |
| |
| 2011-06-09 Jian Li <jianli@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Calling WebKitBlobBuilder.append with null argument should not crash |
| https://bugs.webkit.org/show_bug.cgi?id=62419 |
| |
| * fast/files/blob-builder-crash-expected.txt: Added. |
| * fast/files/blob-builder-crash.html: Added. |
| |
| 2011-06-09 James Kozianski <koz@chromium.org> |
| |
| [Chromium] Unreviewed. Remove expectations for passing tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-09 James Robinson <jamesr@chromium.org> |
| |
| [chromium] Update some chromium gpu baselines |
| |
| * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/tall-page-composited-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png: |
| * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png: |
| * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png: |
| * platform/chromium-gpu-mac/platform/chromium/compositing/huge-layer-rotated-expected.png: |
| * platform/chromium-gpu-win/compositing/direct-image-compositing-expected.png: |
| * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png: |
| * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-09 James Robinson <jamesr@chromium.org> |
| |
| [chromium] Mark the fullscreen directory as skipped |
| https://bugs.webkit.org/show_bug.cgi?id=62397 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-09 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| Bug 62405 - Fix integer overflow in Array.prototype.push |
| |
| There are three integer overflows here, leading to safe (not a security risk) |
| but incorrect (non-spec-compliant) behaviour. |
| |
| Two overflows occur when calculating the new length after pushing (one in the |
| fast version of push in JSArray, one in the generic version in ArrayPrototype). |
| The other occurs calculating indices to write to when multiple items are pushed. |
| |
| These errors result in three test-262 failures. |
| |
| * sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.7_Array_prototype_push/S15.4.4.7_A3-expected.txt: |
| * sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T2-expected.txt: |
| * sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.7_Array_prototype_push/S15.4.4.7_A4_T3-expected.txt: |
| |
| 2011-06-09 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Eric Seidel. |
| |
| [GTK] Implement the next bit of the TextInputController (hasMarkedText and markedRange) |
| https://bugs.webkit.org/show_bug.cgi?id=55603 |
| |
| * platform/gtk/Skipped: Unskip a test that is now passing. Better describe remaining failures. |
| |
| 2011-06-09 Kenneth Russell <kbr@google.com> |
| |
| Skipped new tests from r88489 on WebKit Win, since WebGL is not yet enabled. |
| |
| * platform/win/Skipped: |
| |
| 2011-06-09 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Kenneth Russell. |
| |
| [chromium] Scissor rect not set for clipping layers set offscreen |
| https://bugs.webkit.org/show_bug.cgi?id=62339 |
| |
| Tests that a layer that should clip its children actually does clip even when scrolled offscreen. |
| |
| * platform/chromium/compositing/scissor-out-of-viewport-expected.png: Added. |
| * platform/chromium/compositing/scissor-out-of-viewport-expected.txt: Added. |
| * platform/chromium/compositing/scissor-out-of-viewport.html: Added. |
| |
| 2011-06-09 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r88468. |
| http://trac.webkit.org/changeset/88468 |
| https://bugs.webkit.org/show_bug.cgi?id=62408 |
| |
| It broke build if !ENABLE(FULLSCREEN_API) (Requested by Ossy |
| on #webkit). |
| |
| * fullscreen/full-screen-video-offset-expected.txt: Removed. |
| * fullscreen/full-screen-video-offset.html: Removed. |
| |
| 2011-06-09 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Adam Barth. |
| |
| Disallow use of cross-domain media (images, video) in WebGL |
| https://bugs.webkit.org/show_bug.cgi?id=62257 |
| |
| Updated origin-clean-conformance.html to track upstream version in |
| Khronos repository. Added new layout tests mirroring those added |
| in bug 61015 which verify that new CORS support for images is |
| working in the context of WebGL. |
| |
| Verified new tests in WebKit and Chromium. Skipped tests on |
| platforms where WebGL is disabled. |
| |
| * http/tests/canvas/webgl/origin-clean-conformance-expected.txt: |
| * http/tests/canvas/webgl/origin-clean-conformance.html: |
| * http/tests/security/webgl-remote-read-remote-image-allowed-expected.txt: Added. |
| * http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials-expected.txt: Added. |
| * http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html: Added. |
| * http/tests/security/webgl-remote-read-remote-image-allowed.html: Added. |
| * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt: Added. |
| * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html: Added. |
| * platform/gtk/Skipped: |
| * platform/mac-leopard/Skipped: |
| * platform/mac-wk2/Skipped: |
| * platform/qt/Skipped: |
| |
| 2011-06-09 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Mark tests failing after http://trac.webkit.org/changeset/88478/ as failing. |
| |
| * platform/chromium/test_expectations.txt: Added failing tests. |
| |
| 2011-06-09 Dimitri Glazkov <dglazkov@chromium.org> |
| |
| [Chromium] Update expectations. |
| |
| * platform/chromium-linux/plugins/mouse-events-expected.txt: Added. |
| * platform/chromium-win/fullscreen/full-screen-video-offset-expected.txt: Added. |
| |
| 2011-06-09 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Reviewed by James Robinson. |
| |
| Web Inspector: Inspector layout tests - extract method for sending XHR |
| https://bugs.webkit.org/show_bug.cgi?id=62391 |
| |
| * http/tests/inspector/console-xhr-logging.html: |
| * http/tests/inspector/network-test.js: |
| (doXHR.xhr.onreadystatechange): |
| (doXHR): |
| * http/tests/inspector/network/network-size-sync.html: |
| |
| 2011-06-09 Julien Chaffraix <jchaffraix@codeaurora.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| REGRESSION(84329): Stylesheets on some pages do not load |
| https://bugs.webkit.org/show_bug.cgi?id=61400 |
| |
| Adding test to cover the regression. The test actually uncovered |
| a bug in the way we handle alternate stylesheet and thus is |
| failing some parts. |
| |
| * fast/css/link-disabled-attr-expected.txt: Added. |
| * fast/css/link-disabled-attr.html: Added. |
| |
| 2011-06-09 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Test for WebCore::WebKitCSSKeyframesRuleInternal::nameAttrSetter() - crash |
| https://bugs.webkit.org/show_bug.cgi?id=62384 |
| |
| * fast/css/webkit-keyframes-crash-expected.txt: Added. |
| * fast/css/webkit-keyframes-crash.html: Added. |
| |
| 2011-06-09 Julien Chaffraix <jchaffraix@codeaurora.org> |
| |
| Reviewed by David Hyatt. |
| |
| Test for chrome.dll!WebCore::RenderStyle::fontMetrics ReadAV@NULL (two crashes) |
| https://bugs.webkit.org/show_bug.cgi?id=57756 |
| |
| * fast/css/fontMetric-border-radius-null-crash-expected.txt: Added. |
| * fast/css/fontMetric-border-radius-null-crash.html: Added. |
| * fast/css/fontMetric-webkit-border-end-width-null-crash-expected.txt: Added. |
| * fast/css/fontMetric-webkit-border-end-width-null-crash.html: Added. |
| |
| 2011-06-09 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Andreas Kling. |
| |
| [GTK] [Qt] Eliminate duplicate TestNetscapePlugin implementation |
| https://bugs.webkit.org/show_bug.cgi?id=62385 |
| |
| Remove a cr-linux expectation that no longer differs from the default |
| expectation. |
| |
| * platform/chromium-linux/plugins/mouse-events-expected.txt: Removed. |
| |
| 2011-06-02 Jer Noble <jer.noble@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| REGRESSION: Page layout messed up after exiting full screen after video ends at jerryseinfeld.com |
| https://bugs.webkit.org/show_bug.cgi?id=61911 |
| <rdar://problem/9523017> |
| |
| * fullscreen/full-screen-video-offset-expected.txt: Added. |
| * fullscreen/full-screen-video-offset.html: Added. |
| |
| 2011-06-09 Chang Shu <cshu@webkit.org> |
| |
| Unreviewed. |
| |
| Unskip more passed tests after r88461 (bug 62381). |
| |
| * platform/qt-wk2/Skipped: |
| |
| 2011-06-09 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| IndexedDB test: behavior of undefined value in record |
| https://bugs.webkit.org/show_bug.cgi?id=62371 |
| |
| * storage/indexeddb/value-undefined-expected.txt: Added. |
| * storage/indexeddb/value-undefined.html: Added. |
| |
| 2011-06-09 Chang Shu <cshu@webkit.org> |
| |
| Reviewed by Andreas Kling. |
| |
| [Qt] [WK2] Many editing tests failed on missing shouldBeginEditingInDOMRange:range printout |
| https://bugs.webkit.org/show_bug.cgi?id=62381 |
| |
| Unskip passed tests. |
| |
| * platform/qt-wk2/Skipped: |
| |
| 2011-06-08 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Tests that setting selection on a text control does not result in crash. |
| https://bugs.webkit.org/show_bug.cgi?id=62329 |
| |
| * fast/forms/text-control-selection-crash-expected.txt: Added. |
| * fast/forms/text-control-selection-crash.html: Added. |
| |
| 2011-06-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed fix after r88447. |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] The profiler test is entirely unrelated to the original change r88337 |
| and seems to be highly related to https://bugs.webkit.org/show_bug.cgi?id=60881 |
| |
| https://bugs.webkit.org/show_bug.cgi?id=62278 |
| |
| * platform/qt/Skipped: Add inspector/profiler/detailed-heapshots-comparison-show-next.html. |
| |
| 2011-06-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [WK2] eventSender.keyDown is unimplemented |
| |
| * platform/mac-wk2/Skipped: Add fast/dom/shadow/tab-order-iframe-and-shadow.html. |
| |
| 2011-06-09 Mike Lawther <mikelawther@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| Parsing issue with -webkit-calc |
| https://bugs.webkit.org/show_bug.cgi?id=62276 |
| |
| Set the CSSParserString for the calc functions. |
| |
| * css3/calc/regression-62276-expected.txt: Added. |
| * css3/calc/regression-62276.html: Added. |
| |
| 2011-06-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| REGRESSION(r88393): Tests fail on Qt platform |
| https://bugs.webkit.org/show_bug.cgi?id=62374 |
| |
| * platform/qt/Skipped: Add editing/selection/move-by-word-visually-others.html and |
| editing/selection/move-by-word-visually-single-space-sigle-line.html until fix. |
| |
| 2011-06-09 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Andreas Kling. |
| |
| Teach Qt about window.internals |
| https://bugs.webkit.org/show_bug.cgi?id=61074 |
| |
| Unskip fast/harness/internals-object.html |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] Canvas tests make css2.1 ones failing |
| https://bugs.webkit.org/show_bug.cgi?id=53427 |
| |
| * platform/qt-wk2/Skipped: Unskip passing tests after r88435. |
| |
| 2011-06-09 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r88387. |
| http://trac.webkit.org/changeset/88387 |
| https://bugs.webkit.org/show_bug.cgi?id=62368 |
| |
| New tests introduced in 88387 fail on Leopard,GTK,Qt bots |
| (Requested by Ossy on #webkit). |
| |
| * http/tests/canvas/webgl/origin-clean-conformance-expected.txt: |
| * http/tests/canvas/webgl/origin-clean-conformance.html: |
| * http/tests/security/webgl-remote-read-remote-image-allowed-expected.txt: Removed. |
| * http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials-expected.txt: Removed. |
| * http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html: Removed. |
| * http/tests/security/webgl-remote-read-remote-image-allowed.html: Removed. |
| * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt: Removed. |
| * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html: Removed. |
| * platform/mac-wk2/Skipped: |
| |
| 2011-06-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] The profiler test is entirely unrelated to the original change r88337 |
| and seems to be highly related to https://bugs.webkit.org/show_bug.cgi?id=60881 |
| |
| https://bugs.webkit.org/show_bug.cgi?id=62278 |
| |
| * platform/qt/Skipped: Skip 3 inspector tests to make buildbot happy. |
| |
| 2011-06-09 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: New flakiness in styles tests |
| https://bugs.webkit.org/show_bug.cgi?id=62309 |
| |
| * inspector/styles/styles-disable-then-change.html: |
| * inspector/styles/styles-source-lines-inline.html: |
| |
| 2011-06-09 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Leopard rebaseline for thumbslider-no-parent-slider.html. |
| |
| * platform/chromium-mac-leopard/fast/forms/thumbslider-no-parent-slider-expected.png: Added. |
| |
| 2011-06-09 Ryosuke Niwa <rniwa@webkit.org> |
| |
| More Chromium Mac test expectation updates. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-09 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Chromium Mac test expectation updates. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-09 Zoltan Herczeg <zherczeg@inf.u-szeged.hu> |
| |
| Reviewed by Csaba Osztrogonac. |
| |
| [Qt][WK2] Canvas tests make css2.1 ones failing |
| https://bugs.webkit.org/show_bug.cgi?id=53427 |
| |
| Unskipping canvas tests for WebKit2-Qt. |
| |
| * platform/qt-wk2/Skipped: |
| |
| 2011-06-09 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Running script from attach can remove elements from the stack of open elements |
| https://bugs.webkit.org/show_bug.cgi?id=62160 |
| |
| * fast/parser/document-write-onload-clear-expected.txt: Added. |
| * fast/parser/document-write-onload-clear.html: Added. |
| |
| 2011-06-09 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Reviewed by Chris Fleizach. |
| |
| [GTK] Provide a way in DRT to check the platform name |
| https://bugs.webkit.org/show_bug.cgi?id=56855 |
| |
| New layout test and expected results to check the new function. |
| |
| * accessibility/platform-name.html: Added. |
| * platform/gtk/accessibility/platform-name-expected.txt: Added. |
| * platform/mac/accessibility/platform-name-expected.txt: Added. |
| * platform/win/accessibility/platform-name-expected.txt: Added. |
| |
| 2011-06-08 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Rebaseline for r87881 and r88415. |
| |
| * platform/chromium-linux/fast/forms/thumbslider-no-parent-slider-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-layer-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-visibility-expected.png: |
| * platform/chromium-mac-leopard/platform/mac/fast/forms/input-appearance-spinbutton-expected.png: Added. |
| * platform/chromium-mac-leopard/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Added. |
| * platform/chromium-mac/fast/forms/thumbslider-no-parent-slider-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-layer-expected.png. |
| * platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.png: |
| * platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-08 Hayato Ito <hayato@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| A forward/backward tab traversal now visits focusable elements in a shadow root. |
| https://bugs.webkit.org/show_bug.cgi?id=61410 |
| |
| Like a iframe element, a shadow host becomes a scope of |
| tabindex. That means all descendant elements in a shadow root are |
| skipped if the host node of the shadow root is not focusable. |
| |
| The patch doesn't affect HTMLInputElement and HTMLTextAreaElement, |
| which uses a shadow root and do extra works in their focus() |
| method. |
| |
| A shadow root's <content> is not considered in this patch. |
| That will be addressed in a following patch. |
| |
| * fast/dom/shadow/tab-order-iframe-and-shadow-expected.txt: Added. |
| * fast/dom/shadow/tab-order-iframe-and-shadow.html: Added. |
| |
| 2011-06-08 Hayato Ito <hayato@chromium.org> |
| |
| Reviewed by Hajime Morita. |
| |
| Makes sure that document.activeElement won't be an element in shadow root. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=61413 |
| |
| * fast/dom/shadow/activeelement-should-be-shadowhost-expected.txt: Added. |
| * fast/dom/shadow/activeelement-should-be-shadowhost.html: Added. |
| |
| 2011-06-08 Kent Tamura <tkent@chromium.org> |
| |
| [Mac][GTK][Qt] Rebaseline for r88415, and remove old images. |
| |
| * platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.png: Removed. |
| * platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt: |
| * platform/mac-leopard/fast/forms/thumbslider-no-parent-slider-expected.png: Removed. |
| * platform/qt/fast/forms/thumbslider-no-parent-slider-expected.txt: |
| |
| 2011-06-08 James Kozianski <koz@chromium.org> |
| |
| [Chromium] Unreviewed. Add TIMEOUT to styles-disable-then-change.html. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-08 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Allow drawing a slider thumb for any nodes. |
| https://bugs.webkit.org/show_bug.cgi?id=62196 |
| |
| The behavior was changed. We should show slider thumbs for any nodes with |
| -webkit-appearance:slidertumb-horizontal/vertical. |
| |
| * fast/forms/thumbslider-no-parent-slider.html: |
| * platform/chromium/test_expections.txt: Expect to fail with thumbslider-no-parent-slider.html. |
| * platform/mac/fast/forms/thumbslider-no-parent-slider-expected.png: |
| * platform/mac/fast/forms/thumbslider-no-parent-slider-expected.txt: |
| |
| 2011-06-08 James Kozianski <koz@chromium.org> |
| |
| [Chromium] Unreviewed. Revert r88412 because it introduced syntax |
| errors into test_expectations.txt. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-08 James Kozianski <koz@chromium.org> |
| |
| [Chromium] Unreviewed. Fix expectations for |
| styles-disable-then-change.html. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-08 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Use after free in WebCore::ContainerNode::parserAddChild |
| https://bugs.webkit.org/show_bug.cgi?id=62160 |
| |
| Test that we don't trigger asserts when re-entering the parser from |
| tree construction. |
| |
| * fast/parser/document-write-onload-nesting-expected.txt: Added. |
| * fast/parser/document-write-onload-nesting.html: Added. |
| * fast/parser/document-write-onload-ordering-expected.txt: Added. |
| * fast/parser/document-write-onload-ordering.html: Added. |
| - The exact ordering of the script execution here differs a bit |
| between browsers. For example, Firefox executes the scripts in a |
| slightly different order because Firefox runs the parser on a |
| separate thread (and therefore cannot be re-entered from tree |
| construction). If/when we move the parser off the main thread, |
| we're likely to change the ordering here a bit, which should be |
| ok. |
| |
| 2011-06-08 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Add PASS expectations to two tests that have been passing on |
| build.webkit.org Chromium Linux bot. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-08 James Simonsen <simonjam@chromium.org> |
| |
| [Chromium] Unreviewed, more inspector flakiness. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-08 James Simonsen <simonjam@chromium.org> |
| |
| Unreviewed, move generic test expectation to right place. |
| |
| * fast/gradients/crash-on-degenerate-gradient-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/gradients/crash-on-degenerate-gradient-expected.txt. |
| |
| 2011-06-08 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| IndexedDB test: key sort order across types |
| https://bugs.webkit.org/show_bug.cgi?id=62299 |
| |
| * storage/indexeddb/key-sort-order-across-types-expected.txt: Added. |
| * storage/indexeddb/key-sort-order-across-types.html: Added. |
| |
| 2011-06-08 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| IndexedDB test: key sort order for Date objects |
| https://bugs.webkit.org/show_bug.cgi?id=62300 |
| |
| * storage/indexeddb/key-sort-order-date-expected.txt: Added. |
| * storage/indexeddb/key-sort-order-date.html: Added. |
| |
| 2011-06-08 Xiaomei Ji <xji@chromium.org> |
| |
| Split move-by-word-visually.html into 2 tests since the test is continuing growing and caused |
| time-out in Snowleopard Intel Leaks. |
| |
| We will need to do profiling to improve hot code path performance later. |
| |
| * editing/selection/move-by-word-visually-expected.txt: Removed. |
| * editing/selection/move-by-word-visually-others-expected.txt: Added. |
| * editing/selection/move-by-word-visually-others.html: Added. |
| * editing/selection/move-by-word-visually-single-space-sigle-line-expected.txt: Copied from LayoutTests/editing/selection/move-by-word-visually-expected.txt. |
| * editing/selection/move-by-word-visually-single-space-sigle-line.html: Copied from LayoutTests/editing/selection/move-by-word-visually.html. |
| * editing/selection/move-by-word-visually.html: Removed. |
| * editing/selection/resources/move-by-word-visually.js: Added. |
| (): |
| (flushLog): |
| (fold): |
| (logPositions): |
| (nodeOfWordBreak): |
| (logWordBreak): |
| (positionEqualToWordBreak): |
| (validateData): |
| (collectWordBreaks): |
| (setPosition): |
| (moveByWord): |
| (moveByWordOnEveryChar): |
| (moveByWordForEveryPosition): |
| (runMoveLeftRight): |
| |
| 2011-06-08 Mike Reed <reed@google.com> |
| |
| Reviewed by James Robinson. |
| |
| [Skia] check for null-shader from gradient factory |
| https://bugs.webkit.org/show_bug.cgi?id=62319 |
| |
| * platform/chromium-linux/fast/gradients/crash-on-degenerate-gradient-expected.txt: Added. |
| |
| 2011-06-08 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Adam Barth. |
| |
| Disallow use of cross-domain media (images, video) in WebGL |
| https://bugs.webkit.org/show_bug.cgi?id=62257 |
| |
| Updated origin-clean-conformance.html to track upstream version in |
| Khronos repository. Added new layout tests mirroring those added |
| in bug 61015 which verify that new CORS support for images is |
| working in the context of WebGL. |
| |
| Verified new tests in WebKit and Chromium. |
| |
| * http/tests/canvas/webgl/origin-clean-conformance-expected.txt: |
| * http/tests/canvas/webgl/origin-clean-conformance.html: |
| * http/tests/security/webgl-remote-read-remote-image-allowed-expected.txt: Added. |
| * http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials-expected.txt: Added. |
| * http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html: Added. |
| * http/tests/security/webgl-remote-read-remote-image-allowed.html: Added. |
| * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt: Added. |
| * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html: Added. |
| * platform/mac-wk2/Skipped: |
| |
| 2011-06-08 John Bauman <jbauman@chromium.org> |
| |
| Reviewed by James Robinson. |
| |
| Only draw portions of tiles in contentRect |
| https://bugs.webkit.org/show_bug.cgi?id=62243 |
| |
| * platform/chromium/test_expectations.txt: |
| * compositing/repaint/shrink-layer.html: Added. |
| * compositing/repaint/shrink-layer-expected.png: Added. |
| * compositing/repaint/shrink-layer-expected.txt: Added. |
| |
| 2011-06-08 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| IndexedDB test: odd value datatypes |
| https://bugs.webkit.org/show_bug.cgi?id=62315 |
| |
| * storage/indexeddb/values-odd-types-expected.txt: Added. |
| * storage/indexeddb/values-odd-types.html: Added. |
| |
| 2011-06-08 Tom Sepez <tsepez@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Chromium mixed content blocking, ensure that both preferences and web permissions |
| control the outcome. Ensure notify callback gets invoked even with insecure content. |
| https://bugs.webkit.org/show_bug.cgi?id=61946 |
| |
| * http/tests/security/mixedContent/resources/frame-with-insecure-image.html: |
| * http/tests/security/mixedContent/resources/frame-with-insecure-script.html: |
| * platform/chromium/http/tests/security/mixedContent: Added. |
| * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt: Added. |
| * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed.html: Added. |
| * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt: Added. |
| * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked.html: Added. |
| * platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-allowed-expected.txt: Added. |
| * platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-allowed.html: Added. |
| * platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-blocked-expected.txt: Added. |
| * platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-blocked.html: Added. |
| |
| 2011-06-08 James Simonsen <simonjam@chromium.org> |
| |
| [Chromium] Unreviewed, mark two flaky tests. Bug filed. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-08 Mark Pilgrim <pilgrim@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| IndexedDB test: key paths as arrays |
| https://bugs.webkit.org/show_bug.cgi?id=62291 |
| |
| * storage/indexeddb/keypath-as-array-expected.txt: Added. |
| * storage/indexeddb/keypath-as-array.html: Added. |
| |
| 2011-05-25 Xiaomei Ji <xji@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| --webkit-visual-word does not work well in words separated by multiple spaces |
| https://bugs.webkit.org/show_bug.cgi?id=61324 |
| |
| Add test cases for preserving white spaces and test case for words not separated by space. |
| |
| * editing/selection/move-by-word-visually-expected.txt: |
| * editing/selection/move-by-word-visually.html: |
| |
| 2011-06-08 Greg Simon <gregsimon@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Test migration from sqlite to leveldb for IndexedDB |
| backend. |
| https://bugs.webkit.org/show_bug.cgi?id=61000 |
| |
| * storage/indexeddb/migrate-basics-expected.txt: Added. |
| * storage/indexeddb/migrate-basics.html: Added. |
| |
| 2011-06-08 James Simonsen <simonjam@chromium.org> |
| |
| [Chromium] Unreviewed, skip two failing tests. Bugs filed. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-08 Alexander Pavlov <apavlov@chromium.org> |
| |
| [Qt] Unreviewed, skip failing tests |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-08 Alexander Pavlov <apavlov@chromium.org> |
| |
| [Qt, Chromium] Unreviewed attempt to fix tests on Qt and Chromium. |
| |
| * inspector/styles/styles-disable-then-change.html: |
| * inspector/styles/styles-disable-then-enable.html: |
| * inspector/styles/styles-update-from-js.html: |
| * inspector/styles/up-down-numerics-and-colors.html: |
| |
| 2011-06-08 Alexander Pavlov <apavlov@chromium.org> |
| |
| [Qt] Unreviewed, attempt to make test pass on Qt. |
| |
| * inspector/styles/styles-update-from-js.html: |
| |
| 2011-06-08 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: node selection is slow in the Elements panel. |
| https://bugs.webkit.org/show_bug.cgi?id=60813 |
| |
| * http/tests/inspector/inspect-iframe-from-different-domain.html: |
| * inspector/elements/elements-delete-inline-style.html: |
| * inspector/elements/elements-panel-styles.html: |
| * inspector/styles/styles-add-invalid-property.html: |
| * inspector/styles/styles-cancel-editing.html: |
| * inspector/styles/styles-commit-editing.html: |
| * inspector/styles/styles-computed-trace.html: |
| * inspector/styles/styles-disable-inherited.html: |
| * inspector/styles/styles-disable-then-change.html: |
| * inspector/styles/styles-disable-then-delete.html: |
| * inspector/styles/styles-disable-then-enable.html: |
| * inspector/styles/styles-iframe.html: |
| * inspector/styles/styles-update-from-js-expected.txt: |
| * inspector/styles/styles-update-from-js.html: |
| * inspector/styles/styles-url-linkify.html: |
| |
| 2011-06-08 Hironori Bono <hbono@chromium.org> |
| |
| Reviewed by Brent Fulgham. |
| |
| Add SpellCheck API |
| https://bugs.webkit.org/show_bug.cgi?id=59693 |
| |
| This change adds two SpellCheck API functions (addSpellcheckRange and |
| removeSpellcheckRange) and one attribute (spellcheckRange) discussed in |
| the public-webapps ML. This change is currently available only on Chromium. |
| |
| * editing/spelling/spellcheck-api-expected.txt: Added. |
| * editing/spelling/spellcheck-api-pixel.html: Added. |
| * editing/spelling/spellcheck-api.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2011-06-07 Andrey Kosyakov <caseq@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: remove shadow dom inspection from Elements panel by default. |
| https://bugs.webkit.org/show_bug.cgi?id=62188 |
| |
| This reverts r85751 |
| |
| * http/tests/inspector/elements-test.js: |
| (initialize_ElementTest.InspectorTest.findNode.processChildren): |
| (initialize_ElementTest.InspectorTest.findNode.documentRequested): |
| (initialize_ElementTest.InspectorTest.findNode): |
| * inspector/console/console-shadow-dom-access.html: Removed. |
| * inspector/elements/shadow-dom-expected.txt: Removed. |
| * inspector/elements/shadow-dom.html: Removed. |
| * platform/win/Skipped: |
| |
| 2011-06-07 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Skip new failing tests. |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-07 James Kozianski <koz@chromium.org> |
| |
| [Chromium] Unreviewed. Update more snowleopard baselines after r88321. |
| |
| * platform/chromium-mac-leopard/fast/css/shadow-multiple-expected.png: |
| * platform/chromium-mac/fast/css/shadow-multiple-expected.png: |
| |
| 2011-06-07 James Kozianski <koz@chromium.org> |
| |
| [Chromium] Unreviewed. Update snowleopard baselines after r88321. |
| |
| * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: |
| * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png: |
| * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: |
| * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png: |
| |
| 2011-06-07 James Kozianski <koz@chromium.org> |
| [Chromium] Update expectations for flaky tests. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-07 James Kozianski <koz@chromium.org> |
| |
| [Chromium] Unreviewed. Update expectations for registerProtocolHandler |
| test. |
| |
| * platform/chromium-linux/fast/dom/register-protocol-handler-expected.txt: Added. |
| |
| 2011-06-07 Yi Shen <yi.4.shen@nokia.com> |
| |
| Reviewed by Simon Hausmann. |
| |
| [Qt] Fix the error code for media resource failures when using QtMobility |
| https://bugs.webkit.org/show_bug.cgi?id=55901 |
| |
| Unskip the tests which are now passing. |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-07 Gavin Barraclough <barraclough@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=55537 |
| Functions claim to have 'callee' which they actually don't (and shouldn't) |
| |
| * fast/js/Object-getOwnPropertyNames-expected.txt: |
| * fast/js/script-tests/Object-getOwnPropertyNames.js: |
| |
| 2011-06-07 James Kozianski <koz@chromium.org> |
| |
| [Chromium] Unreviewed. Update expectations for tests that are timing out. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-07 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Opacity transition doesn't work while content property is set. |
| https://bugs.webkit.org/show_bug.cgi?id=59301 |
| |
| Testcase for opacity transition on element with 'content' style. |
| |
| * transitions/transition-on-element-with-content-expected.txt: Added. |
| * transitions/transition-on-element-with-content.html: Added. |
| |
| 2011-06-07 Robert Kroeger <rjkroege@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| [chromium] Add a basic gesture recognizer to the Chromium platform |
| https://bugs.webkit.org/show_bug.cgi?id=54417 |
| |
| Shows that the basic Chromium gesture manager can correctly convert a touch |
| event sequence into a sequence of synthetic mouse events for clicking and |
| scrolling. |
| |
| * fast/events/touch/touch-gesture-click-expected.txt: Added. |
| * fast/events/touch/touch-gesture-click.html: Added. |
| * fast/events/touch/touch-gesture-scroll-expected.txt: Added. |
| * fast/events/touch/touch-gesture-scroll.html: Added. |
| * platform/chromium/fast/events/touch/touch-gesture-click-expected.txt: Added. |
| * platform/chromium/fast/events/touch/touch-gesture-scroll-expected.txt: Added. |
| |
| 2011-06-07 James Kozianski <koz@chromium.org> |
| |
| [Chromium] Unreviewed. Fix expectations for registerProtocolHandler tests. |
| |
| * platform/chromium-linux/fast/dom/navigator-detached-no-crash-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-07 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Convert fast/forms/thumbslider-crash.html to dumpAsText |
| https://bugs.webkit.org/show_bug.cgi?id=62195 |
| |
| * fast/forms/thumbslider-crash-expected.txt: Added. |
| * fast/forms/thumbslider-crash.html: |
| * platform/chromium-linux/fast/forms/thumbslider-crash-expected.png: Removed. |
| * platform/chromium-win/fast/forms/thumbslider-crash-expected.png: Removed. |
| * platform/chromium-win/fast/forms/thumbslider-crash-expected.txt: Removed. |
| * platform/gtk/fast/forms/thumbslider-crash-expected.png: Removed. |
| * platform/gtk/fast/forms/thumbslider-crash-expected.txt: Removed. |
| * platform/mac-leopard/fast/forms/thumbslider-crash-expected.png: Removed. |
| * platform/mac/fast/forms/thumbslider-crash-expected.png: Removed. |
| * platform/mac/fast/forms/thumbslider-crash-expected.txt: Removed. |
| * platform/qt/fast/forms/thumbslider-crash-expected.txt: Removed. |
| |
| 2011-06-07 James Simonsen <simonjam@chromium.org> |
| |
| [Chromium] Unreviewed, rebaseline leopard and win7 tests due to: |
| - r87955. |
| - New fast/forms/select-baseline.html. |
| - New fullscreen/full-screen-zIndex-after.html |
| |
| * platform/chromium-mac-leopard/fast/backgrounds/svg-as-background-1-expected.png: |
| * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/border-radius-constraints-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/border-radius-inline-flow-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/borderRadiusInvalidColor-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/different-color-borders-expected.png: |
| * platform/chromium-mac-leopard/fast/box-shadow/basic-shadows-expected.png: |
| * platform/chromium-mac-leopard/fast/box-shadow/inset-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/box-shadow/spread-multiple-inset-expected.png: |
| * platform/chromium-mac-leopard/fast/clip/overflow-border-radius-clip-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/menulist-clip-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/select-baseline-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/selectlist-minsize-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/forms/menulist-separator-painting-expected.png. |
| * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png: |
| * platform/chromium-mac-leopard/fullscreen/full-screen-zIndex-after-expected.png: Added. |
| * platform/chromium-mac-leopard/media/video-zoom-controls-expected.png: |
| * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/carto.net/button-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/custom/embedding-external-svgs-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/custom/gradient-rotated-bbox-expected.png: |
| * platform/chromium-mac-leopard/svg/wicd/rightsizing-grid-expected.png: |
| * platform/chromium-mac-leopard/svg/wicd/test-scalable-background-image1-expected.png: |
| * platform/chromium-win/http/tests/appcache/manifest-redirect-expected.txt: Added. |
| * platform/chromium-win/http/tests/appcache/resource-redirect-2-expected.txt: Added. |
| * platform/chromium-win/http/tests/appcache/resource-redirect-expected.txt: Added. |
| * platform/chromium-win/http/tests/appcache/wrong-content-type-expected.txt: Added. |
| * platform/chromium-win/http/tests/appcache/wrong-signature-2-expected.txt: Added. |
| * platform/chromium-win/http/tests/appcache/wrong-signature-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-explicit-height-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-explicit-height-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-explicit-width-expected.png: Added. |
| * platform/chromium-win/svg/custom/object-sizing-explicit-width-expected.txt: Added. |
| |
| 2011-06-07 Vangelis Kokkevis <vangelis@chromium.org> |
| |
| Reviewed by James Robinson. |
| |
| Add a test to verify that RTL pages that trigger the compositor |
| render correctly. |
| https://bugs.webkit.org/show_bug.cgi?id=62246 |
| |
| * compositing/geometry/rtl-composited-expected.png: Added. |
| * compositing/geometry/rtl-composited-expected.txt: Added. |
| * compositing/geometry/rtl-composited.html: Added. |
| |
| 2011-06-07 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Gtk rebaseline after r88266. |
| |
| * platform/gtk/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: |
| |
| 2011-06-07 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Qt rebaseline after r88266. |
| |
| * platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: |
| |
| 2011-06-07 James Simonsen <simonjam@chromium.org> |
| |
| [Chromium] Unreviewed, rebaseline after r88266. |
| |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added. |
| * platform/chromium-linux/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: |
| |
| 2011-06-07 Rob Buis <rbuis@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| stroke-dasharray does not handle "none" |
| https://bugs.webkit.org/show_bug.cgi?id=62203 |
| |
| Test stroke-dasharray=none as well as invalid syntaxes. |
| |
| * platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added. |
| * platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added. |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: |
| * platform/mac/svg/custom/invalid-dasharray-expected.png: Added. |
| * platform/mac/svg/custom/invalid-dasharray-expected.txt: Added. |
| * svg/W3C-SVG-1.1-SE/styling-css-04-f.svg: Added. |
| * svg/custom/invalid-dasharray.svg: Added. |
| |
| 2011-06-07 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skip test crashing in GTK bots because of an ASSERT. |
| |
| Actually, it's the same problem observed before (see bug 61937). |
| |
| * platform/gtk/Skipped: Skipped test. |
| |
| 2011-06-07 Daniel Cheng <dcheng@chromium.org> |
| |
| Reviewed by Tony Chang. |
| |
| [Chromium] REGRESSION fast/events/onload-after-document-close-with-subresource.html |
| https://bugs.webkit.org/show_bug.cgi?id=61921 |
| |
| Force a non-cached load of onload-image.png. |
| |
| * fast/events/onload-after-document-close-with-subresource.html: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-07 Vangelis Kokkevis <vangelis@chromium.org> |
| |
| Unreviewed. Test expectations fix. |
| |
| [chromium] Fixing test expectations error for chromium-gpu. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-07 Young Han Lee <joybro@company100.net> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Texmap][Qt] Accelerated animation is not paused properly. |
| https://bugs.webkit.org/show_bug.cgi?id=61446 |
| |
| The transform matrix of an accelerated animation shouldn't be synced with the matrix of the GraphicsLayer when the animation is paused. |
| |
| * animations/play-state-paused-expected.png: Added. |
| * animations/play-state-paused-expected.txt: Added. |
| * animations/play-state-paused.html: Added. |
| |
| 2011-06-07 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r88238. |
| http://trac.webkit.org/changeset/88238 |
| https://bugs.webkit.org/show_bug.cgi?id=62216 |
| |
| Broke a couple of inspector tests (Requested by apavlov on |
| #webkit). |
| |
| * http/tests/inspector/inspect-iframe-from-different-domain.html: |
| * inspector/elements/elements-delete-inline-style.html: |
| * inspector/elements/elements-panel-styles.html: |
| * inspector/styles/styles-add-invalid-property.html: |
| * inspector/styles/styles-cancel-editing.html: |
| * inspector/styles/styles-commit-editing.html: |
| * inspector/styles/styles-computed-trace.html: |
| * inspector/styles/styles-disable-inherited.html: |
| * inspector/styles/styles-disable-then-change.html: |
| * inspector/styles/styles-disable-then-delete.html: |
| * inspector/styles/styles-disable-then-enable.html: |
| * inspector/styles/styles-iframe.html: |
| * inspector/styles/styles-update-from-js-expected.txt: |
| * inspector/styles/styles-update-from-js.html: |
| * inspector/styles/styles-url-linkify.html: |
| |
| 2011-06-07 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: node selection is slow in the Elements panel. |
| https://bugs.webkit.org/show_bug.cgi?id=60813 |
| |
| * http/tests/inspector/inspect-iframe-from-different-domain.html: |
| * inspector/elements/elements-delete-inline-style.html: |
| * inspector/elements/elements-panel-styles.html: |
| * inspector/styles/styles-add-invalid-property.html: |
| * inspector/styles/styles-cancel-editing.html: |
| * inspector/styles/styles-commit-editing.html: |
| * inspector/styles/styles-computed-trace.html: |
| * inspector/styles/styles-disable-inherited.html: |
| * inspector/styles/styles-disable-then-change.html: |
| * inspector/styles/styles-disable-then-delete.html: |
| * inspector/styles/styles-disable-then-enable.html: |
| * inspector/styles/styles-iframe.html: |
| * inspector/styles/styles-update-from-js-expected.txt: |
| * inspector/styles/styles-update-from-js.html: |
| * inspector/styles/styles-url-linkify.html: |
| |
| 2011-06-07 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [WK2] Unreviewed. Skip failing tests because of unimplemented features. |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2011-06-07 Felician Marton <marton.felician.zoltan@stud.u-szeged.hu> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG animation beginElement() does not restart the animation after endElement(). |
| https://bugs.webkit.org/show_bug.cgi?id=43452 |
| |
| Added test for animation beginElement. It should restart the animation even if the animation is stopped by endElement() previously. |
| |
| * svg/animations/animate-endElement-beginElement-expected.txt: Added. |
| * svg/animations/animate-endElement-beginElement.html: Added. |
| * svg/animations/script-tests/animate-endElement-beginElement.js: Added. |
| |
| 2011-06-07 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed Skipped entry addition following r88225. |
| |
| * platform/win/Skipped: |
| |
| 2011-06-07 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed, rolling out r88212 and r88219. |
| http://trac.webkit.org/changeset/88212 |
| http://trac.webkit.org/changeset/88219 |
| https://bugs.webkit.org/show_bug.cgi?id=57439 |
| |
| Tests get timeout on Snow Leopard |
| |
| * fast/replaced/no-focus-ring-embed-1-expected.txt: Removed. |
| * fast/replaced/no-focus-ring-embed-1.html: Removed. |
| * fast/replaced/no-focus-ring-embed-2-expected.txt: Removed. |
| * fast/replaced/no-focus-ring-embed-2.html: Removed. |
| * fast/replaced/no-focus-ring-iframe-expected.txt: Removed. |
| * fast/replaced/no-focus-ring-iframe.html: Removed. |
| * fast/replaced/no-focus-ring-object-1-expected.txt: Removed. |
| * fast/replaced/no-focus-ring-object-1.html: Removed. |
| * fast/replaced/no-focus-ring-object-2-expected.txt: Removed. |
| * fast/replaced/no-focus-ring-object-2.html: Removed. |
| * fast/replaced/outline-replaced-elements-expected.txt: Removed. |
| * fast/replaced/outline-replaced-elements.html: Removed. |
| * fast/replaced/resources/focus-test.js: Removed. |
| * platform/mac/fast/replaced/outline-replaced-elements-expected.png: Removed. |
| |
| 2011-06-07 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, added new baseline for GTK after r88175. |
| |
| * platform/gtk/fast/inline/inline-wrap-with-parent-padding-expected.png: Added. |
| * platform/gtk/fast/inline/inline-wrap-with-parent-padding-expected.txt: Added. |
| |
| 2011-06-07 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skip tests crashing in GTK bots because of an ASSERT. |
| |
| Also relocated one skipped test into its right category, together |
| with the new one being skipped now. |
| |
| * platform/gtk/Skipped: SKipped test |
| |
| 2011-06-06 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| Verify cloning <details> and <summary> works. |
| https://bugs.webkit.org/show_bug.cgi?id=61985 |
| |
| * fast/html/details-clone-expected.txt: Added. |
| * fast/html/details-clone.html: Added. |
| |
| 2011-06-06 MORITA Hajime <morrita@google.com> |
| |
| Unreviewed attempt to fix flakiness on Snow Leopard. |
| |
| * fast/replaced/resources/focus-test.js: |
| |
| 2011-06-06 James Kozianski <koz@chromium.org> |
| |
| [Chromium] Unreviewed. Rebaseline outline-replaced-elements windows/linux image results. |
| https://bugs.webkit.org/show_bug.cgi?id=57439 |
| |
| * platform/chromium-linux-x86/fast/replaced/outline-replaced-elements-expected.png: Added. |
| * platform/chromium-linux/fast/replaced/outline-replaced-elements-expected.png: Added. |
| * platform/chromium-win/fast/replaced/outline-replaced-elements-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-06 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Incorrect rounding of color values during transitions |
| https://bugs.webkit.org/show_bug.cgi?id=62141 |
| |
| Test that interpolates colors, and checks the rounding. |
| |
| * transitions/color-transition-rounding-expected.txt: Added. |
| * transitions/color-transition-rounding.html: Added. |
| |
| 2011-06-06 Noel Gordon <noel.gordon@gmail.com> |
| |
| Reviewed by Hajime Morita. |
| |
| CSS property outline not displayed on an iframe. |
| https://bugs.webkit.org/show_bug.cgi?id=57439 |
| |
| * fast/replaced/no-focus-ring-embed-1-expected.txt: Added. |
| * fast/replaced/no-focus-ring-embed-1.html: Added. |
| * fast/replaced/no-focus-ring-embed-2-expected.txt: Added. |
| * fast/replaced/no-focus-ring-embed-2.html: Added. |
| * fast/replaced/no-focus-ring-iframe-expected.txt: Added. |
| * fast/replaced/no-focus-ring-iframe.html: Added. |
| * fast/replaced/no-focus-ring-object-1-expected.txt: Added. |
| * fast/replaced/no-focus-ring-object-1.html: Added. |
| * fast/replaced/no-focus-ring-object-2-expected.txt: Added. |
| * fast/replaced/no-focus-ring-object-2.html: Added. |
| * fast/replaced/outline-replaced-elements-expected.txt: Added. |
| * fast/replaced/outline-replaced-elements.html: Added. |
| * fast/replaced/resources/focus-test.js: Added. |
| (element.onfocus): Use a small delay to avoid test false positives. |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/fast/replaced/outline-replaced-elements-expected.png: Added. |
| |
| 2011-06-06 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| Assertion fails in TextCheckingHelper by right-clicking on <input type=search> |
| https://bugs.webkit.org/show_bug.cgi?id=61991 |
| |
| * editing/spelling/spellcheck-input-search-crash-expected.txt: Added. |
| * editing/spelling/spellcheck-input-search-crash.html: Added. |
| |
| 2011-06-06 James Kozianski <koz@chromium.org> |
| |
| [Chromium] Unreviewed, update test_expectations.txt. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-06 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Clean scalePage related LayoutTests |
| https://bugs.webkit.org/show_bug.cgi?id=62142 |
| |
| * platform/qt/Skipped: |
| |
| 2011-06-06 James Simonsen <simonjam@chromium.org> |
| |
| [Chromium] Unreviewed, added baseline for inline-wrap-with-parent-padding.html |
| |
| * platform/chromium-win/fast/inline/inline-wrap-with-parent-padding-expected.png: Added. |
| * platform/chromium-win/fast/inline/inline-wrap-with-parent-padding-expected.txt: Added. |
| |
| 2011-06-06 Paul Kinlan <paulkinlan@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Adds a test for firing popstate, using window.dispatchEvent. |
| https://bugs.webkit.org/show_bug.cgi?id=62099 |
| |
| * fast/events/fire-popstate-event-expected.txt: Added. |
| * fast/events/fire-popstate-event.html: Added. |
| |
| 2011-06-06 Jessie Berlin <jberlin@apple.com> |
| |
| Update the Windows-specific results after r88020 in order to get the bots green. |
| |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/fast/js/global-constructors-expected.txt: |
| |
| 2011-06-06 Jessie Berlin <jberlin@apple.com> |
| |
| Windows DRT needs an implementation of shadowRoot. |
| https://bugs.webkit.org/show_bug.cgi?id=59081 |
| |
| Skip more tests on Windows that use the Shadow DOM to get the bots green. |
| |
| * platform/win/Skipped: |
| |
| 2011-06-06 Anna Cavender <annacc@chromium.org> |
| |
| Reviewed by David Levin. |
| |
| Marking media/video-canvas-alpha.html as SKIP for GPU MAC. |
| https://bugs.webkit.org/show_bug.cgi?id=62068 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-06 Vangelis Kokkevis <vangelis@chromium.org> |
| |
| Unreviewed. Layout test expectations fix. |
| |
| [chromium] Adjusting expectations for failing huge-layer-img.html |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-06 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Eric Seidel. |
| |
| Inline elements are wrapped prematurely with non-zero border, margin or padding. |
| https://bugs.webkit.org/show_bug.cgi?id=60459 |
| |
| * fast/inline/inline-wrap-with-parent-padding.html: Added. |
| * platform/mac/fast/inline/inline-wrap-with-parent-padding-expected.png: Added. |
| * platform/mac/fast/inline/inline-wrap-with-parent-padding-expected.txt: Added. |
| |
| 2011-06-06 Shishir Agrawal <shishir@chromium.org> |
| |
| Reviewed by Tony Gentilcore. |
| |
| Add a "prerender" state for page visibility. |
| https://bugs.webkit.org/show_bug.cgi?id=62062 |
| |
| * fast/events/page-visibility-transition-test-expected.txt: |
| * fast/events/page-visibility-transition-test.html: |
| |
| 2011-06-06 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] 6 tests have different results on 64 bit compared to 32 bit |
| https://bugs.webkit.org/show_bug.cgi?id=52812 |
| |
| * platform/qt/Skipped: Add svg/custom/embedding-external-svgs.xhtml. |
| |
| 2011-06-06 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][Mac] Skip failing tests. |
| |
| * platform/qt-mac/Skipped: |
| |
| 2011-06-06 Zsolt Fehér <h490267@stud.u-szeged.hu> |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| [Qt] Add expected results for the new passing tests, and skip the new failing tests. |
| |
| * platform/qt/Skipped: Skip new failing tests. |
| * platform/qt/fast/frames/flattening/iframe-flattening-nested-expected.png: Added. |
| * platform/qt/fast/frames/flattening/iframe-flattening-nested-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png: Added. |
| * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.png: Added. |
| * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt: Added. |
| * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png: Added. |
| * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt: Added. |
| * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added. |
| * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Added. |
| * platform/qt/svg/as-image/svg-as-background-with-relative-size-expected.png: Added. |
| * platform/qt/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added. |
| * platform/qt/svg/as-image/svg-as-background-with-viewBox-expected.png: Added. |
| * platform/qt/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added. |
| * platform/qt/svg/custom/embedding-external-svgs-expected.png: Added. |
| * platform/qt/svg/custom/embedding-external-svgs-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/qt/svg/hixie/intrinsic/001-expected.png: Added. |
| * platform/qt/svg/hixie/intrinsic/001-expected.txt: Added. |
| * platform/qt/svg/hixie/intrinsic/002-expected.png: Added. |
| * platform/qt/svg/hixie/intrinsic/002-expected.txt: Added. |
| * platform/qt/svg/hixie/intrinsic/003-expected.png: Added. |
| * platform/qt/svg/hixie/intrinsic/003-expected.txt: Added. |
| * platform/qt/svg/text/scaling-font-with-geometric-precision-expected.png: Added. |
| * platform/qt/svg/text/scaling-font-with-geometric-precision-expected.txt: Added. |
| |
| 2011-06-06 Marcus Bulach <bulach@chromium.org> |
| |
| Reviewed by Unreviewed rebaseline. |
| |
| [chromium] Unreviewed, new baseline for GPU test. |
| https://bugs.webkit.org/show_bug.cgi?id=62123 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-06 Gabor Loki <loki@webkit.org> |
| |
| Rubber-stamped by Csaba Osztrogonác |
| |
| Skip a flakey test on ARM. |
| |
| * platform/qt-arm/Skipped: |
| |
| 2011-06-04 Dominic Cooney <dominicc@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Unskip window.internals test on Windows. |
| https://bugs.webkit.org/show_bug.cgi?id=61076 |
| |
| * platform/win/Skipped: |
| |
| 2011-06-06 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] 6 tests have different results on 64 bit compared to 32 bit |
| https://bugs.webkit.org/show_bug.cgi?id=52812 |
| |
| * platform/qt/Skipped: Add svg/custom/object-sizing-explicit-width-height.xhtml. |
| |
| 2011-06-06 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] Remove previously deleted tests from the Skipped list. |
| |
| * platform/qt-wk2/Skipped: |
| |
| 2011-06-06 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] Skip failing tests. |
| |
| * platform/qt-wk2/Skipped: |
| |
| 2011-06-06 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][Mac] Skip failing tests. |
| |
| * platform/qt-mac/Skipped: |
| |
| 2011-06-06 Marcus Bulach <bulach@chromium.org> |
| |
| Reviewed by Unreviewed rebaseline. |
| |
| [chromium] Unreviewed, missing baselines following r88153 |
| https://bugs.webkit.org/show_bug.cgi?id=62121 |
| |
| * platform/chromium-gpu-linux/compositing/geometry/video-fixed-scrolling-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-06 Marcus Bulach <bulach@chromium.org> |
| |
| Reviewed by Unreviewed rebaseline. |
| |
| [chromium] Unreviewed, further rebaseline for Chromium GPU media pixel tests following r88077 |
| https://bugs.webkit.org/show_bug.cgi?id=62115 |
| |
| * platform/chromium-gpu-linux/compositing/geometry/clipped-video-controller-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/video-fixed-scrolling-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/video-opacity-overlay-expected.png: |
| * platform/chromium-gpu-linux/compositing/layers-inside-overflow-scroll-expected.png: |
| * platform/chromium-gpu-linux/compositing/overflow/overflow-compositing-descendant-expected.png: |
| * platform/chromium-gpu-linux/compositing/overflow/scroll-ancestor-update-expected.png: |
| * platform/chromium-gpu-linux/compositing/reflections/load-video-in-reflection-expected.png: |
| * platform/chromium-gpu-linux/compositing/self-painting-layers-expected.png: |
| * platform/chromium-gpu-linux/media/video-controls-rendering-expected.png: |
| * platform/chromium-gpu-linux/media/video-zoom-expected.png: |
| * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.png: |
| * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.png: |
| * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.png: |
| * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.png: |
| * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.png: |
| * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.png: |
| * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.png: |
| * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.png: |
| * platform/chromium-gpu-mac/media/video-controls-rendering-expected.png: |
| * platform/chromium-gpu-mac/media/video-zoom-expected.png: |
| * platform/chromium-gpu-win/compositing/geometry/clipped-video-controller-expected.png: |
| * platform/chromium-gpu-win/compositing/geometry/video-fixed-scrolling-expected.png: |
| * platform/chromium-gpu-win/compositing/geometry/video-opacity-overlay-expected.png: |
| * platform/chromium-gpu-win/compositing/layers-inside-overflow-scroll-expected.png: |
| * platform/chromium-gpu-win/compositing/overflow/overflow-compositing-descendant-expected.png: |
| * platform/chromium-gpu-win/compositing/overflow/scroll-ancestor-update-expected.png: |
| * platform/chromium-gpu-win/compositing/reflections/load-video-in-reflection-expected.png: |
| * platform/chromium-gpu-win/compositing/self-painting-layers-expected.png: |
| * platform/chromium-gpu-win/media/video-controls-rendering-expected.png: |
| * platform/chromium-gpu-win/media/video-zoom-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-06-06 Zsolt Fehér <h490267@stud.u-szeged.hu> |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| [Qt] Add expected results for the new passing tests, and skip the new failing tests. |
| |
| * platform/qt/Skipped: Skip new failing tests. |
| * platform/qt/editing/selection/select-across-readonly-input-1-expected.png: Added. |
| * platform/qt/editing/selection/select-across-readonly-input-1-expected.txt: Added. |
| * platform/qt/editing/selection/select-across-readonly-input-2-expected.png: Added. |
| * platform/qt/editing/selection/select-across-readonly-input-2-expected.txt: Added. |
| * platform/qt/editing/selection/select-across-readonly-input-3-expected.png: Added. |
| * platform/qt/editing/selection/select-across-readonly-input-3-expected.txt: Added. |
| * platform/qt/editing/selection/select-across-readonly-input-4-expected.png: Added. |
| * platform/qt/editing/selection/select-across-readonly-input-4-expected.txt: Added. |
| * platform/qt/editing/selection/select-across-readonly-input-5-expected.png: Added. |
| * platform/qt/editing/selection/select-across-readonly-input-5-expected.txt: Added. |
| * platform/qt/fast/block/float/float-overhangs-root-expected.png: Added. |
| * platform/qt/fast/block/float/float-overhangs-root-expected.txt: Added. |
| * platform/qt/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png: Added. |
| * platform/qt/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt: Added. |
| * platform/qt/fast/forms/date-input-visible-strings-expected.png: Added. |
| * platform/qt/fast/forms/input-placeholder-text-indent-expected.png: Added. |
| * platform/qt/fast/forms/input-placeholder-text-indent-expected.txt: Added. |
| * platform/qt/fast/html/details-add-details-child-1-expected.png: Added. |
| * platform/qt/fast/html/details-add-details-child-1-expected.txt: Added. |
| * platform/qt/fast/html/details-add-details-child-2-expected.png: Added. |
| * platform/qt/fast/html/details-add-details-child-2-expected.txt: Added. |
| * platform/qt/fast/html/details-nested-1-expected.png: Added. |
| * platform/qt/fast/html/details-nested-1-expected.txt: Added. |
| * platform/qt/fast/html/details-nested-2-expected.png: Added. |
| * platform/qt/fast/html/details-nested-2-expected.txt: Added. |
| * platform/qt/fast/html/details-replace-summary-child-expected.png: Added. |
| * platform/qt/fast/html/details-replace-summary-child-expected.txt: Added. |
| * platform/qt/fast/html/details-replace-text-expected.png: Added. |
| * platform/qt/fast/html/details-replace-text-expected.txt: Added. |
| * platform/qt/fast/inline/nested-top-alignment-expected.png: Added. |
| * platform/qt/fast/inline/nested-top-alignment-expected.txt: Added. |
| * platform/qt/fast/table/dynamic-caption-add-before-child-expected.png: Added. |
| * platform/qt/fast/table/dynamic-caption-add-before-child-expected.txt: Added. |
| * platform/qt/fast/table/dynamic-caption-add-remove-before-child-expected.png: Added. |
| * platform/qt/fast/table/dynamic-caption-add-remove-before-child-expected.txt: Added. |
| * platform/qt/fast/table/multiple-captions-display-expected.png: Added. |
| * platform/qt/fast/table/multiple-captions-display-expected.txt: Added. |
| * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added. |
| * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added. |
| * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png: Added. |
| * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.txt: Added. |
| * platform/qt/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added. |
| * platform/qt/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added. |
| * platform/qt/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added. |
| * platform/qt/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added. |
| * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added. |
| * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added. |
| * platform/qt/svg/custom/fill-opacity-update-expected.png: Added. |
| * platform/qt/svg/custom/fill-opacity-update-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-explicit-width-height-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-explicit-width-height-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt: Added. |
| * platform/qt/svg/custom/object-sizing-no-width-height-expected.png: Added. |
| * platform/qt/svg/custom/object-sizing-no-width-height-expected.txt: Added. |
| * platform/qt/svg/custom/stroke-opacity-update-expected.png: Added. |
| * platform/qt/svg/custom/stroke-opacity-update-expected.txt: Added. |
| * platform/qt/svg/wicd/rightsizing-grid-expected.png: Added. |
| * platform/qt/svg/wicd/rightsizing-grid-expected.txt: Added. |
| * platform/qt/svg/wicd/test-rightsizing-a-expected.png: Added. |
| * platform/qt/svg/wicd/test-rightsizing-a-expected.txt: Added. |
| * platform/qt/svg/wicd/test-rightsizing-b-expected.png: Added. |
| * platform/qt/svg/wicd/test-rightsizing-b-expected.txt: Added. |
| * platform/qt/svg/wicd/test-scalable-background-image1-expected.png: Added. |
| * platform/qt/svg/wicd/test-scalable-background-image1-expected.txt: Added. |
| * platform/qt/svg/wicd/test-scalable-background-image2-expected.png: Added. |
| * platform/qt/svg/wicd/test-scalable-background-image2-expected.txt: Added. |
| |
| 2011-06-06 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, new baselines for GTK after r88029 and r80034. |
| |
| * platform/gtk/fast/forms/selectlist-minsize-expected.png: Added. |
| * platform/gtk/fast/forms/selectlist-minsize-expected.txt: Added. |
| * platform/gtk/fullscreen/full-screen-placeholder-expected.txt: Added. |
| |
| 2011-06-02 MORITA Hajime <morrita@google.com> |
| |
| Verify cloning <meter> and <progress> works |
| https://bugs.webkit.org/show_bug.cgi?id=61986 |
| |
| Added test cases for cloning <meter> and <progress> |
| |
| * fast/dom/HTMLMeterElement/meter-clone-expected.txt: Added. |
| * fast/dom/HTMLMeterElement/meter-clone.html: Added. |
| * fast/dom/HTMLProgressElement/progress-clone-expected.txt: Added. |
| * fast/dom/HTMLProgressElement/progress-clone.html: Added. |
| |
| 2011-06-06 Mustafizur Rahaman <mustaf.here@gmail.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=48290 |
| Removed LayoutTests/canvas/philip/tests/2d.composite.operation.highlight.html |
| from failed/skipped test list |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| |
| 2011-06-05 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][WK2] Unreviewed. Update platform specific expected files after r88020. |
| |
| * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt: |
| |
| 2011-06-05 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed trivial fix. |
| |
| * platform/qt/Skipped: Remove svg/hixie/links/003-broken.xml, because it was deleted by r87518. |
| |
| 2011-06-05 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt][Mac] Unreviewed. Skip new failing tests. |
| |
| * platform/qt-mac/Skipped: |
| |
| 2011-06-05 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Unreviewed. Update platform specific expected files after r88020. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2011-06-05 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Rolling out r84528. |
| http://trac.webkit.org/changeset/84528 |
| https://bugs.webkit.org/show_bug.cgi?id=62100 |
| |
| * fast/dom/shadow/import-shadowroot-expected.txt: Removed. |
| * fast/dom/shadow/import-shadowroot.html: Removed. |
| |
| 2011-06-05 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Andreas Kling. |
| |
| [Qt] Fix and unskip acid2 |
| https://bugs.webkit.org/show_bug.cgi?id=62089 |
| |
| We're unskipping acid2.html event though it's just a landing |
| page for the acid2 test. Some elements of the test are loaded by |
| the landing page so it is testing something, but acid2-pixel covers the same |
| ground. |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/css/acid2-expected.txt: Updated |
| * platform/qt/fast/css/acid2-pixel-expected.png: Added. |
| * platform/qt/fast/css/acid2-pixel-expected.txt: Added. |
| * platform/qt/fast/overflow/overflow-height-float-not-removed-crash-expected.txt: Removed. |
| * platform/qt/fast/overflow/overflow-height-float-not-removed-crash3-expected.txt: Removed. |
| * platform/qt/http/tests/misc/acid2-expected.png: Added. |
| * platform/qt/http/tests/misc/acid2-expected.txt: Added. |
| * platform/qt/http/tests/misc/acid2-pixel-expected.png: Added. |
| * platform/qt/http/tests/misc/acid2-pixel-expected.txt: Added |
| |
| 2011-06-05 Igor Oliveira <igor.oliveira@openbossa.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| fast/viewport/viewport-45.html fails in GTK+/Qt |
| https://bugs.webkit.org/show_bug.cgi?id=47481 |
| |
| Rebaseline tests. |
| |
| * fast/viewport/viewport-45-expected.txt: |
| * fast/viewport/viewport-86-expected.txt: |
| * platform/qt/Skipped: |
| |
| == Rolled over to ChangeLog-2011-06-04 == |