From 4c6515f8376663d89dc76f49b1e3924a99491ac6 Mon Sep 17 00:00:00 2001 From: "fred.wang@free.fr" Date: Tue, 28 Jun 2016 14:43:39 +0000 Subject: [PATCH] Increase opacity of stretched operators in mo-stacked-glyphs.html https://bugs.webkit.org/show_bug.cgi?id=159201 Patch by Frederic Wang on 2016-06-28 Reviewed by Martin Robinson. The reftest mo-stacked-glyphs.html fails with small pixel differences invisible at the naked eyes. We increase opacity of stretched operators in that test to reduce these differences and make the test pass. * mathml/presentation/mo-stacked-glyphs-expected.html: Increase opacity of stretched operators. * mathml/presentation/mo-stacked-glyphs.html: Ditto. * platform/gtk/TestExpectations: Remove failure expectation. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@202563 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 15 +++++++++++++++ .../mathml/presentation/mo-stacked-glyphs-expected.html | 4 ++-- LayoutTests/mathml/presentation/mo-stacked-glyphs.html | 6 +++--- LayoutTests/platform/gtk/TestExpectations | 3 --- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 6013012..c84b678 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,18 @@ +2016-06-28 Frederic Wang + + Increase opacity of stretched operators in mo-stacked-glyphs.html + https://bugs.webkit.org/show_bug.cgi?id=159201 + + Reviewed by Martin Robinson. + + The reftest mo-stacked-glyphs.html fails with small pixel differences invisible at the naked + eyes. We increase opacity of stretched operators in that test to reduce these differences and + make the test pass. + + * mathml/presentation/mo-stacked-glyphs-expected.html: Increase opacity of stretched operators. + * mathml/presentation/mo-stacked-glyphs.html: Ditto. + * platform/gtk/TestExpectations: Remove failure expectation. + 2016-06-28 Michael Catanzaro [GTK] Update expectations for subtle crypto layout tests diff --git a/LayoutTests/mathml/presentation/mo-stacked-glyphs-expected.html b/LayoutTests/mathml/presentation/mo-stacked-glyphs-expected.html index d9f2a64..2b30b1f 100644 --- a/LayoutTests/mathml/presentation/mo-stacked-glyphs-expected.html +++ b/LayoutTests/mathml/presentation/mo-stacked-glyphs-expected.html @@ -6,7 +6,7 @@ -
+
( @@ -22,7 +22,7 @@
-
+
( diff --git a/LayoutTests/mathml/presentation/mo-stacked-glyphs.html b/LayoutTests/mathml/presentation/mo-stacked-glyphs.html index a93e725..ff669ee 100644 --- a/LayoutTests/mathml/presentation/mo-stacked-glyphs.html +++ b/LayoutTests/mathml/presentation/mo-stacked-glyphs.html @@ -7,7 +7,7 @@ -
+
( @@ -24,7 +24,7 @@
-
+
( @@ -42,7 +42,7 @@ diff --git a/LayoutTests/platform/gtk/TestExpectations b/LayoutTests/platform/gtk/TestExpectations index 5d0cad6..3c56d43 100644 --- a/LayoutTests/platform/gtk/TestExpectations +++ b/LayoutTests/platform/gtk/TestExpectations @@ -2298,9 +2298,6 @@ webkit.org/b/133803 editing/input/option-page-up-down.html [ Failure ] webkit.org/b/133803 editing/input/scroll-viewport-page-up-down.html [ Failure ] webkit.org/b/133803 editing/undo/undo-deleteWord.html [ Failure ] -# Difference invisible at the naked eye with Latin Modern Math. -webkit.org/b/134153 mathml/presentation/mo-stacked-glyphs.html [ ImageOnlyFailure ] - webkit.org/b/134976 media/media-controls-invalid-url.html [ Failure ] webkit.org/b/134976 media/video-fast-seek.html [ Failure ] -- 1.8.3.1