Changeset 136835 in webkit


Ignore:
Timestamp:
Dec 6, 2012 5:54:32 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL][Qt] fast/regions/autowidth-normalflow-maxwidth.html is failing
https://bugs.webkit.org/show_bug.cgi?id=104160

Patch by Yael Aharon <yael.aharon@intel.com> on 2012-12-06
Reviewed by Kenneth Rohde Christiansen.

The test fast/regions/autowidth-normalflow-maxwidth.html is failing for EFL and Qt
because the test expects that the text of the test would fit in 400 pixels,
but both for Qt and for EFL, the text requires more than that.
Changed the test and the expectation ref-test to allow 450 pixels.

  • fast/regions/autowidth-normalflow-maxwidth-expected.html:
  • fast/regions/autowidth-normalflow-maxwidth.html:
  • platform/efl-wk2/TestExpectations:
  • platform/qt-5.0-wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r136834 r136835  
     12012-12-06  Yael Aharon  <yael.aharon@intel.com>
     2
     3        [EFL][Qt] fast/regions/autowidth-normalflow-maxwidth.html is failing
     4        https://bugs.webkit.org/show_bug.cgi?id=104160
     5
     6        Reviewed by Kenneth Rohde Christiansen.
     7
     8        The test fast/regions/autowidth-normalflow-maxwidth.html is failing for EFL and Qt
     9        because the test expects that the text of the test would fit in 400 pixels,
     10        but both for Qt and for EFL, the text requires more than that.
     11        Changed the test and the expectation ref-test to allow 450 pixels.
     12
     13        * fast/regions/autowidth-normalflow-maxwidth-expected.html:
     14        * fast/regions/autowidth-normalflow-maxwidth.html:
     15        * platform/efl-wk2/TestExpectations:
     16        * platform/qt-5.0-wk2/TestExpectations:
     17
    1182012-12-06  Shinya Kawanaka  <shinyak@chromium.org>
    219
  • trunk/LayoutTests/fast/regions/autowidth-normalflow-maxwidth-expected.html

    r128155 r136835  
    44        <style>
    55            body { font-family: monospace; }
    6             #gray { width: 200px; height: 400px; font-size: 25px; line-height: 2; text-align: justify; color: #a0a0a0; }
     6            #gray { width: 200px; height: 450px; font-size: 25px; line-height: 2; text-align: justify; color: #a0a0a0; }
    77        </style>
    88    </head>
  • trunk/LayoutTests/fast/regions/autowidth-normalflow-maxwidth.html

    r128155 r136835  
    55            body { font-family: monospace; }
    66            #article { -webkit-flow-into: flow; font-size: 25px; line-height: 2; text-align: justify; color:#a0a0a0; }
    7             #region { -webkit-flow-from: flow; height: 400px; max-width: 200px; }
     7            #region { -webkit-flow-from: flow; height: 450px; max-width: 200px; }
    88        </style>
    99    </head>
  • trunk/LayoutTests/platform/efl-wk2/TestExpectations

    r136724 r136835  
    561561webkit.org/b/103468 fast/dom/shadow/shadowdom-for-image-dynamic.html [ ImageOnlyFailure Pass ]
    562562webkit.org/b/103468 fast/forms/checkbox-appearance-change-by-checked.html [ ImageOnlyFailure Pass ]
    563 webkit.org/b/103468 fast/regions/autowidth-normalflow-maxwidth.html [ ImageOnlyFailure Pass ]
    564563webkit.org/b/103468 fast/repaint/percent-minheight-resize.html [ ImageOnlyFailure Pass ]
    565564webkit.org/b/103468 fast/replaced/replaced-last-line-layout.html [ ImageOnlyFailure Pass ]
  • trunk/LayoutTests/platform/qt-5.0-wk2/TestExpectations

    r136397 r136835  
    685685webkit.org/b/99306 fast/multicol/pagination-v-vertical-rl.html [ ImageOnlyFailure ]
    686686webkit.org/b/99306 fast/multicol/scrolling-overflow.html [ ImageOnlyFailure ]
    687 webkit.org/b/99306 fast/regions/autowidth-normalflow-maxwidth.html [ ImageOnlyFailure ]
    688687webkit.org/b/99306 fast/repaint/fixed-child-move-after-scroll.html [ ImageOnlyFailure ]
    689688webkit.org/b/99306 fast/repaint/fixed-child-of-transformed-move-after-scroll.html [ ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.