Title: [226175] trunk/LayoutTests
Revision
226175
Author
[email protected]
Date
2017-12-20 06:24:00 -0800 (Wed, 20 Dec 2017)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (226174 => 226175)


--- trunk/LayoutTests/ChangeLog	2017-12-20 12:46:29 UTC (rev 226174)
+++ trunk/LayoutTests/ChangeLog	2017-12-20 14:24:00 UTC (rev 226175)
@@ -1,3 +1,16 @@
+2017-12-20  Ms2ger  <[email protected]>
+
+        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:
+
 2017-12-19  Myles C. Maxfield  <[email protected]>
 
         Refactor user-installed font setting for clarity

Modified: trunk/LayoutTests/fast/css-generated-content/quotes-lang-expected.html (226174 => 226175)


--- trunk/LayoutTests/fast/css-generated-content/quotes-lang-expected.html	2017-12-20 12:46:29 UTC (rev 226174)
+++ trunk/LayoutTests/fast/css-generated-content/quotes-lang-expected.html	2017-12-20 14:24:00 UTC (rev 226175)
@@ -159,7 +159,7 @@
 </p>
 
 <!-- Custom quotes are inlined to make this test fail if you don't implement CSS quotes. -->
-<div lang="custom">ACcustomDB</div>
+<div lang="custom">ACcustom<span>D</span>B</div>
 <q><q>default</q></q>
 <q lang="af"><q>af</q></q>
 <q lang="agq"><q>agq</q></q>

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (226174 => 226175)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-12-20 12:46:29 UTC (rev 226174)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-12-20 14:24:00 UTC (rev 226175)
@@ -2624,8 +2624,6 @@
 # This failure appears to be GTK-specific
 webkit.org/b/91319 css2.1/20110323/vertical-align-boxes-001.htm [ ImageOnlyFailure ]
 
-webkit.org/b/93976 fast/css-generated-content/quotes-lang.html [ ImageOnlyFailure ]
-
 # This has always failed on Gtk/Efl - exposed by bug 89826
 webkit.org/b/94009 css2.1/20110323/c541-word-sp-000.htm [ ImageOnlyFailure ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to