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

Changeset 202906 in webkit


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

Replace multiscripts-positions.html reftest with script tests
https://bugs.webkit.org/show_bug.cgi?id=159418

We import more tests from the MathML in HTML5 test suite to replace
and extend the reftest testing metrics in the mmultiscripts element.
This allows to make such tests work on OS X and iOS.

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

  • imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-2-expected.txt: Added.
  • imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-2.html: Added.
  • imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-3-expected.txt: Added.
  • imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-3.html: Added.
  • mathml/presentation/multiscripts-positions.html: Removed.
  • platform/ios-simulator/TestExpectations: Remove failure for multiscripts-positions.
  • platform/mac/TestExpectations: Ditto.
Location:
trunk/LayoutTests
Files:
4 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202905 r202906  
     12016-07-07  Frederic Wang  <fwang@igalia.com>
     2
     3        Replace multiscripts-positions.html reftest with script tests
     4        https://bugs.webkit.org/show_bug.cgi?id=159418
     5
     6        We import more tests from the MathML in HTML5 test suite to replace
     7        and extend the reftest testing metrics in the mmultiscripts element.
     8        This allows to make such tests work on OS X and iOS.
     9
     10        Reviewed by Martin Robinson.
     11
     12        * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-2-expected.txt: Added.
     13        * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-2.html: Added.
     14        * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-3-expected.txt: Added.
     15        * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-3.html: Added.
     16        * mathml/presentation/multiscripts-positions.html: Removed.
     17        * platform/ios-simulator/TestExpectations: Remove failure for multiscripts-positions.
     18        * platform/mac/TestExpectations: Ditto.
     19
    1202016-07-07  Eric Carlson  <eric.carlson@apple.com>
    221
  • trunk/LayoutTests/platform/ios-simulator/TestExpectations

    r202904 r202906  
    678678# MathML tests that fail:
    679679mathml/presentation/scripts-height.html [ ImageOnlyFailure ]
    680 mathml/presentation/multiscripts-positions.html [ Pass ImageOnlyFailure ]
    681680
    682681# <rdar://problem/19215305> ASSERT(m_cgFont.get()) fails in FontPlatformData::ctFont()
  • trunk/LayoutTests/platform/mac/TestExpectations

    r202904 r202906  
    805805mathml/presentation/fractions-linethickness.html [ Skip ]
    806806mathml/opentype/large-operators-italic-correction.html [ Skip ]
    807 
    808 # MathML tests that fail:
    809 mathml/presentation/multiscripts-positions.html [ Pass ImageOnlyFailure ]
    810807
    811808webkit.org/b/128255 compositing/columns/composited-lr-paginated-repaint.html [ Pass Failure ]
Note: See TracChangeset for help on using the changeset viewer.