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

Changeset 202907 in webkit


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

Replace reftest scripts-height.html with script tests
https://bugs.webkit.org/show_bug.cgi?id=159423

We import a test from the MathML in HTML5 test suite to replace the test scripts-height.html
and make results more reliable, explicit and accurate. This avoids the failure on 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-4-expected.txt: Added.
  • imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-4.html: Added.
  • mathml/presentation/scripts-height.html: Removed.
  • platform/ios-simulator/TestExpectations: Remove failure expectation.
Location:
trunk/LayoutTests
Files:
2 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202906 r202907  
     12016-07-07  Frederic Wang  <fwang@igalia.com>
     2
     3        Replace reftest scripts-height.html with script tests
     4        https://bugs.webkit.org/show_bug.cgi?id=159423
     5
     6        We import a test from the MathML in HTML5 test suite to replace the test scripts-height.html
     7        and make results more reliable, explicit and accurate. This avoids the failure on iOS.
     8
     9        Reviewed by Martin Robinson.
     10
     11        * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-4-expected.txt: Added.
     12        * imported/mathml-in-html5/mathml/presentation-markup/scripts/subsup-4.html: Added.
     13        * mathml/presentation/scripts-height.html: Removed.
     14        * platform/ios-simulator/TestExpectations: Remove failure expectation.
     15
    1162016-07-07  Frederic Wang  <fwang@igalia.com>
    217
  • trunk/LayoutTests/platform/ios-simulator/TestExpectations

    r202906 r202907  
    675675mathml/presentation/attributes-mathvariant.html [ Skip ]
    676676mathml/presentation/tokenElements-mathvariant.html [ Skip ]
    677 
    678 # MathML tests that fail:
    679 mathml/presentation/scripts-height.html [ ImageOnlyFailure ]
    680677
    681678# <rdar://problem/19215305> ASSERT(m_cgFont.get()) fails in FontPlatformData::ctFont()
Note: See TracChangeset for help on using the changeset viewer.