Bug 1574031: Turn off text-decoration-skip-ink for intermittently mismatching section of reftest decoration-style-standards.html. r=jfkthame

Differential Revision: https://phabricator.services.mozilla.com/D42707

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Daniel Holbert 2019-08-20 21:30:27 +00:00
parent 83952f0143
commit 07da11b14a
2 changed files with 6 additions and 2 deletions

View File

@ -28,7 +28,9 @@
<p>
Here is specified the decoration style as -moz-none.
</p>
<p style="text-decoration: underline line-through overline;">
<!-- "text-decoration-skip-ink: none" is hackaround for bug 1575338 -->
<p style="text-decoration-skip-ink: none;
text-decoration: underline line-through overline;">
Here has solid decoration lines even if its style is specified as dotted
before text-decoration.
</p>

View File

@ -27,7 +27,9 @@
text-decoration-style: -moz-none;">
Here is specified the decoration style as -moz-none.
</p>
<p style="text-decoration-style: dotted;
<!-- "text-decoration-skip-ink: none" is hackaround for bug 1575338 -->
<p style="text-decoration-skip-ink: none;
text-decoration-style: dotted;
text-decoration: underline line-through overline;">
Here has solid decoration lines even if its style is specified as dotted
before text-decoration.