Changeset 101479 in webkit


Ignore:
Timestamp:
Nov 30, 2011, 3:28:39 AM (14 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt] Unreviewed gardening. Add Qt5 specific expected results for passing tests and skip failing tests.

  • platform/qt-5.0/Skipped: Skip new failing tests.
  • platform/qt-5.0/css2.1/20110323/empty-inline-001-expected.txt: Added.
  • platform/qt-5.0/css2.1/20110323/empty-inline-002-expected.txt: Added.
  • platform/qt-5.0/css2.1/20110323/empty-inline-003-expected.txt: Added.
  • platform/qt-5.0/css2.1/20110323/table-caption-001-expected.txt: Added.
  • platform/qt-5.0/css2.1/20110323/table-caption-margins-001-expected.txt: Added.
  • platform/qt-5.0/editing/execCommand/indent-nested-lists-3-expected.txt: Added.
  • platform/qt-5.0/fast/css/empty-inline-003-quirksmode-expected.txt: Added.
  • platform/qt-5.0/fast/css/empty-inline-line-height-first-line-expected.txt: Added.
  • platform/qt-5.0/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt: Added.
  • platform/qt-5.0/fast/css/font-face-descending-unicode-range-expected.txt: Added.
  • platform/qt-5.0/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt: Added.
  • platform/qt-5.0/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
  • platform/qt-5.0/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
  • platform/qt-5.0/svg/transforms/svg-css-transforms-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
19 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r101478 r101479  
     12011-11-30  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [Qt] Unreviewed gardening. Add Qt5 specific expected results for passing tests and skip failing tests.
     4
     5        * platform/qt-5.0/Skipped: Skip new failing tests.
     6        * platform/qt-5.0/css2.1/20110323/empty-inline-001-expected.txt: Added.
     7        * platform/qt-5.0/css2.1/20110323/empty-inline-002-expected.txt: Added.
     8        * platform/qt-5.0/css2.1/20110323/empty-inline-003-expected.txt: Added.
     9        * platform/qt-5.0/css2.1/20110323/table-caption-001-expected.txt: Added.
     10        * platform/qt-5.0/css2.1/20110323/table-caption-margins-001-expected.txt: Added.
     11        * platform/qt-5.0/editing/execCommand/indent-nested-lists-3-expected.txt: Added.
     12        * platform/qt-5.0/fast/css/empty-inline-003-quirksmode-expected.txt: Added.
     13        * platform/qt-5.0/fast/css/empty-inline-line-height-first-line-expected.txt: Added.
     14        * platform/qt-5.0/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt: Added.
     15        * platform/qt-5.0/fast/css/font-face-descending-unicode-range-expected.txt: Added.
     16        * platform/qt-5.0/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt: Added.
     17        * platform/qt-5.0/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added.
     18        * platform/qt-5.0/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
     19        * platform/qt-5.0/svg/transforms/svg-css-transforms-expected.txt: Added.
     20
    1212011-11-30  Mark Pilgrim  <pilgrim@chromium.org>
    222
  • trunk/LayoutTests/platform/qt-5.0/Skipped

    r100164 r101479  
    69756975http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
    69766976http/tests/security/contentSecurityPolicy/policy-does-not-affect-child.html
     6977
     6978# [Qt] Test fonts are not used with Qt5
     6979# https://bugs.webkit.org/show_bug.cgi?id=72513
     6980fast/multicol/pagination-h-vertical-lr.html
     6981fast/multicol/pagination-v-horizontal-tb.html
     6982fast/multicol/pagination-v-vertical-rl.html
     6983fast/text/justify-padding-distribution.html
     6984
     6985# [Qt] editing/pasteboard/4242293-1.html fails with Qt5
     6986# https://bugs.webkit.org/show_bug.cgi?id=73417
     6987editing/pasteboard/4242293-1.html
     6988
     6989# [Qt] editing/selection/click-in-margins-inside-editable-div.html fails with Qt5
     6990# https://bugs.webkit.org/show_bug.cgi?id=73418
     6991editing/selection/click-in-margins-inside-editable-div.html
Note: See TracChangeset for help on using the changeset viewer.