Bug 1966668 - Ensure Ahem is loaded in resize-observer/svg.html r=layout-reviewers,emilio

Differential Revision: https://phabricator.services.mozilla.com/D249581
This commit is contained in:
Jonathan Kew
2025-05-20 21:37:10 +00:00
committed by jkew@mozilla.com
parent 466f8da469
commit 0c16730245

View File

@@ -1,4 +1,5 @@
<!doctype html>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="./resources/resizeTestHelper.js"></script>
@@ -596,7 +597,8 @@ test(_ => {
guard = async_test('guard');
}, "ResizeObserver implemented")
test0()
document.fonts.ready
.then(() => { return test0(); })
.then(() => { return test1(); })
.then(() => { return test2(); })
.then(() => { return test3(); })