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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/resources/selection-change-in-iframe-with-relative-parent-iframe.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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../../resources/ahem.js"></script>
2 <style> 3 <style>
3 html { 4 html {
4 font: 10px Ahem; 5 font: 10px Ahem;
5 -webkit-font-smoothing: none; 6 -webkit-font-smoothing: none;
6 } 7 }
7 </style> 8 </style>
8 Foo<br><br>Bar<br><br>Bazz<br><br> 9 Foo<br><br>Bar<br><br>Bazz<br><br>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698