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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/inline-reflow.html

Issue 2560073002: Hopefully deflake some tests, by preloading the Ahem font. (Closed)
Patch Set: Created 4 years 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/paint/invalidation/inline-reflow.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/inline-reflow.html b/third_party/WebKit/LayoutTests/paint/invalidation/inline-reflow.html
index d74baf87bd112ad337cbb9b2ae782f101456a0fc..ba8cfb3c69e49b9a7e44ad37f3ec76cd62c763fa 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/inline-reflow.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/inline-reflow.html
@@ -1,4 +1,5 @@
<!DOCTYPE HTML>
+<script src="../../resources/ahem.js"></script>
<script src="resources/text-based-repaint.js"></script>
<script>
function repaintTest()
@@ -23,4 +24,4 @@ A A A A A AA AA AA AA AAA AAA AAA AAAA AAAA AAAAA AAAAA AAAAAA AAAAAAA AAAAAA AA
</div>
<div class="container" id="div2" style="top: 300px">
A A A A A
-</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698