⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 202903 in webkit


Ignore:
Timestamp:
Jul 7, 2016, 7:09:22 AM (10 years ago)
Author:
fred.wang@free.fr
Message:

Improve test mathml/presentation/tokenElements-background-color.html
https://bugs.webkit.org/show_bug.cgi?id=130693

We use the Ahem font to make tokenElements-background-color.html more reliable. However, we
remove the case of italic m because Ahem does not contain the required character U+1D45A.

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

  • mathml/presentation/tokenElements-background-color-expected.html:
  • mathml/presentation/tokenElements-background-color.html:
  • platform/ios-simulator-wk1/TestExpectations:
  • platform/ios-simulator-wk2/TestExpectations:
  • platform/mac/TestExpectations:
  • platform/win/TestExpectations:
Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202902 r202903  
     12016-07-07  Frederic Wang  <fwang@igalia.com>
     2
     3        Improve test mathml/presentation/tokenElements-background-color.html
     4        https://bugs.webkit.org/show_bug.cgi?id=130693
     5
     6        We use the Ahem font to make tokenElements-background-color.html more reliable. However, we
     7        remove the case of italic m because Ahem does not contain the required character U+1D45A.
     8
     9        Reviewed by Martin Robinson.
     10
     11        * mathml/presentation/tokenElements-background-color-expected.html:
     12        * mathml/presentation/tokenElements-background-color.html:
     13        * platform/ios-simulator-wk1/TestExpectations:
     14        * platform/ios-simulator-wk2/TestExpectations:
     15        * platform/mac/TestExpectations:
     16        * platform/win/TestExpectations:
     17
    1182016-07-07  Frederic Wang  <fred.wang@free.fr>
    219
  • trunk/LayoutTests/mathml/presentation/tokenElements-background-color-expected.html

    r166170 r202903  
    1313        visibility: hidden;
    1414      }
     15      mo, mtext, mn, mi {
     16        font: 20px Ahem;
     17      }
    1518    </style>
    1619  </head>
     
    2326        <mrow><mrow><mo>+</mo></mrow></mrow>
    2427        <mrow><mrow><mi>mi</mi></mrow></mrow>
    25         <mrow><mrow><mi>m</mi></mrow></mrow>
    2628        <mrow><mrow><mn>mn</mn></mrow></mrow>
    2729      </math>
  • trunk/LayoutTests/mathml/presentation/tokenElements-background-color.html

    r166170 r202903  
    1212      mo, mtext, mn, mi {
    1313        background: #faa;
     14        font: 20px Ahem;
    1415      }
    1516    </style>
     
    2627        <mo>+</mo>
    2728        <mi>mi</mi>
    28         <mi>m</mi>
    2929        <mn>mn</mn>
    3030      </math>
  • trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations

    r202900 r202903  
    737737mathml/presentation/mo-stretch-update.html [ ImageOnlyFailure ]
    738738mathml/presentation/scripts-subsup.html [ ImageOnlyFailure ]
    739 mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]
    740739
    741740# SVG tests that fail:
  • trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations

    r202900 r202903  
    134134# WebKitTestRunner needs testRunner.setUseDashboardCompatibilityMode
    135135mathml/mathml-in-dashboard.html [ Skip ]
    136 
    137 # MathML tests that fail due to slight pixel differences:
    138 mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]
    139136
    140137# SVG tests that time out (these require EventSender)
  • trunk/LayoutTests/platform/mac/TestExpectations

    r202874 r202903  
    809809mathml/presentation/multiscripts-positions.html [ Pass ImageOnlyFailure ]
    810810mathml/presentation/scripts-subsup.html [ Pass ImageOnlyFailure ]
    811 webkit.org/b/130693 mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]
    812811
    813812webkit.org/b/128255 compositing/columns/composited-lr-paginated-repaint.html [ Pass Failure ]
  • trunk/LayoutTests/platform/win/TestExpectations

    r202849 r202903  
    19411941################################################################################
    19421942mathml/presentation/mo-stacked-glyphs.html [ ImageOnlyFailure ]
    1943 mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]
    19441943mathml/presentation/style-changed.html [ Crash Pass ]
    19451944mathml/opentype/large-operators-munderover.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.