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

Unified Diff: LayoutTests/resources/ahem.js

Issue 1210353002: Remove temporary try-ahem tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « LayoutTests/platform/win/fast/text/whitespace/004-try-ahem-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/resources/ahem.js
diff --git a/LayoutTests/resources/ahem.js b/LayoutTests/resources/ahem.js
index a0488eca3f501b7f01fcdf93db66aa162a956e3b..23e01b770a74f25fb92fd0fad8b251e5273a927c 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: myahem; src: url(' + relativePath + '/Ahem.ttf'));
+ '@font-face { font-family: Ahem; src: url(' + relativePath + '/Ahem.ttf); }'));
document.head.appendChild(style);
// Force a layout to start loading the font.
document.documentElement.offsetTop;
« no previous file with comments | « LayoutTests/platform/win/fast/text/whitespace/004-try-ahem-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698