Index: LayoutTests/fast/css/font-weight-1.html |
diff --git a/LayoutTests/fast/css/font-weight-1.html b/LayoutTests/fast/css/font-weight-1.html |
index d43c3e1335a49d6ff2107916aba4ec212fae02c7..0b315bfb455b97107795dced197b768d7468b276 100644 |
--- a/LayoutTests/fast/css/font-weight-1.html |
+++ b/LayoutTests/fast/css/font-weight-1.html |
@@ -90,5 +90,12 @@ |
<div class="w9"> |
A |
</div> |
+ |
+<script> |
+ if (window.testRunner) { |
+ testRunner.waitUntilDone(); |
+ document.fonts.ready.then(function () { testRunner.notifyDone(); }); |
+ } |
+</script> |
</body> |
</html> |