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

Changeset 202900 in webkit


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

Tweak mathml/presentation/semantics.html to make it pass on iOS
https://bugs.webkit.org/show_bug.cgi?id=159457

Patch by Frederic Wang <fwang@igalia.com> on 2016-07-07
Reviewed by Sergio Villar Senin.

  • mathml/presentation/semantics-expected.html: Force a line break between the two tests.
  • mathml/presentation/semantics.html: Ditto.
  • platform/ios-simulator-wk1/TestExpectations: Remove failure expectation.
  • platform/ios-simulator-wk2/TestExpectations: Ditto.
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202893 r202900  
     12016-07-07  Frederic Wang  <fwang@igalia.com>
     2
     3        Tweak mathml/presentation/semantics.html to make it pass on iOS
     4        https://bugs.webkit.org/show_bug.cgi?id=159457
     5
     6        Reviewed by Sergio Villar Senin.
     7
     8        * mathml/presentation/semantics-expected.html: Force a line break between the two tests.
     9        * mathml/presentation/semantics.html: Ditto.
     10        * platform/ios-simulator-wk1/TestExpectations: Remove failure expectation.
     11        * platform/ios-simulator-wk2/TestExpectations: Ditto.
     12
    1132016-07-06  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/LayoutTests/mathml/presentation/semantics-expected.html

    r160005 r202900  
    1111      </mrow>
    1212   </math>
     13   <br/>
    1314
    1415  <math>
  • trunk/LayoutTests/mathml/presentation/semantics.html

    r160005 r202900  
    1515      </semantics>
    1616   </math>
     17   <br/>
    1718
    1819    <!-- This is not valid MathML but has become a standard hack to include SVG in MathML because of Gecko's initial implementation. -->
  • trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations

    r202835 r202900  
    737737mathml/presentation/mo-stretch-update.html [ ImageOnlyFailure ]
    738738mathml/presentation/scripts-subsup.html [ ImageOnlyFailure ]
    739 mathml/presentation/semantics.html [ ImageOnlyFailure ]
    740739mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]
    741740
  • trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations

    r202820 r202900  
    136136
    137137# MathML tests that fail due to slight pixel differences:
    138 mathml/presentation/semantics.html [ ImageOnlyFailure ]
    139138mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]
    140139
Note: See TracChangeset for help on using the changeset viewer.