diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-06-14 02:21:40 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-07-12 08:10:16 -0400 |
commit | bb01d495dbe718c7105bfd6a8206fc746c6c896b (patch) | |
tree | 27d0d06d888c4e6394153753efa53d7c92cefd43 | |
parent | 20450500ed197d7feb4a97129e21a9406f7dcc14 (diff) | |
download | servo-bb01d495dbe718c7105bfd6a8206fc746c6c896b.tar.gz servo-bb01d495dbe718c7105bfd6a8206fc746c6c896b.zip |
Mark underline rendering expected failure on linux.
2 files changed, 6 insertions, 1 deletions
diff --git a/tests/wpt/metadata/css/compositing/mix-blend-mode/mix-blend-mode-both-parent-and-blended-with-3D-transform.html.ini b/tests/wpt/metadata/css/compositing/mix-blend-mode/mix-blend-mode-both-parent-and-blended-with-3D-transform.html.ini index c65930090be..53ab4250231 100644 --- a/tests/wpt/metadata/css/compositing/mix-blend-mode/mix-blend-mode-both-parent-and-blended-with-3D-transform.html.ini +++ b/tests/wpt/metadata/css/compositing/mix-blend-mode/mix-blend-mode-both-parent-and-blended-with-3D-transform.html.ini @@ -1,3 +1,4 @@ [mix-blend-mode-both-parent-and-blended-with-3D-transform.html] type: reftest - expected: FAIL + expected: + if os == "linux": FAIL diff --git a/tests/wpt/mozilla/meta/css/text_decoration_underline_subpx_a.html.ini b/tests/wpt/mozilla/meta/css/text_decoration_underline_subpx_a.html.ini new file mode 100644 index 00000000000..fb0e61c9144 --- /dev/null +++ b/tests/wpt/mozilla/meta/css/text_decoration_underline_subpx_a.html.ini @@ -0,0 +1,4 @@ +[text_decoration_underline_subpx_a.html] + bug: https://github.com/servo/servo/issues/23569 + expected: + if os == "linux": FAIL |