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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html

Issue 2729113002: De-flake fast/text/line-break-8bit-after-16bit.html (Closed)
Patch Set: Created 3 years, 10 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 | « third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html b/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html
index a27431652e5f13ccd85d6622b256c20caeb9fe87..6915d4e5a70438769645ba22321bfcce558c75de 100644
--- a/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html
@@ -17,3 +17,11 @@ div {
<div>あああbar</div>
<div>国国、bar</div>
</body>
+<script>
+if (window.testRunner) {
+ testRunner.waitUntilDone();
+ window.onload = function () {
+ document.fonts.ready.then(function () { testRunner.notifyDone(); });
+ };
+}
+</script>
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698