Changeset 226175 in webkit


Ignore:
Timestamp:
Dec 20, 2017 6:24:00 AM (6 years ago)
Author:
Ms2ger@igalia.com
Message:

Make fast/css-generated-content/quotes-lang.html pass on GTK
https://bugs.webkit.org/show_bug.cgi?id=93976

Unreviewed test gardening.

Adding a span to the reference file avoids a one-pixel difference in the
font rendering between test and reference on GTK.

  • fast/css-generated-content/quotes-lang-expected.html:
  • platform/gtk/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r226172 r226175  
     12017-12-20  Ms2ger  <Ms2ger@igalia.com>
     2
     3        Make fast/css-generated-content/quotes-lang.html pass on GTK
     4        https://bugs.webkit.org/show_bug.cgi?id=93976
     5
     6        Unreviewed test gardening.
     7
     8        Adding a span to the reference file avoids a one-pixel difference in the
     9        font rendering between test and reference on GTK.
     10
     11        * fast/css-generated-content/quotes-lang-expected.html:
     12        * platform/gtk/TestExpectations:
     13
    1142017-12-19  Myles C. Maxfield  <mmaxfield@apple.com>
    215
  • trunk/LayoutTests/fast/css-generated-content/quotes-lang-expected.html

    r125476 r226175  
    160160
    161161<!-- Custom quotes are inlined to make this test fail if you don't implement CSS quotes. -->
    162 <div lang="custom">ACcustomDB</div>
     162<div lang="custom">ACcustom<span>D</span>B</div>
    163163<q><q>default</q></q>
    164164<q lang="af"><q>af</q></q>
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r226120 r226175  
    26252625webkit.org/b/91319 css2.1/20110323/vertical-align-boxes-001.htm [ ImageOnlyFailure ]
    26262626
    2627 webkit.org/b/93976 fast/css-generated-content/quotes-lang.html [ ImageOnlyFailure ]
    2628 
    26292627# This has always failed on Gtk/Efl - exposed by bug 89826
    26302628webkit.org/b/94009 css2.1/20110323/c541-word-sp-000.htm [ ImageOnlyFailure ]
Note: See TracChangeset for help on using the changeset viewer.