Skip to content
  • abarth@webkit.org's avatar
    bidi-override-in-anonymous-block.html is failing · 97123ecb
    abarth@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=74688
    
    Unreviewed.
    
    This test just needs an updated expectation.  The case that changed is
    the last (in the HTML) Ruby case.  That tests an <rt> element nested
    inside an <rb> element.  Previously, the <rt> element closed the <rb>
    element, but the HTML5 spec changed the parser so that the <rt> does
    not close the <rb>.  I don't fully understand the issues, but the
    discussion on the mailing list makes it sound like this is the better
    way to parse Ruby.
    
    In any case, the change in parsing behavior changed how we render this
    test case.  The bidi aspect are still functioning correctly.
    
    * platform/chromium/test_expectations.txt:
    * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
    * platform/mac/test_expectations.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103719 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    97123ecb