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

Unified Diff: LayoutTests/resources/ahem.js

Issue 1204353002: Run try-ahem tests in the original directory of the flaky tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Skip the try-ahem tests in virtual/antialiasedtext Created 5 years, 6 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: LayoutTests/resources/ahem.js
diff --git a/LayoutTests/resources/ahem.js b/LayoutTests/resources/ahem.js
index 7f38423bf5ad13569349c0c09b561edd31143d8f..a0488eca3f501b7f01fcdf93db66aa162a956e3b 100644
--- a/LayoutTests/resources/ahem.js
+++ b/LayoutTests/resources/ahem.js
@@ -10,7 +10,7 @@
window.addEventListener('DOMContentLoaded', function() {
var style = document.createElement('style');
style.appendChild(document.createTextNode(
- '@font-face { font-family: Ahem; src: url(' + relativePath + '/Ahem.ttf'));
+ '@font-face { font-family: myahem; src: url(' + relativePath + '/Ahem.ttf'));
document.head.appendChild(style);
// Force a layout to start loading the font.
document.documentElement.offsetTop;

Powered by Google App Engine
This is Rietveld 408576698