Changeset 202563 in webkit


Ignore:
Timestamp:
Jun 28, 2016 7:43:39 AM (8 years ago)
Author:
fred.wang@free.fr
Message:

Increase opacity of stretched operators in mo-stacked-glyphs.html
https://bugs.webkit.org/show_bug.cgi?id=159201

Patch by Frederic Wang <fwang@igalia.com> on 2016-06-28
Reviewed by Martin Robinson.

The reftest mo-stacked-glyphs.html fails with small pixel differences invisible at the naked
eyes. We increase opacity of stretched operators in that test to reduce these differences and
make the test pass.

  • mathml/presentation/mo-stacked-glyphs-expected.html: Increase opacity of stretched operators.
  • mathml/presentation/mo-stacked-glyphs.html: Ditto.
  • platform/gtk/TestExpectations: Remove failure expectation.
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202561 r202563  
     12016-06-28  Frederic Wang  <fwang@igalia.com>
     2
     3        Increase opacity of stretched operators in mo-stacked-glyphs.html
     4        https://bugs.webkit.org/show_bug.cgi?id=159201
     5
     6        Reviewed by Martin Robinson.
     7
     8        The reftest mo-stacked-glyphs.html fails with small pixel differences invisible at the naked
     9        eyes. We increase opacity of stretched operators in that test to reduce these differences and
     10        make the test pass.
     11
     12        * mathml/presentation/mo-stacked-glyphs-expected.html: Increase opacity of stretched operators.
     13        * mathml/presentation/mo-stacked-glyphs.html: Ditto.
     14        * platform/gtk/TestExpectations: Remove failure expectation.
     15
    1162016-06-28  Michael Catanzaro  <mcatanzaro@igalia.com>
    217
  • trunk/LayoutTests/mathml/presentation/mo-stacked-glyphs-expected.html

    r157070 r202563  
    77  <body>
    88
    9     <div style="position: absolute; top: 25px; left: 0; opacity: 0.5;">
     9    <div style="position: absolute; top: 25px; left: 0; opacity: 0.75;">
    1010      <math>
    1111        <mrow>
     
    2323    </div>
    2424
    25     <div style="position: absolute; top: 25px; left: 0; opacity: 0.5;">
     25    <div style="position: absolute; top: 25px; left: 0; opacity: 0.75;">
    2626      <math>
    2727        <mrow>
  • trunk/LayoutTests/mathml/presentation/mo-stacked-glyphs.html

    r157070 r202563  
    88
    99    <!-- Test some stretchy operators requiring stacked glyphs at large sizes. -->
    10     <div style="position: absolute; top: 25px; left: 0; opacity: 0.5;">
     10    <div style="position: absolute; top: 25px; left: 0; opacity: 0.75;">
    1111      <math>
    1212        <mrow>
     
    2525
    2626    <!-- Same operators, but shifted vertically by one pixel. -->
    27     <div style="position: absolute; top: 26px; left: 0; opacity: 0.5;">
     27    <div style="position: absolute; top: 26px; left: 0; opacity: 0.75;">
    2828      <math>
    2929        <mrow>
     
    4343    <!-- Some horizontal bands to hide the top/middle/bottom parts of the
    4444         operators and only show the straight lines. Note that the two previous
    45          <div> elements have opacity=0.5 and are only shifted vertically by
     45         <div> elements have opacity>0.5 and are only shifted vertically by
    4646         one pixel. Hence the overlapped <div>'s should look like one <div> of
    4747         opacity=1, provided there are no gaps between the stacked glyphs and
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r202561 r202563  
    22992299webkit.org/b/133803 editing/undo/undo-deleteWord.html [ Failure ]
    23002300
    2301 # Difference invisible at the naked eye with Latin Modern Math.
    2302 webkit.org/b/134153 mathml/presentation/mo-stacked-glyphs.html [ ImageOnlyFailure ]
    2303 
    23042301webkit.org/b/134976 media/media-controls-invalid-url.html [ Failure ]
    23052302webkit.org/b/134976 media/video-fast-seek.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.