From 52a0a53efdfd9167487ee6f356eb48496742a82a Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Sat, 28 Jul 2018 09:23:26 +0100 Subject: [PATCH] Bug 1476437 - Reftest for interaction between whitespace collapsing, explicit hyphen, and auto-hyphenation. r=dbaron --- .../text/hyphenation-control-6-ref.html | 73 +++++++++++++++++++ .../reftests/text/hyphenation-control-6.html | 21 ++++++ layout/reftests/text/reftest.list | 1 + 3 files changed, 95 insertions(+) create mode 100644 layout/reftests/text/hyphenation-control-6-ref.html create mode 100644 layout/reftests/text/hyphenation-control-6.html diff --git a/layout/reftests/text/hyphenation-control-6-ref.html b/layout/reftests/text/hyphenation-control-6-ref.html new file mode 100644 index 000000000000..b9622229bbe2 --- /dev/null +++ b/layout/reftests/text/hyphenation-control-6-ref.html @@ -0,0 +1,73 @@ + + + + + +

All the columns should appear identical:

+
+ diff --git a/layout/reftests/text/hyphenation-control-6.html b/layout/reftests/text/hyphenation-control-6.html new file mode 100644 index 000000000000..e9dad67eceb5 --- /dev/null +++ b/layout/reftests/text/hyphenation-control-6.html @@ -0,0 +1,21 @@ + + + + + +

All the columns should appear identical:

+
+ diff --git a/layout/reftests/text/reftest.list b/layout/reftests/text/reftest.list index 0a723b5c9d1b..fa4653598c9e 100644 --- a/layout/reftests/text/reftest.list +++ b/layout/reftests/text/reftest.list @@ -322,6 +322,7 @@ pref(gfx.font_rendering.graphite.enabled,true) == glyph-decomposition-graphite.h == hyphenation-control-3.html hyphenation-control-3-ref.html == hyphenation-control-4.html hyphenation-control-4-ref.html == hyphenation-control-5.html hyphenation-control-5-ref.html +fails == hyphenation-control-6.html hyphenation-control-6-ref.html # bug 1476437 # osx-font-smoothing - with and without subpixel AA, only under OSX fails-if(!cocoaWidget) != osx-font-smoothing.html osx-font-smoothing-ref.html