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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.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
Index: third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html b/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html
index 78c0d71078d123665809a167a77089678b0c4dc2..1dd90eb42dbd527a8a9afd14845e780d8c8aa6b1 100644
--- a/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html
+++ b/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit.html
@@ -17,3 +17,11 @@ div {
<div>あああ<span>bar</span></div>
<div><span>国国、</span>bar</div>
</body>
+<script>
+if (window.testRunner) {
+ testRunner.waitUntilDone();
+ window.onload = function () {
+ document.fonts.ready.then(function () { testRunner.notifyDone(); });
+ };
+}
+</script>

Powered by Google App Engine
This is Rietveld 408576698