aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/tests/css/css-shapes/shape-outside/values/shape-outside-shape-arguments-000.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/tests/css/css-shapes/shape-outside/values/shape-outside-shape-arguments-000.html')
-rw-r--r--tests/wpt/tests/css/css-shapes/shape-outside/values/shape-outside-shape-arguments-000.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/tests/css/css-shapes/shape-outside/values/shape-outside-shape-arguments-000.html b/tests/wpt/tests/css/css-shapes/shape-outside/values/shape-outside-shape-arguments-000.html
index 2c2c959c8c4..542b8bcf7df 100644
--- a/tests/wpt/tests/css/css-shapes/shape-outside/values/shape-outside-shape-arguments-000.html
+++ b/tests/wpt/tests/css/css-shapes/shape-outside/values/shape-outside-shape-arguments-000.html
@@ -60,7 +60,7 @@
generate_tests( ParsingUtils.testInlineStyle,
ParsingUtils.buildTestCases(basic_shape_args_tests, "inline") );
ParsingUtils.setupFonts();
- document.fonts.ready.then(()=> {
+ document.fonts.load("10px Ahem").then(()=> {
generate_tests( ParsingUtils.testComputedStyle,
ParsingUtils.buildTestCases(basic_shape_args_tests, "computed") );
ParsingUtils.restoreFonts();