diff --git a/layout/reftests/fonts/AwamiNastaliq-Regular.woff b/layout/reftests/fonts/AwamiNastaliq-Regular.woff new file mode 100644 index 000000000000..5ea21ed74b05 Binary files /dev/null and b/layout/reftests/fonts/AwamiNastaliq-Regular.woff differ diff --git a/layout/reftests/text-decoration/reftest.list b/layout/reftests/text-decoration/reftest.list index f859b8f6bf07..6b97a7fec18b 100644 --- a/layout/reftests/text-decoration/reftest.list +++ b/layout/reftests/text-decoration/reftest.list @@ -114,3 +114,7 @@ fuzzy-if(skiaContent,0-4,0-2) == underline-select-1.html underline-select-1-ref. fuzzy-if(Android,0-238,0-36) == vertical-mode-decorations-2.html vertical-mode-decorations-2-ref.html != 1415214.html 1415214-notref.html test-pref(layout.css.text-decoration-thickness.enabled,false) == text-decoration-shorthands-001.html text-decoration-shorthands-001-ref.html +# fails because of bug 1572302 +test-pref(layout.css.text-decoration-skip-ink.enabled,true) test-pref(layout.css.text-underline-offset.enabled,true) fails HTTP(..) == skip-ink-multiline-position.html skip-ink-multiline-position-ref.html +# fails due to bug 1573711 +test-pref(layout.css.text-decoration-skip-ink.enabled,true) fails == skip-ink-vertical-align.html skip-ink-vertical-align-ref.html diff --git a/layout/reftests/text-decoration/skip-ink-multiline-position-ref.html b/layout/reftests/text-decoration/skip-ink-multiline-position-ref.html new file mode 100644 index 000000000000..7089fd27f918 --- /dev/null +++ b/layout/reftests/text-decoration/skip-ink-multiline-position-ref.html @@ -0,0 +1,26 @@ + + +
+ +Adding more characters on the second line should not affect the position of the underline on line one.
See Bug 1572303
Adding more characters on the second line should not affect the position of the underline on line one.
See Bug 1572303
Ink should not be skipped when vertical-align moves text away from the underline
+Ink should not be skipped when vertical-align moves text away from the underline
+