Bug 1451123 Part 2: Add @font-face to a failing wpt infrastructure reftest. draft
authorBrad Werth <bwerth@mozilla.com>
Tue, 03 Apr 2018 15:48:52 -0700
changeset 776972 f4aa0219757f4e646f203d45495df519b48feb81
parent 776969 73ba7cb8342a8e325663db3ef00b5e616f4ae286
push id105042
push userbwerth@mozilla.com
push dateTue, 03 Apr 2018 22:49:23 +0000
bugs1451123
milestone61.0a1
Bug 1451123 Part 2: Add @font-face to a failing wpt infrastructure reftest. MozReview-Commit-ID: 8rnW3FQVJIr
testing/web-platform/meta/infrastructure/assumptions/ahem.html.ini
testing/web-platform/tests/infrastructure/assumptions/ahem.html
deleted file mode 100644
--- a/testing/web-platform/meta/infrastructure/assumptions/ahem.html.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[ahem.html]
-  expected:
-    if not debug and not stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
-    if debug and stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
-    if not debug and stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
-    if debug and not stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): FAIL
--- a/testing/web-platform/tests/infrastructure/assumptions/ahem.html
+++ b/testing/web-platform/tests/infrastructure/assumptions/ahem.html
@@ -5,16 +5,20 @@
 * {
   padding: 0;
   margin: 0;
   border: none;
 }
 td {
   width: 34px;
 }
+@font-face {
+  font-family: Ahem;
+  src: url("../../fonts/Ahem.ttf");
+}
 table {
   font: 15px/1 Ahem;
   border-collapse: separate;
   border-spacing: 1px;
   table-layout: fixed;
 }
 </style>
 <table>