Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: LayoutTests/fast/css/font-weight-1.html

Issue 1334473002: Attempt to deflake fast/css/font-weight-1.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698